# vim: set filetype=apache
<VirtualHost *:80>

    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"

    FastCgiServer /home/rob/develop/App-ForExample/Eg/script/eg_fastcgi.pl -processes 3

    Alias / /home/rob/develop/App-ForExample/Eg/script/eg_fastcgi.pl/


</VirtualHost>