Revision: 14
Author: phred_moyer
Date: 2006-04-13 23:32:44 -0700 (Thu, 13 Apr 2006)
ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=14&view=rev
Log Message:
-----------
- missed the Apache2 call in some <IfDefine APACHE2> sections.
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-14 06:11:47 UTC (rev 13)
+++ trunk/t/conf/extra.last.conf.in 2006-04-14 06:32:44 UTC (rev 14)
@@ -47,7 +47,7 @@
SetHandler perl-script
<IfDefine APACHE2>
- PerlResponseHandler Apache::Dispatch
+ PerlResponseHandler Apache2::Dispatch
</IfDefine>
<IfDefine APACHE1>
PerlHandler Apache::Dispatch
@@ -78,7 +78,7 @@
SetHandler perl-script
<IfDefine APACHE2>
- PerlResponseHandler Apache::Dispatch
+ PerlResponseHandler Apache2::Dispatch
</IfDefine>
<IfDefine APACHE1>
PerlHandler Apache::Dispatch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|