Add a private directory for the "Dehnert clan"
[sysconfig/apache2.git] / mods-available / userdir.conf
index 1e384a55dfe15610856f47ce50e366c62e7dd7f9..737abdfb7d7265634840736d5be6e9955a850c92 100644 (file)
@@ -1,18 +1,12 @@
 <IfModule mod_userdir.c>
-        UserDir public_html
-        UserDir disabled root
+       UserDir public_html
+       UserDir disabled root
 
-        <Directory /home/*/public_html>
-                AllowOverride FileInfo AuthConfig Limit Indexes
-                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-                <Limit GET POST OPTIONS>
-                        Order allow,deny
-                        Allow from all
-                </Limit>
-                <LimitExcept GET POST OPTIONS>
-                        Order deny,allow
-                        Deny from all
-                </LimitExcept>
-        </Directory>
+       <Directory /home/*/public_html>
+               AllowOverride FileInfo AuthConfig Limit Indexes Options
+               Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+               Require method GET POST OPTIONS
+       </Directory>
 </IfModule>
 
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet