Sunday, December 7, 2008

Check apache configuration.

How to check your apache configuration from the command line:

'apachectl configtest' or 'apachectl -t' tests the configuration files, including httpd.conf .

'apachectl -S' checks virtual hosts.


Of course apachectl does other useful things.

Labels: