blob: aff1836f3ba913b28c1f84b80a9f62874bdd4e52 (
plain)
- UserDir public_html
- UserDir disabled root
- <DirectoryMatch ^/((srv/)?home/[a-z0-9-_]+|srv/[a-z0-9-_]+/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>
- </DirectoryMatch>
|