[users@httpd] /cgi-bin/my.cgi was not found on this server

2015-01-30 Thread James Cook
I'm struggling to get my server to recognize cgi-bin in a URL. If I place my cgi script in any site's root folder, it works perfectly without including cgi-bin in the URL. So my server is processing cgi correctly. If I attempt to use any cgi-bin configuration, it results in a 404 error. I'm run

[users@httpd] CGIDScriptTimeout directive ignored?

2015-01-30 Thread Schleusener, Jens
Hi, after upgrading from httpd 2.4.10 to 2.4.12 I see intermittent "hangings" of "my" Apache server sometimes a day for very roughly 30 seconds (similar as with releases before 2.4.10). Presumably the problem is related to the communication with a self-written CGI script so I must further isol

[users@httpd] Apache 2.4.10 with php fpm via mod_proxy_fcgi

2015-01-30 Thread ma . derungs
Hi, I’m actually working on Apache 2.4.10 with a php server on fpm mode via the module proxy_fcgi. I’d like to know if it’s possible to use the following directive : SetHandler "proxy:fcgi://127.0.0.1:9000" to be able to load my php indexs who are supports by my php server (thanks to nfs).