Subject: | StartRunmode still dies with Apache2::Reload |
Hello Thilo,
The patch for bug 35987 seems to be broken. Removing even the warning
from my original fix is ok, but the test for Apache2::Reload being
loaded is broken.
if ($ENV{MOD_PERL} && exists $INC{'Apache2::Reload'}){
Should be (in lines 181 & 213):
if ($ENV{MOD_PERL} && exists $INC{'Apache2/Reload.pm'}) {