Perl and Apache

2006-08-23 Thread Adilson
Hi All. How can i config Apache to run perl? I tryied to put the correct string, but do not work. My perl is installed into c:\perl Thx Adilson

Re: Perl and apache

2002-02-19 Thread Johannes Franken
On Tue, Feb 19, 2002 at 02:32:34AM +, Matthew Harrison wrote: > I am a newbie to perl and linux and i am having trouble with my apache server > and cgi scripts. > [Tue Feb 19 02:23:39 2002] [error] (2)No such file or directory: exec of > /var/www/cgi-bin/admin.cgi failed First thing I'd su

Re: Perl and apache

2002-02-19 Thread Shaun Sloan
Matthew Harrison wrote: > [Tue Feb 19 02:23:39 2002] [error] (2)No such file or directory: exec of > /var/www/cgi-bin/admin.cgi failed In order to get scripts to run from a web page you have to tell Apache: - Where the script file is - That is needs to be executed This is done by the ScriptAlia

Perl and apache

2002-02-18 Thread Matthew Harrison
I am a newbie to perl and linux and i am having trouble with my apache server and cgi scripts. I know that there is nothing wrong with the scripts so I wonder if anyone else has come across this. when i try to execute a cgi script i get an HTTP 500 error and my error log says something like: