[squid-users] Reverse proxy question (One ext. hostname, multiple webservers)

2013-07-11 Thread brianm
Hello squid users, I'm trying to replace a bluecoat reverse proxy currently in place with squid. We have one external hostname that points to the reverse proxy (also has the cert), and based on the endpoint of the URL, the requests get forwarded to the appropriate web server. EX. https://

Re: [squid-users] reverse proxy question

2010-03-25 Thread Al - Image Hosting Services
To unsubscribe send a message to: squid-users-unsubscr...@squid-cache.org. I hope this helps! -Al On Thu, 25 Mar 2010, b...@billfair.com wrote: Date: Thu, 25 Mar 2010 17:54:21 -0500 From: b...@billfair.com To: Al - Image Hosting Services Subject: Re: [squid-users] reverse proxy quest

Re: [squid-users] reverse proxy question

2010-03-23 Thread Rick Chisholm
Jeff Peng wrote: Also, could someone recommend a light weight server for static content? Apache is good enough IMO. a stripped down Apache would server static content just fine, but a couple other options would be Lighttpd and Nginx. -- Rick Chisholm System Administrator Parallel4

Re: [squid-users] reverse proxy question

2010-03-23 Thread Jeff Peng
On Tue, Mar 23, 2010 at 3:33 AM, Al - Image Hosting Services wrote: > Hi, > > I have a reverse proxy setup. It has worked well except now the apache > server is getting overloaded. I would like to change my load balancing so > that I send all the dynamic content to one server like php to the apach

Re: [squid-users] reverse proxy question

2010-03-22 Thread Nyamul Hassan
Did you try using lighttpd? Regards HASSAN On Tue, Mar 23, 2010 at 1:33 AM, Al - Image Hosting Services wrote: > > Hi, > > I have a reverse proxy setup. It has worked well except now the apache server > is getting overloaded. I would like to change my load balancing so that I > send all the d

[squid-users] reverse proxy question

2010-03-22 Thread Al - Image Hosting Services
Hi, I have a reverse proxy setup. It has worked well except now the apache server is getting overloaded. I would like to change my load balancing so that I send all the dynamic content to one server like php to the apache server and all the static content like .gif, .jpg, .html to another web

Re: [squid-users] Reverse Proxy Question

2009-09-01 Thread John Doe
From: "Jones, Keven" > Example.com -->server1 or server2 > Is this possible? If so anyone have the documentation on how to accomplish > this. Something like this should work I think (I use squid 2.7): http_port : accel defaultsite=example.com act-as-origin vhost cache_peer parent 0 no-que

[squid-users] Reverse Proxy Question

2009-08-31 Thread Jones, Keven
Hello All, I need to cache images for one url using 2 web servers for the actual images. When I look at the squid examples of Reverse Proxing, I only see Where it is possible to specify multiple domains and point each to a separte server. I need to know how to point a single domain to multiple,

Re: [squid-users] Reverse proxy question

2008-04-01 Thread Henrik Nordstrom
tis 2008-04-01 klockan 19:52 -0400 skrev James Wenzel: > http_port 8000 > httpd_accel_host 10.1.140.200 > httpd_accel_port 8000 Before you continue, upgrade to a supported Squid release. I.e. Squid-2.6 or later. Regards Henrik

[squid-users] Reverse proxy question

2008-04-01 Thread James Wenzel
Hi I am setting up squid in front of an oracle applications server. The squid is in a DMZ, the oracle applications server is in the internal network. I need to have the squid server talk to port 8000 and port 9000 and accept requests for those ports from internet users. Currently my con

Re: [squid-users] Reverse Proxy Question

2007-05-24 Thread Henrik Nordstrom
tor 2007-05-24 klockan 17:56 -0400 skrev David Seltzer: > At the moment my config for the servers looks like this: > > cache_peer app2 parent 8080 0 no-query originserver round-robin weight=1 > cache_peer app1 parent 8080 0 no-query originserver round-robin weight=4 Ok. > My first question is:

[squid-users] Reverse Proxy Question

2007-05-24 Thread David Seltzer
Hi Everyone, I'm running Squid 2.6Stable13 on Fedora Core 6. I'm using squid as a reverse proxy for a pool of web servers, but I have a few questions about the setup. At the moment my config for the servers looks like this: cache_peer app2 parent 8080 0 no-query originserver round-robin weight

Re: [squid-users] Reverse proxy question

2005-09-15 Thread Oleksii Krykun
well. Tim Rainier Information Services, Kalsec, INC [EMAIL PROTECTED] "Oleksii Krykun" <[EMAIL PROTECTED]> 09/15/2005 09:34 AM To squid-users@squid-cache.org cc Subject [squid-users] Reverse proxy question I have WWW server www.myserver on Apache with some links to in

Re: [squid-users] Reverse proxy question

2005-09-15 Thread trainier
simply my updating one script. It will most likely work around your 403 error, as well. Tim Rainier Information Services, Kalsec, INC [EMAIL PROTECTED] "Oleksii Krykun" <[EMAIL PROTECTED]> 09/15/2005 09:34 AM To squid-users@squid-cache.org cc Subject [squid-users] Reverse p

[squid-users] Reverse proxy question

2005-09-15 Thread Oleksii Krykun
I have WWW server www.myserver on Apache with some links to internal servers as http://mywwwserver/link1 http://mywwwserver/link2 http://mywwwserver/link3 On apache I rewrite: RewriteEngine on RewriteRule ^/link1(.*) http://myproxyserver/link1$1 [P] RewriteRule ^/link2(.*) http://myproxyserver

[squid-users] Reverse Proxy Question

2005-08-17 Thread Brad Taylor
Can one Squid box be setup to accept and proxy requests on two or more different IP addresses and those two or more IP addresses would proxy for two or more realservers? If so how is it setup?