dougm       02/04/05 11:54:12

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Log:
  fix proxyssl_url when no ssl_module is available
  
  Revision  Changes    Path
  1.127     +1 -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.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- TestConfig.pm     3 Apr 2002 23:16:01 -0000       1.126
  +++ TestConfig.pm     5 Apr 2002 19:54:12 -0000       1.127
  @@ -838,7 +838,7 @@
       my($self, $line) = @_;
   
       my($indent, $module);
  -    if ($line =~ /^(\s*)<VirtualHost\s+(?:_default_:)?(\D+)\s*>\s*$/) {
  +    if ($line =~ /^(\s*)<VirtualHost\s+(?:_default_:)?(.*?)\s*>\s*$/) {
           $indent = $1 || "";
           $module = $2;
       }
  
  
  

Reply via email to