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 server. Apache and tomcat are
integrated.

please help

thanks and regards
Sushir


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, e-mail: [EMAIL PROTECTED]



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 --enable-ssl --with-ssl=/path/to/openssl ...
edit apache2/conf/ssl.conf to suit your needs
At 18:15 16.07.2003 +0530, you wrote:
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, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]