1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in
Clement Laforet 0b1f4f30b9 - Update to 2.1.8
Not all new cool stuff is supported but it will be when  2.2.0
  comes out.
2005-10-30 20:39:05 +00:00

17 lines
508 B
Plaintext

--- docs/conf/extra/httpd-userdir.conf.in.orig Sun Oct 30 19:37:37 2005
+++ docs/conf/extra/httpd-userdir.conf.in Sun Oct 30 19:38:27 2005
@@ -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 @@
Deny from all
</LimitExcept>
</Directory>
-