|
From: Steve D. <sd...@sw...> - 2002-02-13 04:23:08
|
Hi Lee. I believe your /users/members.default file failed to open or generate the new members file. Is the permission on it as follows? -rw-r--r-- 1 nobody nobody 57 Jan 24 20:04 members.default And the users directory? drwx------ 2 nobody nobody 1024 Jan 19 10:53 users That's an sql-ledger error message, so you can execute scripts (at least admin.pl - your in as far as Apache goes). Look at the above file and directory. Good luck, Steve Lee Kimber wrote: > 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 |