--- In [email protected], "Sumit Upadhyay" <[EMAIL PROTECTED]> wrote: > > Hi All: > > I installed apache 2.0.55 from the following tar.bz > httpd-2.0.55.tar.gz > i installed this Archive from root login. > Followed all steps like > ./configure --prefix=/usr/local/apache2 > make > make install > /usr/local/apache2/bin/apachectl start >
It is a good idea to run httpd -t first. This helps check for any syntax issues. > its completed without any error. > then i created a Dir public_html > then i fired following url in browser. > http://172.16.6.46/~sumit/ > & now the error came . > > Forbidden > You don't have permission to access /~sumit/ on this server. > Additionally, a 403 Forbidden error was encountered while trying to > use an ErrorDocument to handle the request. > Apache/2.0.55 (Unix) Server at 172.16.6.46 Port 80 > Check what permissions you have on /home/sumit /home/sumit/public_html Each directory should have 0755 permission. > i also copied httpd.conf file from one other > machine on which apache is working fine , > then also its not working. > What can be the Problem? > An audit of the httpd.conf file help see which directives need to be changed in the conf file eg. Listen DocumentRoot Reviewing the <Directory /home/*/public_html> directive As an engineer you may also want to take a look at the logs /var/log/httpd/error_log /var/log/httpd/suexec_log Hope this helps you get started. thanks Saifi. ===================================================== Mark your calendar for the next TSM Saturday (5pm - 7pm) on 19th August 2006 E T H I C A L H A C K I N G Venue: CommVault Systems (India) Pvt Ltd. 5th Floor, Ashoka Janardhan Chambers Above Nalli Silks S.P. Road, Begumpet, Hyderabad. Helpline: +91 - 99499 91585 +91 - 99496 50605 To know more about TWINCLING Society http://www.twincling.org/ ===================================================== Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/twincling/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

