Link to home
Start Free TrialLog in
Avatar of kephillips
kephillips

asked on

configure apache for https

hi experts. Where  do I configure apache on a RH 9 linux box to handle https requests??
thanks.
Avatar of TRobertson
TRobertson

Or check the howto of the site of modssl http://www.modssl.org/docs/2.8/ssl_overview.html

regards

http://www.linuxhelp.net/guides/apachessl/ Even better
-1) Install OpenSSL
[root@system root]$ cd /usr/local/src/openssl-0.9.7
[root@system openssl-0.9.6]$ ./config
[root@system openssl-0.9.6]$ make
[root@system openssl-0.9.6]$ make install

-2) Download Apache 1.3.x and the OpenSSL Patch apachessl.org and untar in same directory
-3) ./Fixpatch choose Yes
-4) ./configure --prefix=/opt/apache --enable-module=so --enable-rule=SHARED_CORE
-5) make
-6) make install
-7) Copy the src directory to /opt/apache/
-8) copy the httpsd.conf to /opt/apache
-9) Edit httpsd.conf

-10) Generate Cert and CSR and Cert
http://slacksite.com/apache/certificate.html
ASKER CERTIFIED SOLUTION
Avatar of avtarsingh
avtarsingh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial