SHARE
TWEET
Untitled
a guest
Mar 25th, 2016
57
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # cat /etc/apache2/mods-enabled/userdir.conf
- <IfModule mod_userdir.c>
- UserDir public_html
- UserDir disabled root
- <Directory /home/*/public_html>
- ##AllowOverride FileInfo AuthConfig Limit Indexes
- ##Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
- AllowOverride all
- Options MultiViews Indexes SymLinksIfOwnerMatch
- Require all granted
- <Limit GET POST OPTIONS>
- Require all granted
- </Limit>
- <LimitExcept GET POST OPTIONS>
- Require all denied
- </LimitExcept>
- </Directory>
- </IfModule>
RAW Paste Data
