summaryrefslogtreecommitdiff
path: root/2.0
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-03-06 14:34:53 +0000
committerChristian Heim <phreak@gentoo.org>2007-03-06 14:34:53 +0000
commitba5468a7ec56d5d1ef6b925502e40ef34ec2ed84 (patch)
tree1258b9f748680ef31eae2c7bc1cad04b40b624a3 /2.0
parentUpdating the external PCRE patch, this time for good! (diff)
downloadapache-ba5468a7ec56d5d1ef6b925502e40ef34ec2ed84.tar.gz
apache-ba5468a7ec56d5d1ef6b925502e40ef34ec2ed84.tar.bz2
apache-ba5468a7ec56d5d1ef6b925502e40ef34ec2ed84.zip
Changing the default .crt and .key paths.
Diffstat (limited to '2.0')
-rw-r--r--2.0/conf/modules.d/41_mod_ssl.default-vhost.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/2.0/conf/modules.d/41_mod_ssl.default-vhost.conf b/2.0/conf/modules.d/41_mod_ssl.default-vhost.conf
index 3e95944..bdf04ee 100644
--- a/2.0/conf/modules.d/41_mod_ssl.default-vhost.conf
+++ b/2.0/conf/modules.d/41_mod_ssl.default-vhost.conf
@@ -37,7 +37,7 @@ SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
# built time. Keep in mind that if you've both a RSA and a DSA
# certificate you can configure both in parallel (to also allow
# the use of DSA ciphers, etc.)
-SSLCertificateFile conf/ssl/server.crt
+SSLCertificateFile /etc/apache2/ssl/server.crt
# Server Private Key:
# If the key is not combined with the certificate, use this
@@ -45,7 +45,7 @@ SSLCertificateFile conf/ssl/server.crt
# you've both a RSA and a DSA private key you can configure
# both in parallel (to also allow the use of DSA ciphers, etc.)
-SSLCertificateKeyFile conf/ssl/server.key
+SSLCertificateKeyFile /etc/apache2/ssl/server.key
# Server Certificate Chain:
# Point SSLCertificateChainFile at a file containing the