1833365 Members
3196 Online
110052 Solutions
New Discussion

hp apache ssl

 
SOLVED
Go to solution
Shivkumar
Super Advisor

hp apache ssl

Dear Sirs,

Is it possible to configure ssl without configuring ssl.conf in hp apache 2.0.53 ?

Thanks,
Shiv
3 REPLIES 3
Denver Osborn
Honored Contributor

Re: hp apache ssl

yes, it's possible to merge w/ the httpd.conf. You'd put the SSL related directives in your httpd.conf or even another included config file if you wanted. It'd probably be easier to manage if you keep the SSL directives out of your httpd.conf.

-denver
Arunvijai_4
Honored Contributor

Re: hp apache ssl

Shiv,

Do you want to use OpenSSL or SSL functionality of Apache ? I didn't understand your question good enough. If you want to configure Apache with SSL, you can do it in httpd.conf

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Yogeeraj_1
Honored Contributor
Solution

Re: hp apache ssl

hi,

this is possible but not recommended for obvious reasons.

In your httpd.conf, you will find the following section:


LoadModule ssl_module libexec/libssl.so



Therefore you can just comment this part out and append the content of your SSL configuration in the same file.

hope this helps too!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)