"Stefano Sasso" <[EMAIL PROTECTED]> wrote:
>you have to add
>AddHandler cgi-script .pl
>to your apache config file.
Thanks, that did the trick.
--
Spartanicus
(email whitelist in use, non list-server mail will not be seen)
-
2006/11/6, Spartanicus <[EMAIL PROTECTED]>:
Options ExecCGI
you have to add
AddHandler cgi-script .pl
to your apache config file.
bye
stefano
--
Stefano Sasso
[EMAIL PROTECTED]
Linux User #330315
http://www.gnustile.net.org/
---
For a localhost dev server I tried to get both PHP and Perl to work on
Apache 2.0x so that I can try out different forum software packages
without having to restart Apache, I can only get one to work at a time.
I'm using the Apache PHP module, Perl uses CGI.
This is the relevant bit of my config: