Hello,
I'm trying to redirect port 80 requests to 443. I'm
using apache2.2.4 with tomcat5.5.23 and using
ProxyPass to direct traffic to tomcat instead of
mod_jk. With apache only, I can redirect 80 -> 443
with rewrite rules just fine, but once I add the
ProxyPass directive (ProxyPass /data
ajp://localhost:8009/data) the rewrite rules are
ignored.
I've tried adding an entry in my server.xml:
<Connector port="8009"
enableLookups="false"
redirectPort="443" protocol="AJP/1.3" />
Without any luck.. Can anybody point me in the right
direction?
Thanks,
Jim
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]