[svn:modperl-modules] rev 130 - Apache-Scoreboard-2.0/trunk/t/conf

[email protected] 22 Jan 2005 05:33:34 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: stas
Date: Fri Jan 21 21:33:34 2005
New Revision: 130

Modified:
   Apache-Scoreboard-2.0/trunk/t/conf/extra.conf.in
Log:
tests config: s/PerlHandler/PerlResponseHandler/ [Markus Wichitill
<[email protected]>]


Modified: Apache-Scoreboard-2.0/trunk/t/conf/extra.conf.in
==============================================================================
--- Apache-Scoreboard-2.0/trunk/t/conf/extra.conf.in	(original)
+++ Apache-Scoreboard-2.0/trunk/t/conf/extra.conf.in	Fri Jan 21 21:33:34 2005
@@ -9,14 +9,14 @@
 PerlModule Apache::Scoreboard
 <Location /scoreboard>
     SetHandler modperl
-    PerlHandler Apache::Scoreboard::send
+    PerlResponseHandler Apache::Scoreboard::send
 </Location>
 
 ## Configuration in httpd.conf
 #PerlModule Apache::VMonitor
 #<Location /system/vmonitor>
 #    SetHandler perl-script
-#    PerlHandler Apache::VMonitor
+#    PerlResponseHandler Apache::VMonitor
 #</Location>
 
 ##### DEVMODE: Remove in production ###