I setup litespeed as proxy to apache hosting my subversion. When i try commit .htaccess i get 403 error. (when i commiting directly it works ok) How can i fix this?
LiteSpeed block access to request URI containing "/.ht..." and "/.svn...". that's why you get blocked.
Maybe we only need to block "GET", "HEAD" request, and let it pass for other WebDAV requests.
Correct me if I were wrong, WebDAV requests won't show the content of the file.
Actually, only "GET" request could expose the file content.
WebDAV requests usually require authentication, so it is not likely a security problem.
Correct me if I were wrong, WebDAV requests won't show the content of the file.
Actually, only "GET" request could expose the file content.
WebDAV requests usually require authentication, so it is not likely a security problem.