Advertisement
mogaj

xsax

Jul 28th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Apache error log */
  2. [Mon Jul 28 12:28:41.827807 2014] [authz_core:error] [pid 4218] [client 127.0.0.1:52237] AH01630: client denied by server configuration: /home/eka/public_html/fleetfoot/public/vehicle-manufacturers
  3.  
  4. /* Terminal output */
  5. $ curl -X DELETE http://fleetfoot.run/vehicle-manufacturers/10
  6. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  7. <html><head>
  8. <title>403 Forbidden</title>
  9. </head><body>
  10. <h1>Forbidden</h1>
  11. <p>You don't have permission to access /vehicle-manufacturers/10
  12. on this server.</p>
  13. <hr>
  14. <address>Apache/2.4.7 (Ubuntu) Server at fleetfoot.run Port 80</address>
  15. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement