]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-example.net.conf
move .ht* and *~ access control to common conf where rest of access is configured
[packages/apache.git] / apache-example.net.conf
index f2dfbb282d70736b4fe715c7e34d5eb122d03e96..c08629d732576ee0fabe33f64db380451638641c 100644 (file)
@@ -9,7 +9,15 @@
 #<VirtualHost *:80>
 #      ServerName www.example.net
 #      ServerAdmin webmaster@example.net
-#      DocumentRoot /home/services/vhosts/example.net
+#      DocumentRoot /home/services/httpd/vhosts/example.net
 #      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>
+#    Require all granted
+#  </IfModule>
+#</Directory>
This page took 0.022692 seconds and 4 git commands to generate.