]> git.pld-linux.org Git - packages/apache.git/commitdiff
- authz for DocumentRoot
authorpawelz <pawelz@pld-linux.org>
Sat, 28 Aug 2010 22:13:07 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-example.net.conf -> 1.4

apache-example.net.conf

index 403fa4263d76dd87fbd9da13412c7b5be6faa74c..2d65d7f18789bf5a8951053d23546eeab835603c 100644 (file)
 #      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>
This page took 0.134343 seconds and 4 git commands to generate.