blob: fbd63ed9b8dfec4b12b3095d211f201d28eaf0e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- docs/conf/extra/httpd-userdir.conf.in.orig 2007-03-07 07:33:58 UTC
+++ docs/conf/extra/httpd-userdir.conf.in
@@ -8,7 +8,7 @@
# the default access control for these directories, as in the example below.
#
UserDir public_html
-
+UserDir disabled %%FTPUSERS%%
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
@@ -25,4 +25,3 @@ UserDir public_html
Deny from all
</LimitExcept>
</Directory>
-
|