summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-10-30 20:39:05 +0000
committerClement Laforet <clement@FreeBSD.org>2005-10-30 20:39:05 +0000
commit0b1f4f30b90d5c7866bc4e6767a20a3e5c768f82 (patch)
tree2cc0d791db7011d4c17a18ab093753d48618f4c8 /www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in
parentUpdate www. (diff)
- Update to 2.1.8
Not all new cool stuff is supported but it will be when 2.2.0 comes out.
Diffstat (limited to 'www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in')
-rw-r--r--www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in b/www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in
new file mode 100644
index 000000000000..902ef9584641
--- /dev/null
+++ b/www/apache22/files/patch-docs_conf_extra_httpd-userdir.conf.in
@@ -0,0 +1,16 @@
+--- 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>
+-