diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-09-07 19:27:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-09-07 19:27:40 +0000 |
commit | acb7ae436e12a22040239c1603c34b49df142400 (patch) | |
tree | 05491fa65cd5096df62e8409bee5eded4190bce5 /usr.sbin | |
parent | 6da66907b209fb5c5427a7b5b96a38a1ef7676ea (diff) |
Document the ownership of httpd documents. ok deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index 40d55c65b1b..8866d74860c 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -173,6 +173,13 @@ Print the version of Print the version and build parameters of .B httpd , and then exit. +.PP +The documents served by +.B httpd +should not be owned by the user which +.B httpd +is running as (usually \fIwww\fP). +They must, however, be readable by this user. .SH FILES .PD 0 .B /var/www/conf/httpd.conf |