]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Need to uncomment another line in httpd.conf, see bug 1207582
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 21 Dec 2015 00:27:32 +0000 (01:27 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 21 Dec 2015 00:27:32 +0000 (01:27 +0100)
docs/en/rst/installing/apache-windows.rst

index ebad00e60595c97c22781f37ae2e2a62e55c91c2..fca8ef5eb9ecea0c7953a0ea2ed4a161a71c8908 100644 (file)
@@ -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: