|
From: Lee K. <lee...@ki...> - 2002-02-13 02:50:59
|
Wow! You folks are amazing! I'm on the Linux Router Project mailing list and even that doesn't produce so many responses so quickly. OK, I've got to fess up to one of those doh moments here. I forgot to put the forward slash before "usr" in one of the httpd.conf lines... However, now that I have done that, hitting http://127.0.0.1/sql-ledger/admin.pl returns me a red "Error!" followed by a line of black text saying: "Permission denied: users/members" Mmmm, I've run "chown nobody:nobody users templates" and I can see that a user and group called 1000 own most of these files, including admin.pl. If I've understood this correctly, this is the script I need to run to set up users and members so I'm a bit stuck here. Thanks for any ideas. Lee At 02:36 PM 2/12/2002 -0800, Joe MacDonald wrote: >I got it running with out any problems. > >As long as your permissions are correct and apache is setup to run perl >scripts then you should be okay. > >I found that putting an index.html file in your /sql-ledger directory >helps with resolving any path and permission problems. Then just have a >link in the index.html file that points to login.pl > >Good Luck > >Joe MacDonald |