Tuula Paakkonen wrote:
> The problem is that even the non-secure port is up and running
> but the secure port is not.
>
> In httpd.conf I have:
> Port 8091
That's fine, but do you have an SSL virtual host defined? E.g. something
like:
Listen <machine-name>:8091
<VirtualHost <machine-name>:8091>
SSLEngine on
SSLCertificateFile /home/apache/conf/ssl.crt/site.crt
SSLCertificateKeyFile /home/apache/conf/ssl.key/site.key
DocumentRoot /home/swx/author/html/secure
</VirtualHost>
In addition, there are a whole bunch of other directives you need...
Forgive me if this seems silly, but you did mention that httpd.conf
didn't contain any SSL directives.
By the way, if you use mod_ssl, you do not get httpsd as the binary. You
just get the usual httpd with mod_ssl compiled in. httpsd is what you
get with Apache-SSL.
Rgds,
Owen.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]