Hi,
Our configuration :
- Solaris Sparc 64bits
- Apache/2.2.27 (Unix) Server built: Jun 23 2014 20:53:59
- fastcgidispatch 2.50.18 build-134114 FastCGI Dispatcher Target s640900.
- httpd.conf :
LoadModule fastcgi_module modules/mod_fastcgi.so
<IfModule mod_fastcgi.c>
FastCgiServer /opt/fourjs/prd/gas/bin/wrapper.fcgi -idle-timeout 300 -initial-env FGLASDIR=/opt/fourjs/prd/gas
Alias /gas /opt/fourjs/prd/gas/bin/wrapper.fcgi
</IfModule>
<Location /gas>
Allow from all
</Location>
Sometime with must restart by killing fastcgidispatch process (kill -9) because all http connections are rejected. In apache_log file we've this message :
10.10.26.7 - - [22/Apr/2016:04:32:09 +0200] "POST /gas/wa/ka/84687511362749f5ec0bdbb8c0220278/0 HTTP/1.1" 500 535
Error 500 means (internal server error).
We don't understand why this happens.
Anybody can help us to "debug" this issue ?
Thanks in advance