Hello,
I would like to use "squid" to fetch content on a webpage and also be able to rewrite url's just like Apache. Specifically I would like to selectively proxy a content and selectively rewrite URL.
Where would be a good point to start on this any quick leads or example would be of great help. I already have a squid server setup and functional.
Apache rewriteRule :
RewriteRule ^suggest(.*)$ http://bla.bla.bla/suggest$1 [L,NC]
Apache proxy rule
RewriteRule ^(.*)$ http://bla.bla.bla/$1 [L,NC, P]
Thank you!
Amit
Received on Thu May 08 2014 - 15:21:50 MDT
This archive was generated by hypermail 2.2.0 : Fri May 09 2014 - 12:00:06 MDT