Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $ chmod o+x ~
  2. $ chmod o+x ~/public_html
  3. $ chmod -R o+r ~/public_html
  4.  
  5. <Directory /tmp/*/public_html>
  6. AllowOverride FileInfo AuthConfig Limit Indexes
  7. Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  8. Require method GET POST OPTIONS
  9. </Directory>
  10.  
  11. You don't have permission to access /~guest-jpQ6cE/ on this server.
  12. Apache/2.4.25 (Debian) Server at localhost Port 80
  13.  
  14. [authz_core:error] [pid 12656:tid 140325196637952] [client ::1:56082] AH01630: client denied by server configuration: /tmp/guest-jpQ6cE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement