Hello Jeff,

We tested the latest version of mod_fcgid in trunk (r1028094) and
found that, while the total number of fcgis did not explode and overwhelm
the server, that after a ramp up time new FCGIs were not being spawned
and we were getting responses like:

    $ curl http://andersk.scripts.mit.edu/hello/hello.c.fcgi
    curl: (52) Empty reply from server

Our hypothesis is that the new code interacts poorly with mod_vhost_ldap
because mod_vhost_ldap copies the server_rec to a dynamically allocated buffer
(see 
http://mail-archives.apache.org/mod_mbox/httpd-dev/201007.mbox/%3c4c3465d9.1090...@rowe-clan.net%3e
so the current_node->server == procnode->server check never succeeds.  mod_ftp
does something similar.

Cheers,
Edward

Reply via email to