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.
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!