Hello,
I finally got Apache, Php, Mysql all up and running. It's my first time, so I was pretty stoked!!!
I then rebooted my server, and the test pages I made, index.html, and test.php are no longer showing up. I get the test Apache page instead.
It seems the document root was somehow changed, or possibly one of the install scripts made some kind of symlink or alias or something. My httpd.conf has the following:
DocumentRoot "/usr/local/apache2/htdocs"
Yet, the server is looking for my docs in:
/var/www/html/
I know I can just move my source files there I and (and Ive done this for now), but it seems weird that it would change. In testing, I commented out the line altogether, and the server still looks for files in /var/www/html, so it looks like something other than httpd.conf is in control. any ideas??
JW