Finally figured it out.
The problem was the difference in the Apache CGI modules. If you use
prefork MPM ( Multi Processing Modul ) you need to use mod_cgi. If you
use worker MPM you need to use mod_cgid. The reverse combinations do
not work. One will actually give you an error and not sta
So I am really having a difficult time figuring out this problem. Tried
to do some searching of the archives here, didn't come up with anything.
Recently had a server die, but was in the process of replacing it at my
leisure. Had to do it ASAP instead, didn't have a chance to test everything.