Apache

Apache web server #

Change index document #

In httpd.conf add the following directive

DirectoryIndex index.html homepage.html

Restart Apache on linux #

sudo /etc/init.d/httpd restart

Find apache directory #

httpd -V

View active requests #

tail -f /<APACHE_DIR>/logs/access.log

Restart apache #

sudo /etc/init.d/httpd restart