Need to add/enable/install mod_ssl

2008-06-18 Thread Tan, Liao
Hi, experts:

 Here are the environment configuration:
 Web server: Apache/2.0.46 (Unix) mod_jk/1.2.4
 Server: -HP-UX  
 Tomcat: 4.0

I have a apache already installed (by other team, which doesnt know if there´s 
the module mod_ssl). The final purpose is to secure my current http to https. 
Already have all cerficates, with the directives in the conf files, and still 
the https url doesnt work yet.
I searched over all logs I could find, and didnt found any string mod_ssl:(. 
So I guess I need to do something to enable, install it. 

Saw in a link that I need to download the source in modssl.org, and other 
installation procedures as well. But the in my case is that I already have 
Apache installed, and need only to add/enable/install the mod_ssl module. Ok, 
now another question to be pointed out:
Make sure any module for your Apache server is compiled with the 
compiler-flag -DEAPI, or your Webserver might crash or can not be
started. 
Almost all modules I know adds the -DEAPI flag by themself except mod_jserv
and mod_jk

But my apache installed is mod_jk (my configuration  Apache/2.0.46 (Unix) 
mod_jk/1.2.4). Should I supppose from this that in my case I dont have the 
DEAPI??? Not sure on what to do now. How will I check if it has DEAPI? 

I keep doing searches over the net, but in case any of you has some hint and 
speed up a little bit on my side, it´ll be helpful.

Im kind of disorientated with all this thing of https. This´s the 1st time i 
get into it. So, ask for your detailed support.

Thank you!
Ingrid 

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


RE: Need to add/enable/install mod_ssl

2008-06-18 Thread Tan, Liao
All,

 I´m told that having the directives in httpd.conf

IfModule ssl_module
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
/IfModule

means that my apache is configured with mod_ssl (thanks to the guy that told me 
so!)

Now the question risen up is how do I do to have my https working? As I 
mentioned below, already have all certificates and their directives configured.

Thanks for your attention.

Ingrid 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tan, Liao [CMB-IT]
Sent: Wednesday, June 18, 2008 12:30 PM
To: modssl-users@modssl.org
Subject: Need to add/enable/install mod_ssl


Hi, experts:

 Here are the environment configuration:
 Web server: Apache/2.0.46 (Unix) mod_jk/1.2.4
 Server: -HP-UX  
 Tomcat: 4.0

I have a apache already installed (by other team, which doesnt know if there´s 
the module mod_ssl). The final purpose is to secure my current http to https. 
Already have all cerficates, with the directives in the conf files, and still 
the https url doesnt work yet.
I searched over all logs I could find, and didnt found any string mod_ssl:(. 
So I guess I need to do something to enable, install it. 

Saw in a link that I need to download the source in modssl.org, and other 
installation procedures as well. But the in my case is that I already have 
Apache installed, and need only to add/enable/install the mod_ssl module. Ok, 
now another question to be pointed out:
Make sure any module for your Apache server is compiled with the 
compiler-flag -DEAPI, or your Webserver might crash or can not be
started. 
Almost all modules I know adds the -DEAPI flag by themself except mod_jserv
and mod_jk

But my apache installed is mod_jk (my configuration  Apache/2.0.46 (Unix) 
mod_jk/1.2.4). Should I supppose from this that in my case I dont have the 
DEAPI??? Not sure on what to do now. How will I check if it has DEAPI? 

I keep doing searches over the net, but in case any of you has some hint and 
speed up a little bit on my side, it´ll be helpful.

Im kind of disorientated with all this thing of https. This´s the 1st time i 
get into it. So, ask for your detailed support.

Thank you!
Ingrid 

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


RE: Need to add/enable/install mod_ssl

2008-06-18 Thread Tan, Liao
Dave and All:

Ok, now I know I can try the directives in my apache. 
Althought by the directives SSLRandomSeed it´s indicating I have the mod_ssl 
installed, I checked and the files mod_ssl.so and mod_ssl.c are not in the 
paths indicated, not in libexec/, nor in module/.
How do I get those files? 

Thank you.
Ingrid 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David P. Mott
Sent: Wednesday, June 18, 2008 5:22 PM
To: modssl-users@modssl.org
Subject: RE: Need to add/enable/install mod_ssl



I pulled that exact line from my win32 version of Apache 2.2.4.

Server Version: Apache/2.2.4 (Win32) mod_ssl/2.2.4 OpenSSL/0.9.8d 
mod_perl/2.0.3 Perl/v5.8.8
Server Built: Jan 9 2007 23:17:20

-Dave


On Wed, 18 Jun 2008, Tan, Liao wrote:

 David,

 that was what I thought earlier. But since I´m told this directive is 
 for Apache 1.x, and not Apache 2.0 (which is mine), I wonder how differ 
 the directive to include to httpd.conf. What I mean is that I think I hv 
 the mod_ssl installed, but not enabled yet, and to enable, if it´s 
 simply adding the directive´s in httpd file, and the exact syntax for 
 version 2.0.

 Still searching for the solution.

 Thanks

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


RE: Need to add/enable/install mod_ssl

2008-06-18 Thread Tan, Liao
another information: what I see in libexec/ is just mod_jk.sl, and under 
modules/, just the file httpd.exp.

Ingrid 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tan, Liao [CMB-IT]
Sent: Wednesday, June 18, 2008 5:34 PM
To: modssl-users@modssl.org
Subject: RE: Need to add/enable/install mod_ssl


Dave and All:

Ok, now I know I can try the directives in my apache. 
Althought by the directives SSLRandomSeed it´s indicating I have the mod_ssl 
installed, I checked and the files mod_ssl.so and mod_ssl.c are not in the 
paths indicated, not in libexec/, nor in module/.
How do I get those files? 

Thank you.
Ingrid 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David P. Mott
Sent: Wednesday, June 18, 2008 5:22 PM
To: modssl-users@modssl.org
Subject: RE: Need to add/enable/install mod_ssl



I pulled that exact line from my win32 version of Apache 2.2.4.

Server Version: Apache/2.2.4 (Win32) mod_ssl/2.2.4 OpenSSL/0.9.8d 
mod_perl/2.0.3 Perl/v5.8.8
Server Built: Jan 9 2007 23:17:20

-Dave


On Wed, 18 Jun 2008, Tan, Liao wrote:

 David,

 that was what I thought earlier. But since I´m told this directive is 
 for Apache 1.x, and not Apache 2.0 (which is mine), I wonder how differ 
 the directive to include to httpd.conf. What I mean is that I think I hv 
 the mod_ssl installed, but not enabled yet, and to enable, if it´s 
 simply adding the directive´s in httpd file, and the exact syntax for 
 version 2.0.

 Still searching for the solution.

 Thanks

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