Synopsis: #exec cmd works, but #exec cgi won't. State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Sun Aug 31 10:04:23 PDT 1997 State-Changed-Why: You are running out of file descriptors. See the FAQ and the document at http://www.apache.org/docs/misc/descriptors.html
My guess as to why exec cmd works but exec cgi doesn't is that exec cmd probably uses less fds than exec cgi. If you add a few more virtual domains (well, a few more log files) then you will probably find neither working.
