if you refer to "execution" you should look in your php-fpm server. As you know mod_proxy_fcgi just reverse proxies specific requests to your fcgi backend. All I see is in this debug, the request reaches the server and mod_proxy_ajp (which does not handle fcgi requests and it is made for tomcat ajp protocol) declines to handle the request and this is probably passed along to the appropiate mod_proxy submodule, which is mod_proxy_fcgi, which then does what is meant to do, connect to 127.0.0.1:9000 and pass the request to the backend. Next time, you could share the exact related modules and directives you have, so the context of the situation is clear. But as I see it, it is proceeding fine choosing the appropiate module to handle the fcgi request. 2017-08-24 15:56 GMT+02:00 Rose, John B <jbrose@xxxxxxx>: > Not sure if this is our problem, but after setting log level to debug we > noticed this in the error_log. Not sure how to interpret what is happening. > It looks like the fcgi connection to php-fpm is being declined initially, > then it is successful. But I am not sure. Is this refusing to execute the > php command? Thanks > > [Thu Aug 24 08:47:04.688410 2017] [proxy:debug] [pid 11111:tid > 140240136169216] mod_proxy.c(1123): [client xx.xx.xx.xx:52527] AH01143: > Running scheme fcgi handler (attempt 0), referer: > http://abc.com/wp-admin/media-new.php > > [Thu Aug 24 08:47:04.688416 2017] [proxy_ajp:debug] [pid 11111:tid > 140240136169216] mod_proxy_ajp.c(722): [client xx.xx.xx.xx:52527] AH00894: > declining URL > fcgi://127.0.0.1:9000/home/user/public_html/wp-admin/async-upload.php, > referer: http://abc.com/wp-admin/media-new.php > > [Thu Aug 24 08:47:04.688419 2017] [proxy_fcgi:debug] [pid 11111:tid > 140240136169216] mod_proxy_fcgi.c(972): [client xx.xx.xx.xx:52527] AH01076: > url: fcgi://127.0.0.1:9000/home/user/public_html/wp-admin/async-upload.php > proxyname: (null) proxyport: 0, referer: > http://abc.com/wp-admin/media-new.php > > [Thu Aug 24 08:47:04.688421 2017] [proxy_fcgi:debug] [pid 11111:tid > 140240136169216] mod_proxy_fcgi.c(979): [client xx.xx.xx.xx:52527] AH01078: > serving URL > fcgi://127.0.0.1:9000/home/user/public_html/wp-admin/async-upload.php, > referer: http://abc.com/wp-admin/media-new.php > > [Thu Aug 24 08:47:04.688424 2017] [proxy:debug] [pid 11111:tid > 140240136169216] proxy_util.c(2203): AH00942: FCGI: has acquired connection > for (*) > > [Thu Aug 24 08:47:04.688427 2017] [proxy:debug] [pid 11111:tid > 140240136169216] proxy_util.c(2256): [client xx.xx.xx.xx:52527] AH00944: > connecting > fcgi://127.0.0.1:9000/home/user/public_html/wp-admin/async-upload.php to > 127.0.0.1:9000, referer: http://abc.com/wp-admin/media-new.php > > [Thu Aug 24 08:47:04.688436 2017] [proxy:debug] [pid 11111:tid > 140240136169216] proxy_util.c(2422): [client xx.xx.xx.xx:52527] AH00947: > connected /home/user/public_html/wp-admin/async-upload.php to > 127.0.0.1:9000, referer: http://abc.com/wp-admin/media-new.php > > > > -- Daniel Ferradal IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx