You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by do...@apache.org on 2002/01/17 05:17:49 UTC

cvs commit: httpd-test/perl-framework/t/conf/ssl ssl.conf.in

dougm       02/01/16 20:17:49

  Modified:    perl-framework/Apache-Test/lib/Apache TestServer.pm
               perl-framework/t/conf/ssl ssl.conf.in
  Log:
  add a CustomLog to test ssl var lookups during the logging phase
  
  Revision  Changes    Path
  1.53      +2 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm
  
  Index: TestServer.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- TestServer.pm	14 Jan 2002 06:44:10 -0000	1.52
  +++ TestServer.pm	17 Jan 2002 04:17:49 -0000	1.53
  @@ -50,7 +50,8 @@
   
   my @apache_logs = qw(
   error_log access_log httpd.pid
  -apache_runtime_status ssl_engine_log
  +apache_runtime_status rewrite_log
  +ssl_engine_log ssl_request_log
   );
   
   sub clean {
  
  
  
  1.14      +5 -0      httpd-test/perl-framework/t/conf/ssl/ssl.conf.in
  
  Index: ssl.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/conf/ssl/ssl.conf.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ssl.conf.in	14 Dec 2001 08:55:38 -0000	1.13
  +++ ssl.conf.in	17 Jan 2002 04:17:49 -0000	1.14
  @@ -25,6 +25,11 @@
       SSLLog      @ServerRoot@/logs/ssl_engine_log
       #SSLLogLevel debug
   
  +    <IfModule mod_log_config.c>
  +        LogFormat "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %>s %b" ssl
  +        CustomLog logs/ssl_request_log ssl
  +    </IfModule>
  +
       SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
   
       SSLCertificateFile @SSLCA@/asf/certs/server.crt