Tagged Questions
3
votes
1answer
524 views
Spring Security and AJP proxy
I use Spring Security and Apache proxy for a web app. When using standard mod_proxy everything is OK, but after switching to AJP proxy there appears a problem with Spring security redirects.
Apache ...
2
votes
5answers
943 views
mod_proxy_ajp error: renders html as text/plain, prompts user to “save as…”
We have an odd, intermittent error that occurs with mod_proxy_ajp, i.e. using apache as a front end to a tomcat server.
The error
User clicks on a link browser prompts
user to "save as...." (e.g. ...
2
votes
2answers
6k views
Apache + Tomcat: Using mod_proxy instead of AJP
Is there any way I connect Apache to Tomcat using an HTTP proxy such that Tomcat gets the correct incoming host name rather than localhost? I'm using this directive in apache:
ProxyPass /path ...
1
vote
1answer
684 views
AJP 1.3 Connector listens on port 8009 globally, why and how to turn it off?
I set up a Tomcat 6 with an Apache 2 and mod_proxy. Now I have this default value in my server.xml:
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
netstat looks like this:
...
1
vote
1answer
430 views
Avoid 302 Redirects through Apache
Hello
I have a confluence installation running on tomcat. In front of tomcat I have an apache server.
When I go to my page a 302 to /homepage.action is done and afterwards a redirect to the start ...