Questions tagged [mod-proxy-ajp]

56 questions
0
votes
1 answer

need help in redirect from Apache to Tomcat with mod_proxy_ajp

Im using mod_proxy_ajp to redirect from Apache to Tomcat. Apache is runnig on port 80 and tomcat ajp connector set on port 8081. here is my virtual host configuration: ServerName www.example.com ProxyRequests Off …
zhozhe
  • 103
  • 2
0
votes
1 answer

mod rewrite on apache on virtualhost to point to jboss

I set my apache server with ajp to connect to my jboss server and it is working fine. But when I go to my domain http://mydomain.com, I see the jboss root page. I was wondering if I could use mod rewrite so when they type http://mydomain.com it gets…
Juan Diego
  • 179
  • 1
  • 1
  • 11
0
votes
1 answer

Two tomcat 7 instance running on same machine not accepting requests on AJP connector

I have setup a tomcat cluster with session replication running on same machine. I have modified the connector and shutdown ports as node1 --http 8080 --ajp 8009 --shutdown 8005 node2 --http 9080 --ajp 9009 --shutdown …
0
votes
1 answer

Apache Reverse Proxy via mod_proxy_ajp not routing requests to Tomcat

I have two instances of Apache and Tomcat7 installed. One on my Macbook Pro with Mountain Lion and the other in a VirtualBox VM on that Mac with Ubuntu Server 12.10. Both have the same VirtualHost configuration and server.xml…
0
votes
3 answers

Jboss unreachable/ slow behind apache with ajp

I have an linux server running with a JBoss Instance with apache2. Apache2 will use AJP connection to reverse proxy to JBoss. I found these messages in the apache error.log: [error] (70007)The timeout specified has expired: ajp_ilink_receive() can't…
Niels
  • 771
  • 2
  • 8
  • 8
0
votes
1 answer

Apache ajp reverse proxy redirect a specific page to https

I have apache load balancing reverse proxy with mod_proxy_ajp running and redirecting to the backend tomcat servers. I have also created a separate virtual host for HTTPS(SSL) along with HTTP virtual hosting. Both the below http://my.domain.net/ and…
user53864
  • 1,653
  • 8
  • 36
  • 66
0
votes
2 answers

proxy_ajp wildcards

I need to setup apache so that any site.com/ANYTHING/servlet/ANYTHING goes over ajp into tomcat, but regular files will go through apache still. I have been messing around with this to no avail Order Allow,Deny Allow…
The Digital Ninja
  • 754
  • 4
  • 10
  • 25
0
votes
1 answer

Apache, Tomcat 5 and problem with HTTP basic auth

I have setup a Tomcat with a webapp that uses http basic auth in some of its URLs. There is a Apache server in front of the Tomcat. I have setup Apache as a proxy like this (all traffic should go directly to…
0
votes
1 answer

How to prevent non-https hits to tomcat apps via apache mod_proxy_ajp?

I'm configuring an Apache 2.2 front end to pass through specific apps to Tomcat via mod_proxy_ajp. Some of these apps, like the login/auth service, I want to enforce accepting HTTPS hits only. My httpd-proxyajp.conf file has stanzas in it like…
Ernest Mueller
  • 1,189
  • 2
  • 12
  • 25
0
votes
1 answer

Apache2 VirtualHost RedirectPermanent and AJP Proxy Conflicts

It turns out that locations controlled by ajp ProxyPass on my site are being processed before the VirtualHost redirect, which came to my attention because google has indexed 25k+ pages at ardownload.example.org - a subdomain I have never used and…
sgc
  • 1
  • 1
0
votes
2 answers

https root webapp in jboss 5 through apache mod_proxy with ajp

i have apache 2.2.3 and jboss 5.1 installed in my server, in apache i have 2 apps in php+mysql and in jboss i have in the root app (/) liferay portal. i used mod_proxy to reach the jboss app : ServerName…
Jesus
1 2 3
4