[ Date Index ][
Thread Index ]
[ <= Previous by date /
thread ]
[ Next by date /
thread => ]
LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so PerlModule Apache2 <Directory /home/*/public_html/cgi-bin> Options +ExecCGI SetHandler cgi-script </Directory>
I'd be very grateful for any help - this has been driving me insane all day.
<VirtualHost *:80>
ServerAdmin foo@xxxxxxx
DocumentRoot /path/to/home/dir/www/
ServerName test.bar.com
ScriptAlias /cgi-bin/ "/path/to/home/dir/cgi-bin/"<Directory "/path/to/home/dir/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>-- The Mailing List for the Devon & Cornwall LUG Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the message body to unsubscribe.