From 4add78044615bb8b98a96242b1e9a2d0133dec5b Mon Sep 17 00:00:00 2001 From: psz Date: Tue, 5 Jan 2010 10:01:25 +0000 Subject: [PATCH] - More secure SSL Cipher Suite - SSL virtual hosting fixes - rel 12 Changed files: apache-mod_ssl-vhost.conf -> 1.19 apache-mod_ssl.conf -> 1.19 apache.spec -> 1.590 --- apache-mod_ssl-vhost.conf | 5 +++-- apache-mod_ssl.conf | 5 +++-- apache.spec | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/apache-mod_ssl-vhost.conf b/apache-mod_ssl-vhost.conf index 3d2c83f..1cef405 100644 --- a/apache-mod_ssl-vhost.conf +++ b/apache-mod_ssl-vhost.conf @@ -64,7 +64,8 @@ SSLMutex file:/var/run/httpd/ssl_mutex ## SSL Virtual Host Context ## - +NameVirtualHost *: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 diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index 3d2c83f..1cef405 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -64,7 +64,8 @@ SSLMutex file:/var/run/httpd/ssl_mutex ## SSL Virtual Host Context ## - +NameVirtualHost *: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 diff --git a/apache.spec b/apache.spec index ace279b..54c91cc 100644 --- a/apache.spec +++ b/apache.spec @@ -41,7 +41,7 @@ Summary(ru.UTF-8): Самый популярный веб-сервер Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.14 -Release: 11 +Release: 12 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz -- 2.44.0