Squid site redirection
        Posted  
        
            by 
                AndyM
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by AndyM
        
        
        
        Published on 2011-06-22T00:01:59Z
        Indexed on 
            2011/06/22
            0:24 UTC
        
        
        Read the original article
        Hit count: 593
        
I have an internal website that cannot be accessed from some machines on my network, due to the physical location, VPN ,network ranges etc. I would like to install Squid on "in between" network to forward request from the clients that cannot reach the website.
The issue is the clients have no ability to connect to www.example.com , but they can reach a network with a squid proxy , which in turn can reach www.example.com
What is the correct term I need to research in squid , is it just caching www.example.com or do I need to set the clients to use a URL that gets rewritten ? i.e www.squid-example.com -- > www.example.com
© Server Fault or respective owner