stas 2003/07/07 11:42:30
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
perl-framework/Apache-Test Changes
Log:
Enable TransferLog in the autogenerated httpd.conf only if
mod_log_config is available
Revision Changes Path
1.165 +4 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- TestConfig.pm 6 Jun 2003 23:45:02 -0000 1.164
+++ TestConfig.pm 7 Jul 2003 18:42:29 -0000 1.165
@@ -1614,7 +1614,10 @@
PidFile @t_logs@/httpd.pid
ErrorLog @t_logs@/error_log
LogLevel debug
-TransferLog @t_logs@/access_log
+
+<IfModule mod_log_config.c>
+ TransferLog @t_logs@/access_log
+</IfModule>
ServerAdmin @ServerAdmin@
1.30 +3 -0 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Changes 19 Jun 2003 00:45:31 -0000 1.29
+++ Changes 7 Jul 2003 18:42:29 -0000 1.30
@@ -8,6 +8,9 @@
=item 1.04-dev -
+Enable TransferLog in the autogenerated httpd.conf only if
+mod_log_config is available [Stas]
+
=item 1.03 - June 19, 2003
Instrumented Makefile.PL to unconditionally remove any old