The below is the pertinent parts:

On Nov 15, 2013, at 8:11 PM, Kyle Johnson <osma...@gmail.com> wrote:
> [proxy_fcgi:debug] [pid 30116:tid 140366778955520] mod_proxy_fcgi.c(764): 
> [client 66.192.178.3:54534] AH01076: url: fcgi://localhost:8000/www/index.php 
> proxyname: (null) proxyport: 0
> [proxy_fcgi:debug] [pid 30116:tid 140366778955520] mod_proxy_fcgi.c(774): 
> [client 66.192.178.3:54534] AH01078: serving URL 
> //localhost:8000/www/index.php
> [proxy:debug] [pid 30116:tid 140366778955520] proxy_util.c(2101): AH00942: 
> FCGI: has acquired connection for (*)

...

> [proxy:debug] [pid 30721:tid 139929963685632] proxy_util.c(2101): AH00942: 
> HTTP: has acquired connection for (localhost)

From this, it looks like fcgi is trying to use the general reverse
proxy worker (proxy:reverse has the name "*")... So I'm guessing it's something
between how http and fcgi look for their worker.

That gives me an idea where to look.

Reply via email to