Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] SNI alternative

mod_jk is native code that runs on apache httpd that talks to apache tomcat.
almost the same thing as mod_ajp or mod_proxy
mod_jk itself hasn't had a release outside of netware or windows for years now.
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
even tomcat has moved from it to tomcat native.
http://tomcat.apache.org/native-doc/
which uses apache apr and openssl natively via java jni. (jni is _slow_ but it works)

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Fri, Feb 7, 2014 at 4:27 PM, Steve Sobol - Lobos Studios <steve@xxxxxxxxxxxxxxxx> wrote:
I guess the other question is, will mod_jk work with anything other than Tomcat? :)

Friday, February 7, 2014 15:25
Good afternoon -

While we're waiting for Java 8... Are there any alternatives to SNI that will allow more than one SSL cert to be hosted on the same IP?

Apache already supports SNI. Maybe mod_jk? My Apache server and my Jetty server are running on different physical machines... will this make a difference?

Thanks


--
Lobos Studios - Website Design, Mobile App Development, IT Support
Toll Free Phone/FAX: 877.919.4WEB
Victor Valley Phone/FAX: 760.684.8859
Los Angeles Phone/FAX: 310.945.2410
Business Cell: 310.487.2362
www.LobosStudios.com * www.facebook.com/LobosStudios * @LobosStudios

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top