The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
62 views

How to restrict particular URL using Apache ajp Reverse Proxy

I'm using Apache Reverse Proxy, following is some of Apache Virtual Host configuration ProxyRequests Off <Proxy *> AddDefaultCharset off Order deny,allow Allow from all ...
0
votes
0answers
25 views

Force user to node in load balancer if cookie set?

I've freshly setup a load balancer using mod_proxy_ajp, and it seems to be working great. I'm using sticky sessions, and have jvmRoute's defined as well. I'd like to be able to make it so only users ...
0
votes
0answers
80 views

mod_proxy_ajp serves pages as content_type: application/octet-stream sometimes

I cannot figure out what causes this but at times every 3rd load Firefox will load a tomcat application page served via apache front end with mod_proxy_ajp as a file download of type ...
0
votes
1answer
243 views

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 ...
0
votes
0answers
19 views

Is there a simple way to migrate mod_jk config to mod_proxy_ajp?

I have Apache2.0 with mod_jk and a few Jboss servers at backend. I'm migrating my webservers to Centos6 with Apache 2.2. Is there a straightforward way to migrate my mod_jk config to mod_proxy_ajp? ...
1
vote
0answers
96 views

proxy ajp single apache single glassfish multiple GF domains

I'm sorry if I am not well versed enough to be as specific as some would wish here. I have successfully got Apache mod_proxy_ajp working with Glassfish 3.1.2 on a VPS. However it is one Apache httpd ...
0
votes
1answer
418 views

Cisco adaptive security appliance is dropping packets where SYN flag is not set

We have an apache instance sitting inside our DMZ which is configured to proxy requests to an internal NATed tomcat instance inside our network. It works fine, but then all of a sudden requests from ...
0
votes
0answers
109 views

Https, mod_proxy_ajp and Jboss admin console

Trying to replace mod_jk with mod_proxy_ajp. My proxy part in my apache virtualhost: <Proxy *> AddDefaultCharset Off Order deny,allow Allow from all </Proxy> ProxyPass /cleartrust ! ...
0
votes
3answers
931 views

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 ...
1
vote
1answer
151 views

Existing connexion on Apache and mod_proxy_balancer don't fail over second JBoss node

I have a Jboss farm, load balanced by Apache HTTP + mod_proxy_balancer and mod_proxy_ajp, with the following configuration : <VirtualHost *:80> ServerName web-gui-acceptance.myorg.com ...
1
vote
1answer
128 views

Glassfish JSF/EAR Apache 2.2 proxy_ajp_mod Referred Content Missing (images/links/etc)

