;Alias' => [
['/forbidden.php3','/home/errors/forbidden.php3'],
['/missing.php3','/home/errors/missing.php3'],
],
'ErrorLog' => '/var/log/httpd/web.net-error_log',
'CustomLog' => '/var/log/httpd/web.net-access_log
I'm looking for documentation on using mod_perl2 to configure apache.
I've read this page,
http://perl.apache.org/docs/2.0/api/Apache2/PerlSections.html
but I'm missing something because the virtualhost I configure doesn't
do anything. Before I start asking for specific help I'd like to find
the