Different result with reverse proxy apache and lighttpd.
- by Danny
I have an Apache server running in reverse proxy mode in front of a Tomcat java server. It handle HTTP and HTTPS and send those request back and forth to the Tomcat server on an internal HTTP port.
I'm trying to replace the reverse proxy with Lighttpd.
Here's the problem: while asking for the same HTTPS url, while using Apache as the reverse…