Hi,
found some errors in security_tips.xml - trunk branch
attached is a patch
Lucien
Index: manual/misc/security_tips.xml
===================================================================
--- manual/misc/security_tips.xml (revision 597100)
+++ manual/misc/security_tips.xml (working copy)
@@ -205,7 +205,7 @@
<p>To isolate the damage a wayward SSI file can cause, a server
administrator can enable <a href="../suexec.html">suexec</a> as
- described in the <a href="#cgi">CGI in General</a> section</p>
+ described in the <a href="#cgi">CGI in General</a> section.</p>
<p>Enabling SSI for files with .html or .htm extensions can be
dangerous. This is especially true in a shared, or high traffic,
@@ -218,7 +218,7 @@
with <code>IncludesNOEXEC</code> in the <directive
module="core">Options</directive> directive. Note that users may
still use <--#include virtual="..." --> to execute CGI scripts if
- these scripts are in directories desginated by a <directive
+ these scripts are in directories designated by a <directive
module="mod_alias">ScriptAlias</directive> directive.</p>
</section>
@@ -359,7 +359,7 @@
module="core">Location</directive> and <directive
module="core">Directory</directive> directives; for instance, even
if <code><Directory /></code> denies access, a <code>
- <Location /></code> directive might overturn it</p>
+ <Location /></code> directive might overturn it.</p>
<p>Also be wary of playing games with the <directive
module="mod_userdir">UserDir</directive> directive; setting it to
@@ -382,7 +382,7 @@
you have to check the <a href="../logs.html">Log Files</a>. Even though
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>
+ allow you to check if the necessary level of security is present.</p>
<p>A couple of examples:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]