Commit 45816e02 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

Adding some additional security considerations. Thanks to Daniel Shahaf for these pointers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1343883 13f79535-47bb-0310-9956-ffa450edef68
parent 6ae826a0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -93,6 +93,10 @@ version 2.1</compatibility>
    document for details on why your security could be compromised
    if the directory where logfiles are stored is writable by
    anyone other than the user that starts the server.</p>
    <p>The log files may contain sensitive data such as the contents of 
    <code>Authorization:</code> headers (which can contain passwords), so
    they should not be readable by anyone except the user that starts the
    server.</p>
</section>

<directivesynopsis>