summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-04 01:42:43 +0000
committerChuck Short <zul@gentoo.org>2004-04-04 01:42:43 +0000
commit20a129b80191bbd7129e370f5cd3e7aa7084d385 (patch)
tree6be68eb91723732f5142296881a996f56eb43818 /net-www/mod_ssl/files
parentRemoved unnecessary amd64 construct (Manifest recommit) (diff)
downloadgentoo-2-20a129b80191bbd7129e370f5cd3e7aa7084d385.tar.gz
gentoo-2-20a129b80191bbd7129e370f5cd3e7aa7084d385.tar.bz2
gentoo-2-20a129b80191bbd7129e370f5cd3e7aa7084d385.zip
Updated headers, added metadata.xml, turned off ssl for virtualhosts on port 80.
Diffstat (limited to 'net-www/mod_ssl/files')
-rw-r--r--net-www/mod_ssl/files/ssl.default-vhost.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-www/mod_ssl/files/ssl.default-vhost.conf b/net-www/mod_ssl/files/ssl.default-vhost.conf
index 9377c93b9eb4..83b46cedfe15 100644
--- a/net-www/mod_ssl/files/ssl.default-vhost.conf
+++ b/net-www/mod_ssl/files/ssl.default-vhost.conf
@@ -1,6 +1,10 @@
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.3 2004/04/04 01:42:43 zul Exp $
<IfModule mod_ssl.c>
+<VirutalHost _default_:80>
+ SSEngine off
+</VirtualHost>
+
##
## SSL Virtual Host Context
##