Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: the pipe has been ended |
|
Author |
|
jicr74
Joined: 10 Feb 2014 Posts: 7 Location: Mexico
|
Posted: Thu 20 Feb '14 4:34 Post subject: the pipe has been ended |
|
|
Dear all,
I am desperate and I really ned your help
It has been a painful adoption of fastcgi since too many things have come across
this is the last warning the log is showing
[Wed Feb 19 16:34:30.607694 2014] [fcgid:warn] [pid 10700:tid 15696] (OS 109)The pipe has been ended. : [client 189.135.105.92:63609] mod_fcgid: get overlap result error
[Wed Feb 19 16:34:30.607694 2014] [core:error] [pid 10700:tid 15696] [client 201.100.90.89:63609] End of script output before headers: program.php
My settings are
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 40000
FcgidIOTimeout 600
FcgidConnectTimeout 30
FcgidMaxProcesses 2000
FcgidOutputBufferSize 65536
FcgidProcessLifeTime 3600
FcgidMaxRequestsPerProcess 40000
FcgidMinProcessesPerClass 3
FcgidFixPathinfo 0
FcgidMaxRequestLen 2000000
I hope you can help |
|
Back to top |
|
jicr74
Joined: 10 Feb 2014 Posts: 7 Location: Mexico
|
Posted: Thu 20 Feb '14 4:42 Post subject: the pipe has been ended |
|
|
I have to add that my web server is apache 2.4 64-bit
running on 64-bit windows server 2008 R2 |
|
Back to top |
|
DnvrSysEngr
Joined: 15 Apr 2012 Posts: 226 Location: Denver, CO USA
|
Posted: Thu 20 Feb '14 9:39 Post subject: |
|
|
I too had the same issue the other day running PHP 64-bit 5.7.0 dev with Mod_fcgid on Windows 8.1 64-bit in my Dev environment.
Here is what I did to solve the problem. I was running the Thread safe version when I got your same exact issue; I went ahead and installed the Non-Thread safe version and my issue went away. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sat 22 Feb '14 20:34 Post subject: |
|
|
Your error message imply that PHP was started, but did not return anything, not even the headers. I recently had the same which wa solved by a patch in php_opcache.dll:
https://bugs.php.net/bug.php?id=66474
These problem are hard to debug, because PHP does not report anything. But the problem is on the PHP-side and has in principle nothing to do with mod_fcgid. |
|
Back to top |
|
|
|
|
|
|