Apache configuration file

You have to edit your Apache's httpd.conf file if you want to create things like directories with access and authentication controls, or add features like the PHP interpreter, or handle additional languages in multi-views. There are also a few parameters that you will almost certainly want to change from their default values (as obtained from the distribution version of the httpd.conf file).

This page simply provides a few pointers into an actual httpd.conf file from a Window NT installation. It shows you some of the things that you might wish to change.

Read the documentation that comes with Apache, and with extra components such as PHP, before making any changes to a httpd.conf file. Remember the apachectl configtest command, it allows you to check whether an edited httpd.conf file contains any syntax errors.