]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_ssl-vhost.conf
- rel 14
[packages/apache.git] / apache-mod_ssl-vhost.conf
index 3d2c83f5eeb56e0a61482a5d5d835b2dce3b551e..1cef405e7aa8cb613de0856d6c7338568e43d9d6 100644 (file)
@@ -64,7 +64,8 @@ SSLMutex  file:/var/run/httpd/ssl_mutex
 ## SSL Virtual Host Context
 ##
 
-<VirtualHost _default_:443>
+NameVirtualHost *:443
+<VirtualHost *:443>
 #   SSL Engine Switch:
 #   Enable/Disable SSL for this virtual host.
 SSLEngine on
@@ -72,7 +73,7 @@ SSLEngine on
 #   SSL Cipher Suite:
 #   List the ciphers that the client is permitted to negotiate.
 #   See the mod_ssl documentation for a complete list.
-SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
+SSLCipherSuite ALL:!ADH:!EXP:!LOW:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+eNULL
 
 #   Server Certificate:
 #   Point SSLCertificateFile at a PEM encoded certificate.  If
This page took 0.029783 seconds and 4 git commands to generate.