Apache2 configuration
From OpenOffice.org Wiki
Apache2 configuration in httpd.conf that is outside the defaults to setup a webserver:
Set combined logs:
CustomLog logs/access_log combined
Set Aliases (see also ShortURL)
Alias /w /space/mwiki Alias /mwiki /space/mwiki Alias /wiki /space/mwiki/index.php Alias /index.php /space/mwiki/index.php
Set hostname lookups to on:
HostnameLookups on

