On Jan 22, 2007, at 8:21 AM, John Flores wrote:

I am looking for instrunctions on how to disable mod_ssl for 1.3 and 2.0.

Comment out the LoadModule line in httpd.conf and restart your server.

Alternatively, many server installations wrap the SSL configuration in an <IfDefine SSL> block. To turn of mod_ssl, start the server without -DSSL on the command line. See your startup script and/or the apachectl script for more info.

If mod_ssl was compiled statically into your server (meaning it shows up when you run httpd -l and it doesn't have a LoadModule line), you'll have to recompile your Apache to turn it off.

S.

--
[EMAIL PROTECTED]            http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to