]> granicus.if.org Git - apache/commitdiff
PR:
authorbrian <brian@unknown>
Tue, 16 Jun 1998 02:11:31 +0000 (02:11 +0000)
committerbrian <brian@unknown>
Tue, 16 Jun 1998 02:11:31 +0000 (02:11 +0000)
Submitted by: bhyde@pobox.com
Reviewed by: Brian

Tweak to add some x-references.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81555 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/mod_proxy.html

index 8864f6a733f3eb14df81e31788bd12208860608c..46238fdd60e3010e05619333603ab40aebe03830 100644 (file)
@@ -2794,7 +2794,10 @@ files which are not intended to be visible to the outside world, and
 similarly, the user should not be able to execute code which is not
 meant for httpd requests. It is recommended that you set up a new user and
 group specifically for running the server. Some admins use user
-<CODE>nobody</CODE>, but this is not always possible or desirable.<P>
+<CODE>nobody</CODE>, but this is not always possible or desirable.
+For example mod_proxy's cache, when enabled, must be accessible to this user
+(see the <A href="mod_proxy.html#cacheroot"><CODE>CacheRoot</CODE></a> 
+directive</a>).<P>
 
 Notes: If you start the server as a non-root user, it will fail to change
 to the lesser privileged user, and will instead continue to run as
index dff9bc15cbddbfa8277f892ed9f686ac1679eec7..b2de7fe5ca34ca4367ab2d2f881ae0956a38a90f 100644 (file)
@@ -583,7 +583,8 @@ Example:
 Apache 1.1 and later.<P>
 
 Sets the name of the directory to contain cache files; this must be
-writable by the httpd server.<BR>
+writable by the httpd server.
+(see the <A href="core.html#user"><CODE>User</CODE></a> directive</a>).<BR>
 Setting <CODE>CacheRoot</CODE> enables proxy cacheing; without defining
 a <CODE>CacheRoot</CODE>, proxy functionality will be available
 if <CODE>ProxyRequests</CODE> are set to <CODE>On</CODE>, but no