aquaballoon

Apache - forbidden you don't have permission

Feb 3rd, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. Webmin (https://localhost:10000)
  2. -> Apache Webserver
  3. -> Virtual Server
  4. -> Edit Directives
  5.  
  6. DocumentRoot "/home/user/www"
  7. <Directory "/home/user/www">
  8. Options All
  9. AllowOverride All
  10. Require all granted
  11. </Directory>
  12.  
  13. // Or,
  14. //allow from all
  15. //Options +Indexes
Advertisement
Add Comment
Please, Sign In to add comment