Ie:
LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
<IfModule mod_ssl.c>
Listen 443
Listen 80
SSLMutex file:/var/tmp/apache.mutex
SSLSessionCache dbm:/var/tmp/apache.session_cache_dbm
SSLSessionCacheTimeout 300
SSLRandomSeed connect builtin
SSLRandomSeed startup builtin
</IfModule>
<VirtualHost *:443>
ServerName www.domain.com
Port 443
SSLEngine on
DocumentRoot /var/www/
DirectoryIndex index.cgi index.html
SSLCertificateFile /etc/apache/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache/ssl.key/server.key
</VirtualHost>
... works for me on unstable (Apache 1.3.19-1, 0.9.6a-1.0.1).
James
(Debian Maintainer, libapache-mod-backhand)
http://www.rcpt.to/~james/
--
James Bromberger,
Senior Web/Systems Administrator, JDV
+61 8 9268 2909, +61 417 322 500
Fax: +61 8 9268 0200
>>> [EMAIL PROTECTED] 05/31/00 02:55am >>>
On Tue, May 30, 2000 at 12:39:45PM -0500, Tim Willis wrote:
> I've done the dselect install of the mod_ssl packages in debian linux,
> however, I cannot hit https://localhost yet, is there a .config file I need
> to edit?
>
Yep, there is a httpd.conf that probably needs to be edited.
JDV - e-Commerce and Outsourcing Solutions for Financial Services
http://www.jdv.com/
Any securities recommendation contained in this document is unsolicited general
information only. Do not act on a recommendation without first consulting your
investment advisor to determine whether the recommendation is appropriate for your
investment objectives, financial situation and particular needs.
JDV believes that any information or advice (including any securities recommendation)
contained in this document is accurate when issued. However, JDV does not warrant its
accuracy or reliability. JDV, its officers, agents and employees exclude all liability
whatsoever, in negligence or otherwise, for any loss or damage relating to this
document to the full extent permitted by law.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]