From fb0b396b527c3870a94a1a616d11291b5989b28a Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sun, 25 Nov 2007 00:18:27 +0000 Subject: [PATCH] typos found by Lucien GENTIS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@597933 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.html.en | 6 +++--- docs/manual/misc/security_tips.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 6f58fbf4bc..ae29df0b16 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -208,7 +208,7 @@

To isolate the damage a wayward SSI file can cause, a server administrator can enable suexec as - described in the CGI in General section

+ described in the CGI in General section.

Enabling SSI for files with .html or .htm extensions can be dangerous. This is especially true in a shared, or high traffic, @@ -220,7 +220,7 @@ programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may still use <--#include virtual="..." --> to execute CGI scripts if - these scripts are in directories desginated by a ScriptAlias directive.

+ these scripts are in directories designated by a ScriptAlias directive.

top
@@ -357,7 +357,7 @@

Pay particular attention to the interactions of Location and Directory directives; for instance, even if <Directory /> denies access, a - <Location /> directive might overturn it

+ <Location /> directive might overturn it.

Also be wary of playing games with the UserDir directive; setting it to something like "./" would have the same effect, for root, as the first diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 149ff7f091..963e47bd73 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -205,7 +205,7 @@

To isolate the damage a wayward SSI file can cause, a server administrator can enable suexec as - described in the CGI in General section

+ described in the CGI in General section.

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 IncludesNOEXEC in the Options directive. Note that users may still use <--#include virtual="..." --> to execute CGI scripts if - these scripts are in directories desginated by a ScriptAlias directive.

@@ -359,7 +359,7 @@ module="core">Location and Directory directives; for instance, even if <Directory /> denies access, a - <Location /> directive might overturn it

+ <Location /> directive might overturn it.

Also be wary of playing games with the UserDir directive; setting it to -- 2.50.1