Re: Same Internal Server Error from last two days

2006-07-28 Thread Dennis G. Wicks
On Fri, 28 Jul 2006, Dr.Ruud wrote: > "Dennis G. Wicks" schreef: > > > Apache requires the shebang line for cgi > > scripts and it must point to perl. > > Unless you tell Apache to not look at the shebang. > > Open your httpd.conf file and uncomment the line that reads > ScriptInterpreterSource r

Re: Same Internal Server Error from last two days

2006-07-28 Thread Dr.Ruud
"Dennis G. Wicks" schreef: > Apache requires the shebang line for cgi > scripts and it must point to perl. Unless you tell Apache to not look at the shebang. Open your httpd.conf file and uncomment the line that reads ScriptInterpreterSource registry You are now free to include *nix style sheba

Re: Same Internal Server Error from last two days

2006-07-28 Thread Mumia W.
On 07/28/2006 06:46 AM, Nath, Alok (STSD) wrote: From: Ranish George [EMAIL PROTECTED] Hi Alok, Have you tried changing the shebang line as I have mentioned in one of the follow up. Trying changing the shebang to #!C:\Perl\bin\perl -Ranish George Ramnish, I have tried that.

Re: Same Internal Server Error from last two days

2006-07-28 Thread Dennis G. Wicks
On Fri, 28 Jul 2006, Dr.Ruud wrote: > Date: Fri, 28 Jul 2006 14:13:48 +0200 > From: Dr.Ruud <[EMAIL PROTECTED]> > To: beginners@perl.org > Subject: Re: Same Internal Server Error from last two days > > Ranish George schreef: > > > > Have you tried changing

RE: Same Internal Server Error from last two days

2006-07-28 Thread Nath, Alok (STSD)
No the script is in C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin. -Original Message- From: Beginner [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 6:01 PM To: beginners@perl.org Subject: Re: Same Internal Server Error from last two days On 28 Jul 2006 at 14:13

Re: Same Internal Server Error from last two days

2006-07-28 Thread Beginner
On 28 Jul 2006 at 14:13, Dr.Ruud wrote: > Ranish George schreef: > > > > Have you tried changing the shebang line as I have mentioned in > > one of the follow up. Trying changing the shebang to > > > > #!C:\Perl\bin\perl > > That should not make any difference. Windows doesn't use the shebang;

Re: Same Internal Server Error from last two days

2006-07-28 Thread Dr.Ruud
Ranish George schreef: > Have you tried changing the shebang line as I have mentioned in > one of the follow up. Trying changing the shebang to > > #!C:\Perl\bin\perl That should not make any difference. Windows doesn't use the shebang; perl reads it but is only interested in parameters (like -T

RE: Same Internal Server Error from last two days

2006-07-28 Thread Nath, Alok (STSD)
Ramnish, I have tried that.No success ... Thanks, Alok. -Original Message- From: Ranish George [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 5:10 PM To: Nath, Alok (STSD) Cc: Mumia W.; Beginners List Subject: Re: Same Internal Server Error from last two days Nath

Re: Same Internal Server Error from last two days

2006-07-28 Thread Ranish George
annot find the path specified. : couldn't spawn child process: C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/first.pl -Original Message- From: Mumia W. [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 2:35 PM To: Beginners List Subject: Re: Same Internal Server

RE: Same Internal Server Error from last two days

2006-07-28 Thread Nath, Alok (STSD)
ified. : couldn't spawn child process: C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/first.pl -Original Message- From: Mumia W. [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 2:35 PM To: Beginners List Subject: Re: Same Internal Server Error from last two days On

Re: Same Internal Server Error from last two days

2006-07-28 Thread Mumia W.
On 07/28/2006 02:25 AM, Nath, Alok (STSD) wrote: Ramnish, Here's my Hello World Cgi script which I am trying to run #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello, World."; It has no problem. [...] When apache encounters an error, it records it in its error.log. What

Re: Same Internal Server Error from last two days

2006-07-28 Thread Ranish George
PROTECTED] Sent: Friday, July 28, 2006 12:45 PM To: Nath, Alok (STSD) Cc: beginners@perl.org Subject: Re: Same Internal Server Error from last two days Nath, Alok (STSD) wrote: Hi , It's not exactly a perl query but related to it. I am trying to run a Hello World Perl Scri

Re: Same Internal Server Error from last two days

2006-07-28 Thread Ranish George
Nath, Alok (STSD) wrote: Hi , It's not exactly a perl query but related to it. I am trying to run a Hello World Perl Script in Apache 2.2. My script is installed in location : C:\Program Files\Apache Software Foundation\Apache2.2\bin Perl is installed in : C:\Perl\bin But its constantl

RE: Same Internal Server Error from last two days

2006-07-28 Thread Nath, Alok (STSD)
July 28, 2006 12:45 PM To: Nath, Alok (STSD) Cc: beginners@perl.org Subject: Re: Same Internal Server Error from last two days Nath, Alok (STSD) wrote: > Hi , > It's not exactly a perl query but related to it. > > I am trying to run a Hello World Perl Script in Apache 2.2.