Full disclosure: Since this seems to be more of a configuration issue, I deleted this from Stack (where it wasn't getting any response) and reposted here. The problem is how to change the ...
0
votes
0answers
436 views

Apache + Tomcat error 120006 Using mod_proxy_ajp for Load Balance

I have an apache 2 frontend with two nodes, and a backend with two instances of tomcat 6 balance with mod_proxy_ajp. The bbdd is in a separate machine. All machines use RHEL, 6.2 on the frontend, 5.5 ...
0
votes
0answers
99 views

Apache+Tomcat: why does a restart take exactly 30 seconds?

We have an Apache server and a Tomcat, connected via ajp protocol. ProxyPass /foo ajp://foo.bar.baz:8009 ProxyPassReverse /foo ajp://foo.bar.baz:8009 Now, after restarting Tomcat and Apache, it ...
1
vote
1answer
723 views

Apache2 mod_proxy to remote Tomcat7 - slow response

Been stuck with this one for a few days. Will try to provide as much information as possible, but please feel free to ask for extra detail. I have 2 VMs behind a NAT, 192.168.0.100 and 192.168.0.102, ...
0
votes
1answer
800 views

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 ...
1
vote
1answer
311 views

Tomcat Workers - Connecting Tomcat and Apache

I'm trying to resolve an issue about connecting Apache-HTTPD and Tomcat with mod_proxy_ajp. From reading I found that the problem might be the number of workers in HTTPD and Tomcat. So I try to find ...
0
votes
1answer
260 views

Reverse Proxy and Java Application Server Security

Is it possible to have the reverse proxy (Apache HTTP 2.2) handle authentication (HTTP Basic) and then still use the container managed security of the Java application server (GlassFish 3.1 or JBoss ...
3
votes
1answer
2k views

How to re-activate disabled Apache 2.2 AJP connections?

I don't use AJP for load-balancing; I have a single Apache 2.2 instance that proxies some URLs to a single Tomcat 7 instance via AJP. When Tomcat is down, the AJP proxy becomes disabled on the first ...
1
vote
1answer
471 views

Load balancing based on client certificate with Apache mod_proxy_ajp and Tomcat

Currently, I am using mod_proxy_ajp to load balance requests to multiple Tomcat servers. Callers are authenticated using client certificates and an ACL. This has been working fine, callers are routed ...
0
votes
1answer
1k views

Setting up AJP with JBoss 7

I have two different versions of JBoss on a server, JBoss 6.0 Final and JBoss 7.0.2. I can one run or the other by switching a couple of sym links and issuing a "service jboss start" command. I am, by ...
1
vote
0answers
279 views

Long running process times out through an apache proxy but not when bypassing the proxy

So I have this tomcat based webapp. Part of this webapp lets you upload a file that then is checked against a backend database. This process takes a long time, up to 15 minutes in some cases. Now ...
2
votes
1answer
738 views

How does Apache mod_proxy_ajp work when Jboss runs as a cluster with AJP on 2 different ports?

I am trying to get an Apache webserver to load balance to a JBoss cluster, but unfortunately, I dont understand how mod_proxy_ajp works through the load balanced scenerio, since each of the 2 ...
1
vote
2answers
1k views

Why do some rewrite rules fail while AJP is serving all of my requests to Tomcat?

I have a Apache server using mod_proxy_ajp to have Jboss/Tomcat5.5 handling all the requests. Here is how I configured Apache 2.2.17, and for the most part, it works: # Proxy pass all work to ...
1
vote
1answer
343 views

How to configure mod_proxy_ajp to give different permissions to different apps in one virtual host?

On my server I have two tomcat applications: 'hidden' and 'open'. The hidden application should only be available for the local network 192.168.0.0. The open app should be available for all networks. ...
2
votes
1answer
120 views

Change hostname in hyperlinks in email generated by Atlassian Confluence

I have an instance of Atlassian Confluence fronted by Apache using mod_proxy_ajp to pass inbound port 80 requests to 8080 on tomcat. Let's say the url users use is http://www.mywiki.com/confluence/. ...
0
votes
2answers
416 views

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 ...
1
vote
1answer
741 views

Equivalent of JkMount with AJP in Tomcat 6

It is my understanding that JkMount is deprecated and no longer used in tomcat6. How would I make the following rule with only ajp? JkMount /*/servlet/* ajp13
0
votes
1answer
1k views

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 ...
0
votes
1answer
258 views

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 ...
2
votes
3answers
2k views

How to configure apache and mod_proxy_ajp in order to forward ssl client certificate

I've developed a java application that need a ssl client certificate and in the staging environment with apache 2.2 and mod_jk it is working fine. In production the configuration is not using mod_jk ...
3
votes
7answers
16k views

Apache load balancer limits with Tomcat over AJP

I have Apache acting as a load balancer in front of 3 Tomcat servers. Occasionally, Apache returns 503 responses, which I would like to remove completely. All 4 servers are not under significant load ...
0
votes
2answers
2k views

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 : ...
0
votes
1answer
398 views

Apache, mod_proxy_ajp and IE

I have an Apache 2.2 using mod_proxy_ajp as a reverse proxy for a Tomcat 6, running on RHEL5. On tomcat runs an application that does NTLM authentication. Using Firefox, everything works ok, but IE7 ...
3
votes
2answers
5k views

Increasing timeout for mod_proxy_ajp connections

I've got my apache (2.2.3) talking to tomcat 6.something through mod_proxy_ajp. I have some ridiculously long lived requests (2-6 minutes) and I think we're hitting some default timeout somewhere... ...