This is a discussion on EasyPHP and CGI ? within the Apache Web Server forums, part of the Web Server and Related Forums category; I am trying to set up EasyPHP1-8 to test my CGI-script (perl)! The scripts is perl-scripts of ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to set up EasyPHP1-8 to test my CGI-script (perl)!
The scripts is perl-scripts of the type "Hello World" etc. I do have perl.exe in the path! But I am unable to get the scripts to execute. It seem that the apache server just ignores them! What is the most common mistake causing this effect? I am using EasyPGP1-8 on an Windows XP-Pro on an Pentium box. Yes, java.exe is in the path! I have enabled CGI in the httpd.conf, I think Does anyone have a clue?? Regards Bertil |
|
|||
|
BerraLindstrom wrote:
> I am trying to set up EasyPHP1-8 to test my CGI-script (perl)! > The scripts is perl-scripts of the type "Hello World" etc. > I do have perl.exe in the path! > > But I am unable to get the scripts to execute. It seem that the apache > server just ignores them! > > What is the most common mistake causing this effect? > > I am using EasyPGP1-8 on an Windows XP-Pro on an Pentium box. > Yes, java.exe is in the path! > > I have enabled CGI in the httpd.conf, I think > > Does anyone have a clue?? > > Regards > Bertil > Are you including the mod_perl in the apache config? http://perl.apache.org/ -- Thanks in Advance... IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us 'If there is one, Knowledge is the "Fountain of Youth"' -William E. Taylor, Regular Guy (1952-) |
|
|||
|
Thanks!
I try to find mod_perl and install it - it must be the reason. "All errors are simple, when you have the solution" Thanks again /Bertil IchBin wrote: > BerraLindstrom wrote: > > I am trying to set up EasyPHP1-8 to test my CGI-script (perl)! > > The scripts is perl-scripts of the type "Hello World" etc. > > I do have perl.exe in the path! > > > > But I am unable to get the scripts to execute. It seem that the apache > > server just ignores them! > > > > What is the most common mistake causing this effect? > > > > I am using EasyPGP1-8 on an Windows XP-Pro on an Pentium box. > > Yes, java.exe is in the path! > > > > I have enabled CGI in the httpd.conf, I think > > > > Does anyone have a clue?? > > > > Regards > > Bertil > > > > Are you including the mod_perl in the apache config? > > http://perl.apache.org/ > > -- > > Thanks in Advance... > IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us > 'If there is one, Knowledge is the "Fountain of Youth"' > -William E. Taylor, Regular Guy (1952-) |