blob: 294e8fc8fafa4c931d3f60adb0d50999156fa898 (
plain)
- --- userdir.conf.orig 2014-08-16 21:38:26.000000000 +0200
- +++ userdir.conf 2014-11-04 19:18:06.000000000 +0100
- @@ -1,17 +1,3 @@
- -<IfModule mod_userdir.c>
- - UserDir public_html
- - UserDir disabled root
- -
- - <Directory /home/*/public_html>
- - AllowOverride FileInfo AuthConfig Limit Indexes
- - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
- - <Limit GET POST OPTIONS>
- - Require all granted
- - </Limit>
- - <LimitExcept GET POST OPTIONS>
- - Require all denied
- - </LimitExcept>
- - </Directory>
- -</IfModule>
- +# enable per-vhost instead...
-
- # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|