Squid SVN support - extension_methods - Linux Views : 1509
Tagged in : Linux
0 0
Send mail
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
By Selva, On - 2009-06-15



    Login to add Comments .