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: mod_fcgid communication error and apache error 500 |
|
Author |
|
vagmor
Joined: 19 Aug 2014 Posts: 1 Location: Greece, Athens
|
Posted: Tue 19 Aug '14 20:01 Post subject: mod_fcgid communication error and apache error 500 |
|
|
hello
I have a web-server that hosts my sites and i get an error while use of mod_fcgid and I can't find anywhere a reference like I'm the only one...
there is some lines of my error.log
Code: | [Tue Aug 19 08:57:02.330078 2014] [fcgid:info] [pid 1656:tid 428] mod_fcgid: server mcnews.gr:php-5-5/php-cgi.exe(1096) started
[Tue Aug 19 08:57:06.405273 2014] [fcgid:info] [pid 1656:tid 428] mod_fcgid: server mcnews.gr:php-5-5/php-cgi.exe(4344) started
[Tue Aug 19 08:57:06.406250 2014] [fcgid:info] [pid 1656:tid 428] mod_fcgid: process php-5-5/php-cgi.exe(1096) exit(communication error), return code -2
[Tue Aug 19 08:57:06.406250 2014] [fcgid:info] [pid 1656:tid 428] mod_fcgid: process php-5-5/php-cgi.exe(2564) exit(communication error), return code -2
[Tue Aug 19 08:57:10.712890 2014] [fcgid:info] [pid 1656:tid 428] mod_fcgid: process php-5-5/php-cgi.exe(4344) exit(communication error), return code -2 |
i noticed that when i have the above errors i get tis error in windows event viewer
Code: | The description for Event ID 487 from source Zend OPcache cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Unable to reattach to base address
Attempt to access invalid address. |
and also i get quite a few of this lines...
Code: | [Tue Aug 19 08:30:24.606445 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 12 >= 10, skip the spawn request
[Tue Aug 19 08:30:24.609375 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 12 >= 10, skip the spawn request
[Tue Aug 19 08:30:24.660156 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 12 >= 10, skip the spawn request
[Tue Aug 19 08:30:24.856445 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 12 >= 10, skip the spawn request
[Tue Aug 19 08:30:24.856445 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 12 >= 10, skip the spawn request
[Tue Aug 19 08:30:25.606445 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 11 >= 10, skip the spawn request
[Tue Aug 19 08:30:25.609375 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 11 >= 10, skip the spawn request
[Tue Aug 19 08:30:25.660156 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 11 >= 10, skip the spawn request
[Tue Aug 19 08:30:25.856445 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 11 >= 10, skip the spawn request
[Tue Aug 19 08:30:25.856445 2014] [fcgid:debug] [pid 1656:tid 428] fcgid_spawn_ctl.c(205): mod_fcgid: php-5-5/php-cgi.exe spawn score 11 >= 10, skip the spawn request |
and this is the lines from httpd.conf
Code: | FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000000
FcgidIOTimeout 1800
FcgidBusyTimeout 1800
FcgidConnectTimeout 60
FcgidMaxProcesses 1000
FcgidOutputBufferSize 65536
FcgidMaxRequestsPerProcess 50000000
FcgidMinProcessesPerClass 3
FcgidProcessLifeTime 3600
FcgidMaxRequestLen 200000000
FcgidIdleScanInterval 86400
|
if anyone can help me out |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|