I think this might help: editing /apache/conf/httpd.conf adding in the lines written in the installation guide by Dieter Alias /sql-legder/ /usr/local/sql-ledger/ <Directory /usr/local/sql-ledger> Add-Handler cgi-script.pl Options ExecCGI Includes FollowSymlinks </Directory>
<Directory /usr/local/sql-ledger/users> Options None </Directory> You might have miss out this part. and i also change User nobody Group nobody which is also in the same file to User apache Group apache because apache is my HTTP server Restart web-server Joan ----- Original Message ----- From: "Scott Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 2:31 AM Subject: [SL] Install Troubles > I have installed SL to /usr/local/sql-ledger, and copied the AddHandler script > to httpd.conf. > > My user and group name is apache and I have chown apache:apache users > templates. > > When I try to login through the URL I get > > Error! > > users/members : No such file or directory > > Please help > > Scott > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > ------------------------------------------------------- > (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users > Archive: http://www.mail-archive.com/[email protected]/ > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------- (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive: http://www.mail-archive.com/[email protected]/

