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('/');
