On Wed, 31 Oct 2001, Daniel Stone wrote: > This is the snippet I use in the Debian package: > #### SSL stuff: > #<IfModule mod_ssl.c> > #SSLCertificateFile /etc/apache2/server.crt > #SSLCertificateKeyFile /etc/apache2/server.key > #SSLLog /var/log/apache2/ssl.log > #SSLLogLevel info > > #<VirtualHost _default_:443> > #SSLEngine on > #</VirtualHost> > #</IfModule>
FYI, that's not nearly enough for various broken browsers to work. IE is sure to puke on a config as minimal as this. You need a couple of BrowserMatch's, you need to set the SSLCipherSuite, and you _must_ have a session cache. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
