Forum Moderators: phranque
I installed apache with the following commands:
$ ./configure --prefix=PREFIX
$ make
$ make install
$ PREFIX/bin/apachectl start
I ran "PREFIX/bin/apachectl start" but when I modify PREFIX/htdocs/some.html, localhost doesn't answer like it was reading PREFIX/htdocs/ directory.
Is it possible, without PHP, to know about localhost?
Thank very much.
Bye!
>> Is it possible, without PHP, to know about localhost?
Sure, look at your config file. You didn't mention what version of Apache, but usually the conf files are in /etc/apache*/conf/
You need to find DocumentRoot /var/www/...
On my installation, doc root was:
/var/www/localhost/htdocs/