Has anyone played with webgui on Mandrake's Apache?

every time I have configured Apache to run perl scripts
in other directories all I get is a request to download
the files to my local hard drive.

under Redhat all I am required to do to get webgui working
is add the following to httpd.conf

<VirtualHost *>
 <Files ~ "\.(pl)$">
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options +ExecCGI
 </Files>
 DocumentRoot /opt/apache/www
 ServerName www.mycompany.com
 ServerAlias mycompany.com
 ErrorLog /opt/apache/logs/error-log
 CustomLog /opt/apache/logs/access-log SomeLogType
</VirtualHost>

For some reason the line that contains PerlHandler Apache::Registry
will not load on Mandrake's version. Can anyone help?

Thanks

Kevin


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to