From: Jess <je...@oz...> - 2001-06-17 01:41:32
|
Yes, the one supplied with 1.4.5 called members.default was renamed to members, the path is:- |---------- path----------|---file---| sql-ledger/users/members/members sql-ledger.conf variable was modified to: $memberfile = "users/members"; The members file contains:- ------------------------------------------------------- # members file format is as follows: # username enclosed in square brackets # label= line for setting up hash in signon script # everything up to eof or next [ is read in # ignore anything past a hash mark and empty lines [root login] password= ------------------------------------------------------ Regards Jess ----- Original Message ----- From: "Dieter Simader" <dsi...@sq...> To: <sql...@li...> Sent: Sunday, 17 June, 2001 2:31 AM Subject: Re: Apache denied access problem. > Do you have a members file, if so, where is it? > > sql-ledger.conf has a variable > > $memberfile = "path/filename"; > > to specify the location and name for the file. > > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Sat, 16 Jun 2001, Jess wrote: > > > Hi People, > > I am trying to determine why Apache is giving an ERROR! Permission Denied > > message when there is no access restriction in the file system which a > > standard WIN98 FAT32 Partitioned drive running Windoze 2000 Pro. As far as > > I can tell there is no restriction in Apache httpd.conf file that would > > disallow access to the users/members directory or file. > > > > So can Dieter or someone who is more intimate with the Perl Code of > > SQL-Ledger tell me where in the code exactly does the admin.pl attempt to > > open the "members" file so I can check to see if the is something in the way > > the file is called or even using a linux based command that may not exist in > > Windoze 2000 pro. > > > > Anyone happy to assist would be welcome. > > > > Regards Jess. > > > > > > > > |