DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25714>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25714 Typo: 'happend' in Log-Watching Section should be 'happenEd' Summary: Typo: 'happend' in Log-Watching Section should be 'happenEd' Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: All URL: http://httpd.apache.org/docs-2.0/misc/security_tips.html OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Documentation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] 'happend' is a misspelling of 'happened'. Here is a patch to correct this file, although I'm not sure the html is the source: --- security_tips.html.en.old 2003-12-22 21:07:45.000000000 -0500 +++ security_tips.html.en 2003-12-22 21:08:10.000000000 -0500 @@ -299,7 +299,7 @@ <p>To keep up-to-date with what is actually going on against your server you have to check the <a href="../logs.html">Log Files</a>. Even though - the log files only reports what has already happend, they will give you + the log files only reports what has already happened, they will give you some understanding of what attacks is thrown against the server and allows you to check if the necessary level of security is present.</p> @@ -320,7 +320,7 @@ by server configuration: /usr/local/apache/htdocs/.htpasswd </code></p></div> - <p>As you can see, the log files only report what already has happend, so + <p>As you can see, the log files only report what already has happened, so if the client had been able to access the <code>.htpasswd</code> file you would have seen something similar to:</p> @@ -345,4 +345,4 @@ </div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> -</body></html> \ No newline at end of file +</body></html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
