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/03/29 18:13:06 UTC

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

dougm       02/03/29 09:13:05

  Added:       perl-framework/t/ssl proxy.t
  Log:
  simple test of ProxyPass / https://localhost
  
  Revision  Changes    Path
  1.1                  httpd-test/perl-framework/t/ssl/proxy.t
  
  Index: proxy.t
  ===================================================================
  use strict;
  use warnings FATAL => 'all';
  
  use Apache::Test;
  use Apache::TestRequest;
  
  plan tests => 1, ['mod_proxy'];
  
  Apache::TestRequest::module('proxyssl');
  
  ok GET_OK('/');