From c9c03ce8dc1440ee3da3b93ce16a20030d125f43 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 7 Nov 2002 12:32:20 +0000 Subject: [PATCH] Small nits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97448 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.html.en | 4 ++-- docs/manual/misc/security_tips.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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.

-- 2.40.0