opnsense-ports/www/apache22/files/patch-docs__conf__extra__httpd-userdir.conf.in
Franco Fichtner 8329124b8a */*: sync with upstream
Taken from: FreeBSD
2015-06-01 07:58:49 +02:00

16 lines
502 B
Text

--- 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>
-