]> granicus.if.org Git - apache/commitdiff
Small nits
authorRich Bowen <rbowen@apache.org>
Thu, 7 Nov 2002 12:32:20 +0000 (12:32 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 Nov 2002 12:32:20 +0000 (12:32 +0000)
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
docs/manual/misc/security_tips.xml

index 42db5d7e1507d57b20a960a262c76f96f38da6e9..8d44b7360e8ddc5ff98290393aaf9d4300d33c77 100644 (file)
   <p>
   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 <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> directive) and therefore
+  identity of the server itself (see the <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> 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.</p>
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="systemsettings" id="systemsettings">Protecting System Settings</a></h2>
index 60dee636028bcc016e79a70e3387868903e41408..249b4e87c0a3d51b5e2486d81fb7c3227b321b81 100644 (file)
   <p>
   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 <directive 
-  module="mpm_common">User</directive> directive) and therefore
+  identity of the server itself (see the <directive 
+  module="mpm_common">User</directive> 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.</p>
 
   </section>