Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

example for synchrony - mod_proxy with ajp

LoewenfelsA November 10, 2016

 

 

At the moment I've got a no idea how to get synchrony working with modproxy  & ajp.

Would be nice if there is a example for it, too.

 

 

1 answer

0 votes
Erkki_Aalto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 23, 2017

Now I have it working: The synchrony-proxy is behind an http proxy and everything else is behind an ajp proxy:

ProxyPass /synchrony-proxy http://localhost:8090/synchrony-proxy
<Location /synchrony-proxy>
    Require all granted
    RewriteEngine on
    RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
    RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
    RewriteRule .* ws://localhost:8090%{REQUEST_URI} [P]
</Location>
 ProxyPass / ajp://localhost:8009/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events