From: Rich Bowen Date: Thu, 7 Nov 2002 12:32:20 +0000 (+0000) Subject: Small nits X-Git-Tag: 2.0.44~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9c03ce8dc1440ee3da3b93ce16a20030d125f43;p=apache 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 42db5d7e15..8d44b7360e 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 60dee63602..249b4e87c0 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.