Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

apache 2 + ssl + openssl 0.9.7c solution!

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache +OpenSSL - Hi Group, I'm having a problem with Apache 2.0.45 on Win32. I'm trying to install a chained SSL but on Apache, I get the error to configure verify locations for client The was purchased from..

Apache/2..48 (Win32) DAV/2 PHP/4.3.4 mod_ssl/2.0.48 OpenSS.. - Hi all of you experts out there. Before I even ask, thank you for any and all help. I have 2 problems. 1 is the vhosts, can get it to work going by the DOCs and 2 is the SSL same thing again. I am not an expert in any way so, I don't even know what you.

Apache 2.0.40-21.3+mod_ssl+OpenSSL+RedHat 9 - Hello all, I'm in a pinch here - webadmin cut out and I'm trying to complete some of his projects. I know my way around linux ok, but am pretty green on ssl with apache. Been trying for weeks to resolve this... Using these packages (Apache..

RedHat 9.0 + Apache 1.3.28 + mod_ssl + OpenSSL - Hello, I can't seem to get past this: gcc -c -DEAPI -fpic

The Apache - OpenSSL - Internet Explorer 5 problem - I am using mod_ssl with openssl 0.9.7c and I am using the in my ssl.conf that permits the buggy Internet Explorer 5.x browsers to access my https pages. The problem has been around for a while and is detailed here: ..
Author Message
dime0000

External


Since: Sep 08, 2003
Posts: 10



(Msg. 1) Posted: Fri Feb 20, 2004 12:00 pm
Post subject: apache 2 + ssl + openssl 0.9.7c solution!
Archived from groups: alt>apache>configuration (more info?)

after a while of search post after post, and site after site, i think
i finally put together something here that works.. i hope it helps
anyone out there...

1. Install OpenSSL the normal way:
../config
make
make install

2. configure openssl to be shared
../config
make
make build-shared (do not do install)
mv libssl.so* /usr/local/lib
mv libcrypto.so* /usr/local/lib

3. Install apache with the following configs, and remember to remove
unneccesary modules later in the httpd.conf file
../configure --enable-ssl --with-ssl=/usr/local/ssl
--enable-modules=all --enable-so
make
make install

now build your certificated however you want.. and run ./apachectl
startssl

ldconfig

 >> Stay informed about: apache 2 + ssl + openssl 0.9.7c solution! 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]