Revision: 28
Author: phred_moyer
Date: 2006-04-22 20:40:39 -0700 (Sat, 22 Apr 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=28&view=rev
Log Message:
-----------
Remove ridiculous debugging statement while attempting to determine if <Perl>
sections caused an early load of modules - there is no PerlLoadModule for mp1.
Modified Paths:
--------------
trunk/t/conf/extra.last.conf.in
Modified: trunk/t/conf/extra.last.conf.in
===================================================================
--- trunk/t/conf/extra.last.conf.in 2006-04-23 03:12:26 UTC (rev 27)
+++ trunk/t/conf/extra.last.conf.in 2006-04-23 03:40:39 UTC (rev 28)
@@ -4,9 +4,7 @@
<IfDefine APACHE1>
PerlModule Apache::Dispatch
</IfDefine>
-<Perl>
- print STDERR "GOOOOZAAAAAAAQ!!!";
-</Perl>
+
<Location /plain>
SetHandler perl-script
DispatchRequire On
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|