Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Perl Win32 Apache & mod_fcgid not working

by roey (Initiate)
on Jan 30, 2011 at 11:20 UTC ( [id://885115]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [Tue Dec 07 23:10:35 2010] [info] mod_fcgid: server 127.0.0.1:/usr/bin
    +/perl.exe(5476) started 
    [Tue Dec 07 23:10:35 2010] [warn] [client 127.0.0.1] (OS 109)The pipe 
    +has been ended. : mod_fcgid : get overlap result error 
    [Tue Dec 07 23:10:35 2010] [error] [client 127.0.0.1] Premature end of
    + script headers: f.pl 
    [Tue Dec 07 23:10:35 2010] [error] [client 127.0.0.1] File does not ex
    +ist: C:/Apache2/htdocs/favicon.ico 
    [Tue Dec 07 23:10:39 2010] [info] mod_fcgid - infoneto: process /usr/b
    +in/perl.exe(5476) exit(communication error), return code 9
    
  2. or download this
    #!/usr/bin/perl.exe
    use FCGI;
    ...
    while($request->Accept() >= 0) {
       print("Content-type: text/html\r\n\r\n", ++$count);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://885115]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found