LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Apache and SSL

[ILUG] Apache and SSL

Colm Buckley colm at tuatha.org
Wed Feb 13 11:22:12 GMT 2002


On Tue 12 Feb 2002 22:01, Tim wrote:

> Anybody have any experience compiling apache with SSL patched in, create
> certificates and then getting the whole thing to work?

Well, I didn't compile it from source, I used the Debian distribution
(apache, and mod_ssl) but it worked for me using the following in
httpd.conf:

#------------------------------------------------------------------------

# Load the ssl module (you probably won't need this if you compile SSL in)
LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so

# Listen on which ports
Listen 80
Listen 443

# Various SSL options
SSLMutex                sem
SSLRandomSeed           startup builtin
SSLRandomSeed           connect builtin
SSLSessionCache         dbm:/var/run/apache-sslcache.dbm
SSLSessionCacheTimeout  300
SSLCertificateFile      /etc/apache/ssl.crt/certificate.crt
SSLCertificateKeyFile   /etc/apache/ssl.key/keyfile.key
SSLOptions              StdEnvVars

# use SSL on port 443
<VirtualHost _default_:443>
        SSLProtocol             SSLv3
        SSLEngine               on
</VirtualHost>

#------------------------------------------------------------------------

Hope this helps,

           Colm

-- 
Colm Buckley      | colm at tuatha.org
+353 (87) 2469146 | http://www.tuatha.org/~colm/
Never let your willpower get the best of you.




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell