summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-userdir.conf
blob: c30f10c6819c4217594865e573babc272d48bb97 (plain)
  1. UserDir public_html
  2. UserDir disabled root
  3. <Directory /home/*/public_html>
  4. AllowOverride FileInfo AuthConfig Limit Indexes
  5. Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  6. <Limit GET POST OPTIONS>
  7. Order allow,deny
  8. Allow from all
  9. </Limit>
  10. <LimitExcept GET POST OPTIONS>
  11. Order deny,allow
  12. Deny from all
  13. </LimitExcept>
  14. </Directory>