Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rrdavis

  1. rrdavis

    Apache not displaying the index.html

    Wishdiak, we solved it, well kind of... I went back to the original http.conf and made sure the following were changed. I changed my document root back to /var/www/html and changed the directives for that file. I am not sure why it's not allowing me to do it for /home/wwww the permissions are...
  2. rrdavis

    Apache not displaying the index.html

    Wishdiak, Thanks for all the suggestions. Both have permissions 755. i have restarted the httpd service several times I noticed the directory /homh/www being defined twice. Is this not normal? I changed everything to look like this <Directory "/home/www"> Options Indexes FollowSymLinks...
  3. rrdavis

    Apache not displaying the index.html

    Sorry it took me so long to reply. the permissions are set to -rwxr-xr-x (755) on index.html I don't really want to to use .htaccess really not sure why anything is not working thanks for the help Ryan
  4. rrdavis

    Apache not displaying the index.html

    Hi Wishdiak, I changed the following in my httpd.conf AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All # # Controls who can get stuff from this...
  5. rrdavis

    Apache not displaying the index.html

    Hi, I recently installed Apache 2.0 on a fedora core 3 system of mine. The install went great. Got the httpd service to start and checked htpp://localhost to see if I got the test page... That worked! I then went to to the httpd.conf and configured some stuff, like server name, user and...

Part and Inventory Search

Back
Top