diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-12 21:41:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-12 21:41:29 +0000 |
commit | 0c041fc9d14d0a599915b82fc3d3409a25bbf8a2 (patch) | |
tree | b3d2b860c8a6893cb002989f473dc68baf66c885 /usr.sbin/httpd/conf | |
parent | 995f5f0ccd911a1e12ceec2add324f0a79865567 (diff) |
userdir off by default, damnit
Diffstat (limited to 'usr.sbin/httpd/conf')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index f59a44718e8..52f743c4e9c 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -332,9 +332,10 @@ DocumentRoot "/var/www/htdocs" # # UserDir: The name of the directory which is appended onto a user's home -# directory if a ~user request is received. +# directory if a ~user request is received. "disabled" turns this feature +# off; other reasonable defaults are "public_dir" and ".html" # -UserDir public_html +UserDir disabled # # Control access to UserDir directories. The following is an example |