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