0
votes
1answer
8 views
URL/Apache redirection question. (domain+directory redirect to sudomain)
Hello, I have been trying to figure this out for about 2 hours now. A new requirement came up where it was asked of me to try to find a way to send requests from foo.bar.com/blah t …
0
votes
2answers
410 views
Apache mod-proxy load balancer maintenance
I have mod-proxy and mod-proxy-balancer setup as a load balancing reverse proxy. Something like this:
<Proxy balancer://example>
BalancerMember http://hostname:8000 keep …
0
votes
1answer
481 views
RewriteRule, Proxy directive [P] - Is it possible to make request use actual proxy host?
Hello Everybody
Does anyone know whether it is possible to make rewrite rules which use the proxying [P] directive, as shown below, to behave like ProxyPass used in conjunction wi …
0
votes
0answers
22 views
Disable ProxyPass rules within a virtual host on apache 2 [closed]
I have a global proxypass rule in httpd.conf
rules at global level
ProxyPass /test/css http://myserver:7788/test/css
ProxyPassReverse /test/css http://myserver:7788/test/css
an …
0
votes
1answer
20 views
Proxy URL without authentication
I have an Apache web server with basic authentication enabled at the root directory. I can't change this due to business restrictions.
However, we want a particular URL to be a p …
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
0answers
39 views
Can Apache BalancerMember be configured to use unix domain sockets?
I am using the Apache Proxy balancer directive to hook up a set of thin servers (for Rails).
Like so:
<Proxy balancer://thinservers>
BalancerMember http://127.0.0.1:5 …
0
votes
0answers
9 views
How to detect network connection failures in mod_proxy?
We have an Apache server accepting connections through mod_proxy from random computers with bad internet connections in Africa. We would like to know how many of these connections …
0
votes
2answers
30 views
How to configure Apache to proxy exactly one file?
(I must be dense - I just can't figure out the Apache documentation on how to do this.)
To speed up some swf development I'm doing, I want to have my local machine fetch my local …
1
vote
2answers
168 views
Risk of using Apache mod_proxy
I am now exploring to use Apache's mod_proxy's directive, eg ProxyPass, as part of solution for cross-domain scripting restriction (for html/ajax/flash code). However, I am afraid …
0
votes
2answers
32 views
combining proxy server modules with my webapplication
I want to implement a autmatic billing systen for one cybercafe.MEasning when some one want to surf net in my cafe he goes to attendent and attendent allocates him the pc and gives …
1
vote
2answers
116 views
How to use a different path name in ProxyPass than the Tomcat context name
Hello,
I am using Tomcat 5.5.9 and Apache 2.x
We are trying to use a path name in ProxyPass that is different
than the Tomcat context name.
ProxyPass /path http://localhost:8080 …
0
votes
1answer
391 views
Apache & JBoss use port 80 at the same time
I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There are several ways I see people doing this mod_jk, mod_proxy, but I'm not s …
4
votes
4answers
4k views
Bad Gateway 502 error with Apache mod_proxy and Tomcat
We're running a web app on Tomcat 6 and Apache mod_proxy 2.2.3. Seeing a lot of 502 errors like this:
Bad Gateway!
The proxy server received an invalid response from an upst …
0
votes
1answer
107 views
Tomcat Clustering and HTTPS Issue
Hi
I have two instances of Tomcat 6 with content accessible via HTTP and HTTPS for other pages.
I have configured the instances this way:
1) Instance one to listen on port 80 …
