From: Richard Bowen Date: Thu, 7 Nov 2002 12:32:20 +0000 (+0000) Subject: Small nits X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b7e6999d6015a7c07a9a99bcbb9f23572615a9;p=thirdparty%2Fapache%2Fhttpd.git Small nits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97448 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 42db5d7e150..8d44b7360e8 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -146,9 +146,9 @@

Embedded scripting options which run as part of the server itself, such as mod_php, mod_perl, mod_tcl, and mod_python, run under the - identify of the server itself, (see the User directive) and therefore + identity of the server itself (see the User directive), and therefore scripts executed by these engines potentially can access anything the - server user can. some scripting engines may provide restrictions, but + server user can. Some scripting engines may provide restrictions, but it is better to be safe and assume not.

top

Protecting System Settings

diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 60dee636028..249b4e87c0a 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -164,10 +164,10 @@

Embedded scripting options which run as part of the server itself, such as mod_php, mod_perl, mod_tcl, and mod_python, run under the - identify of the server itself, (see the User directive) and therefore + identity of the server itself (see the User directive), and therefore scripts executed by these engines potentially can access anything the - server user can. some scripting engines may provide restrictions, but + server user can. Some scripting engines may provide restrictions, but it is better to be safe and assume not.