https://rt.cpan.org/Ticket/Display.html?id=54476
Hello and Thanks for Apache:Test 1.30, If you run the tests as a non root user and the httpd.conf file you inherit from is using mod_fcgid.c (version 2.1 and above, I'm using mod_fcgid-2.3.4), and httpd has suexec, then httpd will fail with: [emerg] mod_fcgid: current user is not root while suexec is enabled, exiting now This resulted in the httpd instance being in a bad state and not responding to the requests made by Apache::Tests tests. Here is the change I made to line 183 of lib/Apache/TestConfigParse.pm in 1.30 << my @autoconfig_skip_module = qw(mod_jk.c mod_casp2.c mod_bwshare.c); >> my @autoconfig_skip_module = qw(mod_jk.c mod_casp2.c mod_bwshare.c mod_fcgid.c); Hope this is of some use, Cheers Peter (Stig) Edwards Related: http://sourceforge.net/mailarchive/message.php?msg_name=1192153501.30624.1215466817%40webmail.messagingengine.com