Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Proxying SSL on Apache to HTTP on Jetty

I'm looking at more information on how to do this - I've seen the following page:

http://irc.codehaus.org/display/JETTY/Configuring+mod_proxy

where it says:

You can do that by extending the Connector class of your choice, eg the SelectChannelConnector, and implement the customize(EndPoint, Request) method to force the scheme of the Request to be https like so ( don't forget to call super.customize(endpoint,request)!

but can someone explain to a complete newbie exactly how this is done, i.e. what files need to be edited etc.

This is actually for running an instance of mifos (supplied as a .war file) via an existing apache https system, using mod proxy as the connection method (ProxyPreserveHost On has been set)

Thanks.



Back to the top