Advertisement
mogaj

putdelete methods

Jul 26th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Apache Version : Apache/2.4.7 (Ubuntu)
  2. Enabled : moda_dav
  3. /* .htaccess file*/
  4. <VirtualHost *:80>
  5. ServerName fleetfoot.run
  6. DocumentRoot "/home/eka/public_html/fleetfoot/public"
  7. <Directory "/home/eka/public_html/fleetfoot/public">
  8. AllowOverride all
  9. </Directory>
  10. <Location /home/eka/public_html/fleetfoot/public>
  11. Dav On
  12. <LimitExcept GET HEAD OPTIONS PUT POST DELETE>
  13. Allow from all
  14. </LimitExcept>
  15. </Location>
  16. </VirtualHost>
  17.  
  18. When i restart apache am getting following error
  19.  
  20. $ sudo service apache2 restart
  21. * Restarting web server apache2 [fail]
  22. * The apache2 configtest failed.
  23. Output of config test was:
  24. AH00526: Syntax error on line 8 of /etc/apache2/sites-enabled/fleetfoot.run.conf:
  25. Unknown DAV provider: filesystem
  26. Action 'configtest' failed.
  27. The Apache error log may have more information.
  28.  
  29. /* apache erro.log */
  30. [Sat Jul 26 16:35:16.651052 2014] [mpm_prefork:notice] [pid 1787] AH00169: caught SIGTERM, shutting down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement