Revision: 12
Author: phred_moyer
Date: 2006-04-05 09:36:32 -0700 (Wed, 05 Apr 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=12&view=rev
Log Message:
-----------
Fix errorneous IfDefines using APACHE to APACHE1. Thanks to geoff for
the spot.
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-05 08:30:06 UTC (rev 11)
+++ trunk/t/conf/extra.last.conf.in 2006-04-05 16:36:32 UTC (rev 12)
@@ -55,7 +55,7 @@
<IfDefine APACHE2>
PerlResponseHandler Apache::Dispatch
</IfDefine>
- <IfDefine APACHE>
+ <IfDefine APACHE1>
PerlHandler Apache::Dispatch
</IfDefine>
@@ -70,7 +70,7 @@
<IfDefine APACHE2>
PerlResponseHandler Apache2::Dispatch
</IfDefine>
- <IfDefine APACHE>
+ <IfDefine APACHE1>
PerlHandler Apache::Dispatch
</IfDefine>
@@ -86,7 +86,7 @@
<IfDefine APACHE2>
PerlResponseHandler Apache::Dispatch
</IfDefine>
- <IfDefine APACHE>
+ <IfDefine APACHE1>
PerlHandler Apache::Dispatch
</IfDefine>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|