>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
> 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
> Can you post your <Connector> configuration for your port 8080 connector ?
<Connector port="8888" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8444" />
> 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
Dino