Mosley has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Help with httpd.conf
by sh1tn (Priest) on Mar 18, 2005 at 15:59 UTC
    Be sure to put ExecCGI in Options for the given dir;
    put the full path to perl.exe at the beginning of each script:
    #!c:/perl/bin/perl.exe # in my case
    Follows sample httpd.conf:


      Thanks, I have it up and running .cgi & .pl