RE: SSL configuration for Apache HTTP server

2003-07-17 Thread Raible, Matt
http://raibledesigns.com/tomcat/ssl-howto.html HTH, Matt -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 6:46 AM To: [EMAIL PROTECTED] Subject: SSL configuration for Apache HTTP server hello, How to configure SSL in apache HTTP

SSL configuration for Apache HTTP server

2003-07-16 Thread Sudhir Kumar
hello, How to configure SSL in apache HTTP server. Apache and tomcat are integrated. please help thanks and regards Sushir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: SSL configuration for Apache HTTP server

2003-07-16 Thread Simon Pabst
Download and install latest version of openssl (normally in /usr/local/ssl or /usr/local/openssl): http://www.openssl.org/ Apache 1.x: download and install modssl: http://www.modssl.org/ edit SSL Stuff in apache/conf/httpd.conf to suit your needs Apache 2.x: build from source with: ./configure