summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-userdir.conf
blob: aff1836f3ba913b28c1f84b80a9f62874bdd4e52 (plain)
  1. UserDir public_html
  2. UserDir disabled root
  3. <DirectoryMatch ^/((srv/)?home/[a-z0-9-_]+|srv/[a-z0-9-_]+/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. </DirectoryMatch>