On 15.03.2004 22:06 Ralph Crongeyer wrote:
"/usr/sbin/modules-config apache mod_ssl enable"
...
and restart apache with no errors, but netstat -a -p shows apache
listening on port 80 only?
What am I doing worng?
Add 'Listen 443' to your httpd.conf and restart Apache.
--
To UNSUBSCRIBE, email
Hi all,
I'm having trouble getting mod_ssl working. I have the module loaded: I did
"/usr/sbin/modules-config apache mod_ssl enable"
then added this to the bottom of my /etc/apache/httpd.conf file:
SSLEngine on
SSLCertificateFile /etc/apache/ssl.crt/snakeoil-dsa.crt
SSLCertificateKeyFil
On Wed, 2002-04-17 at 15:51, David Bell wrote:
> If you didn't create the certificate with mod-ssl-makecert, I'm not sure how
> to
> remove the password
try
openssl rsa -in current_key_name -out new_key_name
enter the password
new_key_name has no password
hope that helps
-Mark Roach
--
Yes, if you created the site certificate with mod-ssl-makecert. During
the process of creating the certificate, there's an option to add a
passphrase. If you don't want to have to enter a password at each
apache startup, then you don't want to add this passphrase. If you
didn't create the certif
Is there anyway to have Apache STOP asking for the password when
restarting the server?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
5 matches
Mail list logo