1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in
Philip M. Gollucci 63e45c24e6 - Regenerate patch files with make makepatch for they have
piled up and additional patches conflict.
  This also will help when we try to syncronize www/apache20&www/apache22
- Unconditionally apply the mod_proxy_connect patch, you just may or may
  not actually compile the file to save some logic in Makefile

With Hat:   apache@
2010-05-07 00:02:16 +00:00

17 lines
534 B
Plaintext

--- ./docs/conf/extra/httpd-userdir.conf.in.orig 2007-03-07 02:33:58.000000000 -0500
+++ ./docs/conf/extra/httpd-userdir.conf.in 2010-05-06 19:37:54.222730166 -0400
@@ -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>
-