0
votes
2answers
169 views
Webservice caching reverse proxy?
I'd like to put some kind of caching reverse proxy in front of a SOAP webservice
over HTTP to improve both performance and availability.
Is there some software that
performs this? …
0
votes
0answers
26 views
Reverse IP/Host Lookup to find proxy
Sometimes it is not possible to find if user is using Anonymous proxy.
So i came up with some ideas:
Get IP of client, do reverse check
and check if it returns a hostname and al …
0
votes
0answers
153 views
Apache 2.2 reverse proxy not working as expected?
I’ve configure my apache accordingly from what I’ve read in the apache 2.2 manual. Taking the following as an example of my configuration.
ProxyRequests Off
<Proxy *>
Ord …
2
votes
7answers
108 views
how to process long-running requests in python workers?
Hi,
I have a python (well, it's php now but we're rewriting) function that takes some parameters (A and B) and compute some results (finds best path from A to B in a graph, graph …
0
votes
1answer
38 views
How to set up an Apache 2 reverse proxy with dynamic backend servers? [closed]
I would like to set up Apache 2 as a reverse proxy using name-based virtual hosts to decide how requests are routed to back-end servers. Simple enough.
The catch is that these bac …
0
votes
2answers
60 views
How many reverse proxies (nginx, haproxy) is too many?
I'm setting up a HA (high availability) cluster using nginx, haproxy & apache.
I've been reading great things about nginx and haproxy. People tend to choose one or the other …
0
votes
1answer
175 views
How to tell Apache, in reverse proxy mode, to intercept or trap 302 responses from backend server and redirect internally without sending 302 response back to client?
Hi,
Does anyone knows how to tell Apache, in reverse proxy mode, to intercept or trap 302 (or 30x) responses from backend server and redirect internally without sending 30x respon …
2
votes
3answers
869 views
Apache - Reverse Proxy and HTTP 302 status messsage
My team is trying to setup an Apache reverse proxy from a customer's site into one of our web applications.
http://www.example.com/app1/some-path maps to http://internal1.example …
0
votes
1answer
205 views
Squid best practices for caching
I have setup squid in for caching .. and have used pointers from Last.fm post.
Though I have high capacity servers, since Squid is able to use only processor core, the CPU usage …
1
vote
1answer
45 views
Reverse Proxy with Apache2 don’t work
Hi,
I'm using Apache/2.2.8 (Ubuntu) and have a problem. There is a file /etc/apache2/sites-available/backuppc with the following:
<VirtualHost *>
ProxyRequests Off
< …
0
votes
0answers
44 views
How-to configure a Reverse Proxy with Apache2 for Windows [closed]
I got up and running a reverse proxy on apache2 under Linux (Ubuntu). Now i see that there is a different folder-structure under Windows.
My linux-conf - files don't work under wi …
2
votes
1answer
46 views
Apache reverse proxy authentication via PHP
I have two apache servers set up. One is public facing, the other is behind a firewall. The one behind the firewall is used to serve up content (vids, pics, etc). I've set up a …
0
votes
0answers
14 views
How do you make a CMS and existing asp.net applications live together peacefully in IIS?
Note: I originally posted this on ServerFault, but I haven't gotten any responses at all. Since it looks like I'm on track to get the Tumbleweed badge over there, I figured I would …
0
votes
1answer
42 views
Reverse Proxy in CakePHP?
I've got a CakePHP application, and the following directives in my httpd.conf
ProxyRequests off
ProxyPass /forum/ http://somesite.com/phpbb3
ProxyPass /gallery/ http://someothersi …
0
votes
4answers
500 views
IIS as reverse proxy
Hi,
I'm looking into to having IIS doing authentication in an application being executed on a J2EE server (JBoss). Is there any ways to have IIS work as reverse proxy and propagat …
