|
From: Steve K <st...@en...> - 2001-11-22 04:15:50
|
----- Original Message ----- From: "Joe Echavarria" <joe...@ya...> To: <sql...@li...> Sent: Thursday, November 22, 2001 10:52 AM Subject: First Installation Hi joe, Usually this could mean your file permissions are wrong. Do a "ls -ail" on the admin.pl file. See if it is executable by all....including user Nobody. Chmod +x on file. :) Steve K. > 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 > > > |