aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-12-21 01:31:10 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-21 01:31:10 +0100
commite4b915b77106eb5bd7b677abeb06f69a68267564 (patch)
tree382780f890c061466cb1dd0674e7f0f75a740570 /docs
parentfb4f6f7b1574be030d7f592be91771905d00a620 (diff)
downloadbugs-e4b915b77106eb5bd7b677abeb06f69a68267564.tar
bugs-e4b915b77106eb5bd7b677abeb06f69a68267564.tar.gz
bugs-e4b915b77106eb5bd7b677abeb06f69a68267564.tar.bz2
bugs-e4b915b77106eb5bd7b677abeb06f69a68267564.tar.xz
bugs-e4b915b77106eb5bd7b677abeb06f69a68267564.zip
Need to uncomment another line in httpd.conf, see bug 1207582
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/installing/apache-windows.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst
index ebad00e60..fca8ef5eb 100644
--- a/docs/en/rst/installing/apache-windows.rst
+++ b/docs/en/rst/installing/apache-windows.rst
@@ -103,10 +103,11 @@ Using Apache with SSL
If you want to enable SSL with Apache, i.e. access Bugzilla from
https://localhost/bugzilla, you need to do some extra steps:
-#. Edit :file:`C:\\Apache24\\conf\\httpd.conf` and uncomment these two lines:
+#. Edit :file:`C:\\Apache24\\conf\\httpd.conf` and uncomment these lines:
* ``LoadModule ssl_module modules/mod_ssl.so``
* ``LoadModule socache_shmcb_module modules/mod_socache_shmcb.so``
+ * ``Include conf/extra/httpd-ssl.conf``
#. Create your :file:`.key` and :file:`.crt` files using :file:`openssl.exe`
provided with Apache: