[Rt-commit] [svn] r1893 - in rt/branches/3.3-TESTING: . bin

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Sun Nov 14 09:23:54 EST 2004


Author: autrijus
Date: Sun Nov 14 09:23:53 2004
New Revision: 1893

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/bin/webmux.pl.in
Log:
 r4099 at not:  autrijus | 2004-11-14T14:25:10.934431Z
 * It turns out that Apache::Log needs to be explicitly loaded
   for MasonX::Apache2Handler to run.
 


Modified: rt/branches/3.3-TESTING/bin/webmux.pl.in
==============================================================================
--- rt/branches/3.3-TESTING/bin/webmux.pl.in	(original)
+++ rt/branches/3.3-TESTING/bin/webmux.pl.in	Sun Nov 14 09:23:53 2004
@@ -53,7 +53,7 @@
     $ENV{'ENV'}    = '' if defined $ENV{'ENV'};
     $ENV{'IFS'}    = '' if defined $ENV{'IFS'};
 
-    eval { require Apache2; require APR::Table; require MasonX::Apache2Handler; 1 } or
+    eval { require Apache2; require APR::Table; require Apache::Log; require MasonX::Apache2Handler; 1 } or
     eval { require Apache2; require Apache::compat; 1 } or die $@
       if $ENV{'MOD_PERL'}
       and $ENV{'MOD_PERL'} =~ m{mod_perl/(?:2|1\.9)};


More information about the Rt-commit mailing list