Results 1 to 3 of 3
Hello,
I can't reach http://localhost/ . Apache works, but it looks like he doesn't find the files. (404 Not Found)
I tried to re-install apache, but nothing changed...
I think ...
- 10-18-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
Apache localhost not found
Hello,
I can't reach http://localhost/. Apache works, but it looks like he doesn't find the files. (404 Not Found)
I tried to re-install apache, but nothing changed...
I think the setting of the webroot path is wrong, but in wich file can i change it?
It worked before I installed php with the snmp extension...
Thx.
- 10-18-2006 #2/usr/local/apache/conf/httpd.conf
Originally Posted by final fantasy
or look for httpd.conf elsewhere by
Code:locate httpd.conf
- 10-18-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
I found the error.
My path was correct.
But in the conf.d/apache2 i had to change APACHE2_OPTS="-D SSL -D PHP5" into APACHE2_OPTS="-D SSL -D PHP5 -D DEFAULT_VHOST".
Now I'm trying to get php back working!


Reply With Quote
