Tagged Questions
0
votes
0answers
56 views
Redmine 2.3 relative url root not working with Apache mod_proxy
I am currently attempting to upgrade from Redmine 1.4 (based on Rails 2.3) to Redmine 2.3 (Rails 3.2). I am forced to use Apache with mod_proxy and proxy balancer, so any talk of passenger is out. I ...
0
votes
1answer
15 views
Apache Module mod_proxy_balancer
We are using apache version 2.2.23 in our environment.We have configured apache in such a way that it should load balance between two applications servers for the same home page.
BalancerMember ...
0
votes
1answer
17 views
Modifying proxied content on apache
I have an Apache 2.2 server running mod_proxy and I would like to manipulate the output before the proxy sends it down to the client, but I need something more powerful than mod_substitute. Is there ...
0
votes
1answer
70 views
apache 2.2 subdomain proxypass configuration with jetty 8
i am trying to proxypass a subdomain xxx.yyy.de to a jetty webapp on yyy.de:8080/app.
First i followed the documentation http://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy which is pretty ...
1
vote
2answers
37 views
Is it possible to use “%{HTTP_HOST}” in ProxyPass?
I'm trying to implement a transparent proxy using apache2 and mod_proxy that for now - doesn't do anything. just forwards the traffic to the correct "host".
I don't want it to be host-dependant - but ...
3
votes
1answer
889 views
Serve Error Pages Usig Apache HTTP Server
I am using Tomcat for hosting my web application and apache http server on top of it using mod proxy for load balancing.
When my application throws a 404 or 500 error, I want to serve the error ...
1
vote
1answer
217 views
Configuring mod_proxy for Apache to reject wrong domain requests
Recently, I noticed my website was running slower and slower. I discovered 8GB Apache logs on my server (I run a Play!Framework web application on a Debian 6 server) and a bandwidth completely ...
0
votes
2answers
313 views
Apache Reverse Proxy - Stop Trailing Slash Redirection
I'm migrating a site running static HTML on a Sun One (iPlanet) 6.1 to a Drupal site on Apache.
There is a requirement to keep the old server running and serving old content until it can be moved ...
0
votes
1answer
503 views
Apache Web Server : ProxyPass and ProxyPassReverse
I have scanned through internet and also stackoverflow and i'm still not sure the purpose of proxypass and proxypassreverse.
Why do we need proxypass (instead of using mod_jk) for apache server to ...
0
votes
1answer
499 views
Setting timeout for all the ProxyPass mappings in Apache Server mod_proxy directive [closed]
What I have and works:
I'm using Apache HTTPD 2.2 for proxy requests. I have multiple ProxyPass mappings:
ProxyRequests On
<Proxy *>
AddDefaultCharset off
Order deny,allow
Allow from ...
0
votes
0answers
166 views
Apache 2.2 Proxy pass 503 errors - redirect/rewrite/proxy local path to another URL
Disclaimer: I have posted this question on another SE forum but had no answers - hoping ST might be more successful.
I've been struggling with this for a while, but please forgive my ignorance, I'm ...
0
votes
3answers
344 views
Using Apache mod-proxy with Erlang Nitrogen
I have a CentOS box running a number of web applications and I use Apache to proxy requests to the various applications. All of them are working except an Erlang Nitrogen application which I can't ...
2
votes
0answers
113 views
Will Apache 2's mod_proxy wait and occupy a worker when long polling?
Or: How to get a good cgi + long polling setup?
We have a (mod_perl) web application running under Apache 2. Keeping existing code as-is, we now also want to do some long-polling, but then we'll ...
1
vote
3answers
308 views
Front-end Proxy does not reference resources correctly
I'm having quite a lot of difficulties with running a frontend proxy in front of play.
This post is also on the google group, I'll post the received suggestions on both.
I'm using apache and ...
0
votes
1answer
405 views
404 not-found after setting proxy in apache for BOSH
I am tryting to setup BOSH with openfire , after enabling it , i have set the proxy for apache
as follows
<VirtualHost XX.XX.XXX.XXX:80>
ServerName mydomain.com
ServerAlias ...