[Rt-commit] r1996 - in rt/branches/3.3-TESTING: . bin
autrijus at bestpractical.com
autrijus at bestpractical.com
Thu Dec 16 14:47:18 EST 2004
Author: autrijus
Date: Tue Dec 14 10:36:27 2004
New Revision: 1996
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/bin/webmux.pl.in
Log:
r6687 at not: autrijus | 2004-12-14T15:31:58.474155Z
* In HTML::Mason 1.18 or above, Apache2 support is native if
Apache::Request (libapreq2) is installed.
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 Tue Dec 14 10:36:27 2004
@@ -53,7 +53,7 @@
$ENV{'ENV'} = '' if defined $ENV{'ENV'};
$ENV{'IFS'} = '' if defined $ENV{'IFS'};
- eval { require Apache2; require APR::Table; require Apache::Log; require MasonX::Apache2Handler; 1 } or
+ eval { require Apache2; require Apache::Request; 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