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.
then how svn gets files from server?
Ok I don't know well how WebDVA works it was just suggestion ;-)
When 3.3.5 will be released?
EDIT: Getting works ok.
Last edited by Grzegorz Derebecki; 02-16-2008 at 02:33 PM..