diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 12:27:38 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 12:27:38 +0100 |
commit | 1dea4625d0f958787c6357bef84a6d7a5453fe5f (patch) | |
tree | e0a035ee305316b1fdda3c282f09dea4e7786f03 | |
parent | 44dd1ef9842c83f7ba4a37bf4a17489d5fe73991 (diff) | |
download | forums-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
-rw-r--r-- | phpBB/docs/INSTALL.html | 6 |
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> <Directory /var/www/html/phpbb/*> Require all denied @@ -468,8 +468,8 @@ Require all denied </Directory></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> |