First I would like to thank you for the great job you do by responding
to these questions people have.

I am about to update Tomcat 8.0.26 -> 8.5.3.

I am using AJP APR connector between Tomcat and Apache.

If I update APR (by downloading and compiling it from APR website) to
the newest do I also need to compile httpd or can it use 1.3.9 APR
with httpd when Tomcat uses 1.5.2?


Below more info about the current setup:

One Server with: CentOS 6.3
Apache HTTP Server 2.2.15 (installed from centos repo)
Tomcat 8.0.26 (Installed by downloading tar.gz...)
APR 1.3.9 (installed from centos repo and this is the newest version
available from repo)
Tomcat-native 1.1.33 (built from Tomcat directory)

Server is running multiple Tomcats instances in different ports.
httpd is there at front as a proxy with configuration something like this.

    Listen 443
    NameVirtualHost *:443
    <VirtualHost *:443>
    ...
      <Location "/test">
        ProxyPass ajp://localhost:8109/myWebApp/ timeout=3600
        ProxyPassReverseCookiePath /myWebApp /test
      </Location>
    </VirtualHost>


Connector on Tomcat side:
    <Connector port="8109" protocol="AJP/1.3" URIEncoding="UTF-8"/>


#httpd -V
    Server version: Apache/2.2.15 (Unix)
    Server built:   Aug 13 2013 17:29:28
    Server's Module Magic Number: 20051115:25
    Server loaded:  APR 1.3.9, APR-Util 1.3.9
    Compiled using: APR 1.3.9, APR-Util 1.3.9
    ...

When about to build the tomcat native 1.2.7 from Tomcat 8.5.3 it says:
configure: error: Found APR 1.3.9. You need version 1.4.3 or newer installed.


Best Regards,
Ari Luoma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to