PDA

View Full Version : Perl help



gyrbo
June 28th, 2001, 13:29
I'm setting up a small webserver, and I just can't get Perl to work. I use apache, activeperl, and mod_perl. ANy idea what I should place in the httpd.conf file?

lucifer
June 28th, 2001, 13:53
I've got

# perl

AddType application/x-httpd-cgi PL

and it all works fine

don't forget the #!/usr/perl (or wherever it is at the start of your scripts

I've got it in the same dir as my server so I don't have to change them before uploading :)