1831327 Members
3330 Online
110023 Solutions
New Discussion

Re: Apache SSL

 
Neerav Kothari
Occasional Contributor

Apache SSL

Hi,
I have Apache 1.3.12 installed on my HP UX 11.0 system. I need to upgrade to Apche SSL. What is the best way of doing this?
Do I need to uninstall my current Apache installation?
I installed Apache from the binaries at the hpux.cs.uta.edu site. If I need to re-install Apache, do I need to do it by compiling from the source distribution?
Thank you.
2 REPLIES 2
Kofi ARTHIABAH
Honored Contributor

Re: Apache SSL

You can purchase the SSL 128 extension to Apache from:

http://www.covalent.net/raven/ssl/
nothing wrong with me that a few lines of code cannot fix!
Asdrubal Pichardo_1
New Member

Re: Apache SSL

Hello,
You may use the mod_ssl module. You can get it from http://www.modssl.org. A requisite for this module is OpenSSL, which you can get from http://www.openssl.org and maybe also at one of the HP archive centres (i.e. http://hpux.connect.org.uk/). In the mod_ssl distribution there is an installation text file which will guide you through the process. You will need to make and reinstall Apache. I would also suggest using gcc during the built of Apache with mod_ssl. Good luck!