-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dino,

On 11/16/18 12:10, Dino Edwards wrote:
>> This looks like an old config. Are you using Apache 2.2?
> 
> No I'm currently trying to use Apache 2.4, but you are right It is 
> indeed a config from an older version of Apache 2.2
> 
>> 1. I don't see ServerName to identify the VirtualHost for SNI 2. 
>> You are using "Order" instead of "Require"
> 
> I'm not using Named-Based Virtual Hosts

Yes, you are. :)

>> Are you sure you don't have any other <VirtualHost> which is
>> performing any proxying?
> 
> There are no other configs enabled in /etc/apache2/sites-enabled

Good.

>> Can you post your <Connector> configuration for your port 8080
>> connector ?
> 
> <Connector port="8888" protocol="HTTP/1.1" 
> connectionTimeout="20000" redirectPort="8444" />

Hmm... your httpd config says port 8080:

> ProxyPass /app http://localhost:8080/app ProxyPassReverse /app
> http://localhost:8080/app

But your Tomcat configuration says port 8888:

> <Connector port="8888" protocol="HTTP/1.1"

That probably isn't going to work.

>> If this is a one-box-wonder, do you actually need httpd? Just
>> checking..
> 
> I do, there are two different applications in the box that use two 
> different Tomcat instances running in different ports and I use
> Apache to proxy to each app while using one common SSL config

Understood. If you have two different applications on two Tomcat
instances, is that why the port numbers don't match above?

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlvwX6gACgkQHPApP6U8
pFjCAhAAsvStB4OsuMaKbWAiIKQju351VNKIqX1iUqwRS0XoZbRqQZ8vHtPzwDtX
1nnLszsyOwG7PjTDf+70E1cx57TJy6OVVLYlG5Z3zcJocTwuX04pXY9afbsgOJag
x+U7oMbh6ZcHBbaif//iWJIhfNYqpxzf33EehuZp5zwSbvkx3eG4VRtgVIvQe218
o8ePeSLtSO395PWtJQ9dlTWFjIYfGAbQK83INZziYn240fHgSDsAHxMrdcT+ROjv
ahuGUaLucoK/gMgawUtfY45MNODAKZk7aGNzLOD/QfxQPz1NrtjoNvMnoez79C+a
9WDbXtQRLmoVLFkKXgt5Q7Zobu5NGeUTNq/7mK117l+Vedam6wf6ZDjXnXWiROkO
uUNNvCx/NixiPAe4voveJN+MEyW86OQPX2Bkh4lPllUXB7iT6xU8YlQlVFvx2CC4
o8CLWcidzGZii7ugaN2nvSW6U5mQsJUwaerXGvUTGEQ2XxsQ5NigAPV1NXk1RQbq
lAJ5gIvC9k5M5fjk9b9wym83WjoPih7EoXIMu39Zggn8RTq2qrZvvNrkVRnN49vv
jE6uYlg6wr0uBdgL3mnEExTjL0LfL8MxJCLShhnnF+dHq4eA4lDdFhuzAjNTe1L9
Rwz4gumyc57IjZJohDQLDXQMJv1ry2xa/eTfCEwmjN7mv8tFu6g=
=zjo9
-----END PGP SIGNATURE-----

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

Reply via email to