aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/INSTALL.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-06 12:27:38 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-06 12:27:38 +0100
commit1dea4625d0f958787c6357bef84a6d7a5453fe5f (patch)
treee0a035ee305316b1fdda3c282f09dea4e7786f03 /phpBB/docs/INSTALL.html
parent44dd1ef9842c83f7ba4a37bf4a17489d5fe73991 (diff)
downloadforums-1dea4625d0f958787c6357bef84a6d7a5453fe5f.tar
forums-1dea4625d0f958787c6357bef84a6d7a5453fe5f.tar.gz
forums-1dea4625d0f958787c6357bef84a6d7a5453fe5f.tar.bz2
forums-1dea4625d0f958787c6357bef84a6d7a5453fe5f.tar.xz
forums-1dea4625d0f958787c6357bef84a6d7a5453fe5f.zip
[ticket/security-181] Update wording in INSTALL.html
SECURITY-181
Diffstat (limited to 'phpBB/docs/INSTALL.html')
-rw-r--r--phpBB/docs/INSTALL.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 53c18da733..19644327c2 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -459,7 +459,7 @@
<p>
For <strong>Apache</strong> there are <code>.htaccess</code> files already in place to do this for the most sensitive files and folders. We do however recommend to completely deny all access to the aforementioned folders and their respective subfolders in your Apache configuration.<br />
- On Apache 2.4, denying access to the <code>phpbb</code> folder in a phpBB instance located at <code>/var/www/html/</code> would work like this:
+ On Apache 2.4, denying access to the <code>phpbb</code> folder in a phpBB instance located at <code>/var/www/html/</code> would be accomplished by adding the following access rules to the Apache configuration file (typically apache.conf):
<pre>
&lt;Directory /var/www/html/phpbb/*&gt;
Require all denied
@@ -468,8 +468,8 @@
Require all denied
&lt;/Directory&gt;</pre>
<br />
- <p>The same settings can be applied to the other mentioned directories by replacing <code>phpbb</code> by the respective directory name. Please pay attention to the difference in syntax between Apache version <a href="https://httpd.apache.org/docs/2.2/howto/access.html">2.2</a> and <a href="https://httpd.apache.org/docs/2.4/howto/access.html">2.4</a>.</p>
- <p>For <strong>Windows</strong> based servers using <strong>IIS</strong> there are <code>web.config</code> files already in place to do this for you. For other webservers, you will have to adjust the configuration yourself. Sample files for <strong>nginx</strong> and <strong>lighttpd</strong> to help you get started may be found in <code>docs/</code> directory.</p>
+ <p>The same settings can be applied to the other mentioned directories by replacing <code>phpbb</code> by the respective directory name. Please note that there are differences in syntax between Apache version <a href="https://httpd.apache.org/docs/2.2/howto/access.html">2.2</a> and <a href="https://httpd.apache.org/docs/2.4/howto/access.html">2.4</a>.</p>
+ <p>For <strong>Windows</strong> based servers using <strong>IIS</strong> there are <code>web.config</code> files already in place to do this for you. For other webservers, you will have to adjust the configuration yourself. Sample files for <strong>nginx</strong> and <strong>lighttpd</strong> to help you get started may be found in the <code>docs/</code> directory.</p>
</div>