[svn:modperl-modules] rev 196 - Apache-Scoreboard-2.0/trunk/t/conf
[email protected] 21 Mar 2005 18:53:59 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: stas Date: Mon Mar 21 10:53:59 2005 New Revision: 196 Modified: Apache-Scoreboard-2.0/trunk/t/conf/extra.conf.in Log: disable SetHandler scoreboard-send-handler as we don't built it yet automatically 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 Mon Mar 21 10:53:59 2005 @@ -16,7 +16,7 @@ # 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 +# SetHandler scoreboard-send-handler #</Location>