Fix incorrect Apache SSL config file on RHEL/CentOS in iRedMail-0.9.0 upgrade tutorial.

This commit is contained in:
Zhang Huangbin 2015-01-01 10:41:30 +08:00
parent f5a3c4ba18
commit c6d1f55b2b
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ upstream OpenSSL advisory: <a href="http://web.nvd.nist.gov/view/vuln/detail?vul
<h4 id="disable-sslv3-in-apache">Disable SSLv3 in Apache</h4>
<p>Please add or update <code>SSLProtocol</code> setting in Apache config file like below:</p>
<ul>
<li>on RHEL/CentOS, it's <code>/etc/httpd/conf/httpd.conf</code>.</li>
<li>on RHEL/CentOS, it's <code>/etc/httpd/conf.d/ssl.conf</code>.</li>
<li>on Debian/Ubuntu, it's <code>/etc/apache2/apache2.conf</code>.</li>
<li>on FreeBSD, it's <code>/usr/local/etc/apache2[X]/httpd.conf</code>. Please replace
<code>apache2[X]</code> by the real Apache version number here.</li>

View File

@ -90,7 +90,7 @@ The safest short-term response is to disable SSLv3 support.
Please add or update `SSLProtocol` setting in Apache config file like below:
* on RHEL/CentOS, it's `/etc/httpd/conf/httpd.conf`.
* on RHEL/CentOS, it's `/etc/httpd/conf.d/ssl.conf`.
* on Debian/Ubuntu, it's `/etc/apache2/apache2.conf`.
* on FreeBSD, it's `/usr/local/etc/apache2[X]/httpd.conf`. Please replace
`apache2[X]` by the real Apache version number here.