[SGVLUG] Apache + Perl configuration

Michael Proctor-Smith mproctor13 at gmail.com
Fri Jul 15 12:35:38 PDT 2005


On 7/15/05, Dustin <laurence at alice.caltech.edu> wrote:
> This is on a fairly stock Debian Sarge install of the relevant software,
> and a current stable version of WebGUI downloaded from their home page.

My Guess would be to check if the file type is set to be passed to mod_perl,
I only have apache 2 conf files handy is Sarge running apache 2.
On RedHat systems they have conf.d/perl.conf check that or include it
in you httpd.conf

<Files *.pl>
    SetHandler perl-script
</Files>


> Dustin
> 
>


More information about the SGVLUG mailing list