Re: mod_ssl setup process with apache 2.2.4

2007-06-12 Thread Dave Paris
That sounds like a lot of unnecessary overhead for the Apache boxes. 
Check:  http://www.apsis.ch/pound/  .. it does precisely what you seek.


Best~
-d

Saikat Saha wrote:

Hi,

 

We are trying to setup apache 2.2.4 alongwith mod_ssl and mod_jk. Mod_jk 
has been successfully configured and working with two instances of Jboss.


However after installing mod_ssl, does not seem to be 
installed/configured properly. Is there some link which describes step 
by step setup process to configure


Mod_ssl with apache 2.2.4? Can anyone please forward the link?

 

Also, we have three ports, two of them need to be https and one needs to 
be http. How do we configure this?


 

In our configuration, we want Apache to receive https requests from 
clients and then forward http to the Jboss application server thru 
mod_jk. Can someone please point to some link/documentation.


We would assume these are standard practices.

 


Thank you so very much for your kind help.

 


Regards,

SS


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


mod_ssl setup process with apache 2.2.4

2007-06-12 Thread Saikat Saha
Hi,

 

We are trying to setup apache 2.2.4 alongwith mod_ssl and mod_jk. Mod_jk
has been successfully configured and working with two instances of
Jboss.

However after installing mod_ssl, does not seem to be
installed/configured properly. Is there some link which describes step
by step setup process to configure 

Mod_ssl with apache 2.2.4? Can anyone please forward the link? 

 

Also, we have three ports, two of them need to be https and one needs to
be http. How do we configure this?

 

In our configuration, we want Apache to receive https requests from
clients and then forward http to the Jboss application server thru
mod_jk. Can someone please point to some link/documentation.

We would assume these are standard practices.

 

Thank you so very much for your kind help.

 

Regards,

SS



Re: adding mod_ssl module to existing apache configuration

2007-06-12 Thread Omar W. Hannet

Lalit Kapoor wrote:

Can you give me some idea if it possible to add mod_ssl in running 
configuration or do i need to recompile and install apache with mod_ssl.


Have you tried 'yum install mod_ssl'?

--
Omar W. Hannet
http://www.allez-oop.net/
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


adding mod_ssl module to existing apache configuration

2007-06-12 Thread Lalit Kapoor

Hi,

I am using following version of apache, i got it installed using " yum
install httpd ".

Server version: Apache/2.0.52
Server built:   Aug  2 2006 05:21:10

There is a requirement of adding mod_ssl module to existing apache
configuration.

Can you give me some idea if it possible to add mod_ssl in running
configuration or do i need to recompile and install apache with mod_ssl.

Thanks,
Lalit