packages: apache/apache-example.net.conf - authz for DocumentRoot
pawelz
pawelz at pld-linux.org
Sun Aug 29 00:13:12 CEST 2010
Author: pawelz Date: Sat Aug 28 22:13:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- authz for DocumentRoot
---- Files affected:
packages/apache:
apache-example.net.conf (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/apache/apache-example.net.conf
diff -u packages/apache/apache-example.net.conf:1.3 packages/apache/apache-example.net.conf:1.4
--- packages/apache/apache-example.net.conf:1.3 Sun Aug 29 00:10:01 2010
+++ packages/apache/apache-example.net.conf Sun Aug 29 00:13:07 2010
@@ -13,3 +13,12 @@
# ErrorLog logs/example.net-error_log
# TransferLog logs/example.net-access_log
#</VirtualHost>
+
+#<Directory "/home/services/httpd/vhosts/example.net">
+# AllowOverride None
+# Options None
+# <IfModule mod_authz_host.c>
+# Order allow,deny
+# Allow from all
+# </IfModule>
+#</Directory>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-example.net.conf?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list