[Modcplusplus-devel] (johnksterling) mod_cplusplus/test/t/conf extra.conf.in
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2004-06-28 02:54:51
|
Mod Cplusplus CVS committal Author : johnksterling Project : mod_cplusplus Module : test Dir : mod_cplusplus/test/t/conf Modified Files: extra.conf.in Log Message: fix up the code a little and add a test and an example for content type =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/test/t/conf/extra.conf.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- extra.conf.in 14 Aug 2003 15:04:38 -0000 1.9 +++ extra.conf.in 28 Jun 2004 02:54:44 -0000 1.10 @@ -4,6 +4,7 @@ LoadCPPHandler test_output_filter @CPLUSPLUS_BUILDDIR@/example/output_filter/.libs/libtest_output.@SHLIB_EXT@ LoadCPPHandler test_input_filter @CPLUSPLUS_BUILDDIR@/example/input_filter/.libs/libtest_input.@SHLIB_EXT@ +LogLevel Info <Location /> Order allow,deny Allow from all |