From 5cba588724f05b4c8cc76b902860b5e757f4791c Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 1 Nov 2008 12:07:26 +0000 Subject: finally fixed VirtualHosts stuff for ssl --- files/conf.d/CentOS/ssl.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'files') diff --git a/files/conf.d/CentOS/ssl.conf b/files/conf.d/CentOS/ssl.conf index 34ae674..7f9be95 100644 --- a/files/conf.d/CentOS/ssl.conf +++ b/files/conf.d/CentOS/ssl.conf @@ -16,6 +16,7 @@ LoadModule ssl_module modules/mod_ssl.so # the HTTPS port in addition. # Listen 443 +NameVirtualHost *:443 ## ## SSL Global Context @@ -73,13 +74,3 @@ SSLRandomSeed connect builtin # SSLCryptoDevice builtin #SSLCryptoDevice ubsec - -## -## SSL Virtual Host Context -## - -# default virtual host - - DocumentRoot "/var/www/html" - Include conf.d/ssl_defaults.inc - -- cgit v1.2.3