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

[email protected] 27 Feb 2005 06:28:01 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: stas
Date: Sat Feb 26 22:28:01 2005
New Revision: 158

Modified:
   Apache-Scoreboard-2.0/trunk/t/conf/extra.conf.in
Log:
at some point will need to add tests for mod_scoreboard_send


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	Sat Feb 26 22:28:01 2005
@@ -12,6 +12,14 @@
     PerlResponseHandler Apache::Scoreboard::send
 </Location>
 
+# XXX: one day will add this to the test suite (need to automate the C
+# module build first though, see Apache-Test's c-modules for know-how)
+# LoadModule scoreboard_send_module @ServerRoot@/../apxs/.libs/mod_scoreboard_send.so
+#<Location /scoreboard2>
+     SetHandler scoreboard-send-handler
+#</Location>
+
+
 ## Configuration in httpd.conf
 #PerlModule Apache::VMonitor
 #<Location /system/vmonitor>