Forum Moderators: phranque

Message Too Old, No Replies

Executing Perl scripts in Apache 2.2 Http server.

         

vcosk

4:32 am on Feb 26, 2008 (gmt 0)

10+ Year Member



Hi All,

I am trying to execute perl script in Apache server but instead I am getting an option to download the file.

I have installe Apache 2.2 and Perl 5.10 in WinXP system, I have included perl bin directory in path and httpd.conf file has "ScriptAlias /cgi-bin/ "C:/Apache2.2/cgi-bin/"" this entry.

If any one knows what may be the problem, kindly let me know.

Thanks in advance,
Vikas.

jdMorgan

3:52 pm on Feb 27, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



See the AddHandler directive; perhaps .pl files need to be declared as "server-parsed".

Jim