|
From: Dieter S. <dsi...@sq...> - 2001-11-22 23:24:36
|
chown nobody:nogroup users templates the members file will be created on first use if it doesn't exist. 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 Wed, 21 Nov 2001, Joe Echavarria wrote: > Hi there, > > I am trying to install the last release of > sql-ledger software but i always get this error : > > ##########################3 > Forbidden > > You don't have permission to access > /sql-ledger/admin.pl on this server. > > Apache/1.3.20 Server at linux Port 80 > ############################ > My httpd.conf file has the following entries : > > AddHandler cgi-script .pl > DocumentRoot "/var/www" > <Directory "/var/www"> > > Alias /sql-ledger/ "/var/www/sql-ledger/" > <Directory "/usr/www/sql-ledger"> > Options ExecCGI Includes FollowSymlinks > <Directory> > > User nobody > Group nogroup > > With the above configuration in my http.conf file i > still get the error above. > > Besides to that there is something else i don't > understand of the faq.html file in the "permission > denied" section about > > chown nobody:nogroup users templates users/members > > i don't have the "users/members", is that right ?, or > i got a wrong installation, or it means > users/members.defautl file ?. > > Please let me know . > > I will appreciate it. > > > Joe > > __________________________________________________ > Do You Yahoo!? > Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > |