summaryrefslogtreecommitdiffstats
path: root/debian/apache2.README.Debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:13 +0000
commitfe1ddf4ce8790fd130963925325a21236b6987f1 (patch)
tree48ae198d0c5a449df1be3d46bdf7cdc7a07d93d5 /debian/apache2.README.Debian
parentEnabling ssl module. (diff)
downloadapache2-fe1ddf4ce8790fd130963925325a21236b6987f1.tar.xz
apache2-fe1ddf4ce8790fd130963925325a21236b6987f1.zip
Renaming default-ssl.conf site to 000-default-ssl.conf.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.README.Debian')
-rw-r--r--debian/apache2.README.Debian6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/apache2.README.Debian b/debian/apache2.README.Debian
index 33fa6cb..c893ca2 100644
--- a/debian/apache2.README.Debian
+++ b/debian/apache2.README.Debian
@@ -209,12 +209,12 @@ Enabling SSL
To enable SSL, type (as user root):
- a2ensite default-ssl
+ a2ensite 000-default-ssl
a2enmod ssl
If you want to use self-signed certificates, you should install the ssl-cert
package (see below). Otherwise, just adjust the SSLCertificateKeyFile and
-SSLCertificateFile directives in '/etc/apache2/sites-available/default-ssl.conf'
+SSLCertificateFile directives in '/etc/apache2/sites-available/000-default-ssl.conf'
to point to your SSL certificate. Then restart apache:
service apache2 restart
@@ -257,7 +257,7 @@ disabled even for non-SSL connections):
downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
-The default SSL virtual host in '/etc/apache2/sites-available/default-ssl.conf'
+The default SSL virtual host in '/etc/apache2/sites-available/000-default-ssl.conf'
already contains this workaround.