Squid SVN support - extension_methods
by Selva[ Edit ] 2009-06-15 19:52:03
In your orginization if have Squid Proxy server and if your LAN clients want to use SVN,CVS then you want enable
REPORT MERGE MKACTIVITY CHECKOUT PROPFIND request methods in squid . This methods are like GET and POST request used for webpages . Follow the below steps to enable SVN support :
Step 1:Open Squid Configuration file /etc/squid/squid.conf
Step 2:Given the following line
extension_methods REPORT MERGE MKACTIVITY CHECKOUT PROPFIND
Step 3:Save the file and restart the squid by giving the command
/etc/init.d/squid restart