Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8054 Posts in 1860 Topics- by 2099 Members - Latest Member: roi
Pages: 1 [2]   Go Down
Print
Author Topic: couldn't spawn child process  (Read 4268 times)
0 Members and 1 Guest are viewing this topic.
John_Nash
Guest
« Reply #15 on: January 26, 2006, 09:01:00 AM »

4 years after, it's still a very good thing to answer very old question! I got the same problem. But this helped me as well.
Thanks

Best regards from Germany

Logged
Noone
Guest
« Reply #16 on: February 25, 2006, 05:59:00 AM »

thanks much!
I got help from this!
Logged
Tim Gerrish
Guest
« Reply #17 on: February 28, 2006, 05:11:00 AM »

Alternative:
Make sure you install Perl to C:/usr
perl.exe ends up in c:/usr/bin/perl.exe, can use the normal
#!/usr/bin/perl shebang in your cgi scripts
(tested on WinXP system, finally got it working this morning   )
Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 235

Please don't PM me. Post in the open forum.


WWW
« Reply #18 on: March 05, 2006, 08:09:00 PM »

** Make sure you install Perl to C:/usr **

Great tip, thanks!

Dan O.

------------------

Logged
thx
Guest
« Reply #19 on: March 16, 2006, 07:00:00 PM »

thx
Logged
billos
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #20 on: April 20, 2006, 06:27:00 AM »

hi folks!

yup, the power of the web, years after the original post!

actually this is a funny thread, i'm gonna send the link to some mates...


this thread helped me too!      

re: pearl script "shebang", i.e. start point:
on unix is /usr/bin/perl
but windows has to have the "C:" pre and ".exe" post...seems to work...

i.e. #!C:\Perl\bin\perl.exe

also on default apache install, to default locations, all you need to do is this...

<Directory />
   Options FollowSymLinks +ExecCGI
   AllowOverride None
</Directory>

just add the "+ExecCGI" and...

     AddHandler cgi-script .cgi .pl


un comment this line and add ".pl", to the end...

cheers!
bill
------------------
captain, i've spotted an M-Class planet!

[This message has been edited by billos (edited April 20, 2006).]

Logged

captain, i've spotted an M-Class planet!
billos
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #21 on: April 20, 2006, 08:45:00 AM »

hi,

sorry to spam...

but there should be a printenv.pl in /cgi-bin by default...

so if you have done everything ok, you should just be able to type

localhost/cgi-bin/printenv.pl

...and this should show you your pearl is working!

------------------
captain, i've spotted an M-Class planet!

[This message has been edited by billos (edited April 20, 2006).]

Logged

captain, i've spotted an M-Class planet!
GLneo
Guest
« Reply #22 on: June 03, 2006, 08:44:00 PM »

helped me too, thx!
Logged
_Un
Guest
« Reply #23 on: November 07, 2006, 07:35:00 AM »

It helped me also, and now I see that not for the first time )))). I've already left my comment that this thread helped me and forgot about it )))
Logged
RT
Guest
« Reply #24 on: February 16, 2007, 06:25:00 AM »

Thanxs a lot for this post.
Logged
Lisa
Guest
« Reply #25 on: March 23, 2007, 12:08:00 AM »

Ta, it helped me too  
Logged
Black-Tulip
Guest
« Reply #26 on: April 04, 2007, 09:07:00 PM »

helped me too
Logged
Lolen
Guest
« Reply #27 on: April 19, 2007, 12:54:00 PM »

helped me too, google rules
Logged
gwaping
Guest
« Reply #28 on: May 17, 2007, 03:35:00 AM »

it helped me too.. thanks..
Logged
Pages: 1 [2]   Go Up
Print
Jump to: