# vim: set filetype=apache ServerName eg.localhost ServerAlias www.eg.localhost CustomLog "|/usr/bin/cronolog /home/rob/develop/App-ForExample/Eg/log/apache2-eg.localhost-%Y-%m.access.log -S /home/rob/develop/App-ForExample/Eg/log/apache2-eg.localhost.access.log" combined ErrorLog "|/usr/bin/cronolog /home/rob/develop/App-ForExample/Eg/log/apache2-eg.localhost-%Y-%m.error.log -S /home/rob/develop/App-ForExample/Eg/log/apache2-eg.localhost.error.log" FastCgiExternalServer /tmp/eg.fcgi -host 127.0.0.1:45450 Alias / /tmp/eg.fcgi/ Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all