summaryrefslogtreecommitdiff
path: root/docs/manual/misc/security_tips.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1997-07-06 17:19:19 +0000
committerKen Coar <coar@apache.org>1997-07-06 17:19:19 +0000
commit87226ebeb806ec2a617bcb4cad5a8132f61d4288 (patch)
tree95a0894cadc66264033bcdfb132d6e1293640d8f /docs/manual/misc/security_tips.html
parentaf3a6b9524b1be4506b0eaa73cf472e9d0f286b0 (diff)
downloadhttpd-87226ebeb806ec2a617bcb4cad5a8132f61d4288.tar.gz
More HTML cleanups, retrofit of intentional <XA> tag to a no-op
<A NAME> (thanks, Marc). Lots of trailing blanks removed throughout. Small addition to the new_features_1_3 page. Plenty of cleanup still to come.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc/security_tips.html')
-rw-r--r--docs/manual/misc/security_tips.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html
index dc08450aed..9c36f85e43 100644
--- a/docs/manual/misc/security_tips.html
+++ b/docs/manual/misc/security_tips.html
@@ -24,14 +24,14 @@ the suggestions will be general, others specific to Apache.
<H2>Permissions on Log File Directories</H2>
<P>When Apache starts, it opens the log files as the user who started the
-server before switching to the user defined in the
+server before switching to the user defined in the
<a href="../mod/core.html#user"><b>User</b></a> directive. Anyone who
has write permission for the directory where any log files are
being written to can append pseudo-arbitrary data to any file on the
system which is writable by the user who starts Apache. Since the
server is normally started by root, you should <EM>NOT</EM> give anyone
write permission to the directory where logs are stored unless you
-want them to have root access.
+want them to have root access.
<P>
<HR>
<H2>Server Side Includes</H2>