From: Frédéric Buclin Date: Mon, 21 Dec 2015 00:27:32 +0000 (+0100) Subject: Need to uncomment another line in httpd.conf, see bug 1207582 X-Git-Tag: release-5.1.1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107647545d204321c1125de25d577a669170c9a0;p=thirdparty%2Fbugzilla.git Need to uncomment another line in httpd.conf, see bug 1207582 --- diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst index ebad00e605..fca8ef5eb9 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: