|
Home > Archive > Apache Server configuration support > September 2007 > apache 2.0.59/redaht linux 3AS mod_ssl I don't see LoadModule load it
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
apache 2.0.59/redaht linux 3AS mod_ssl I don't see LoadModule load it
|
|
| gavino 2007-09-06, 7:20 pm |
| And there are virtual hosts with SSL ENgine on
</Directory>
SSLEngine on
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA
:+HIGH:+MEDIUM
SSLCertificateFile /www/apache/openssl-0.9.8d/ssl/certs/
qa5-5cert.pem
SSLCertificateKeyFile /www/apache/openssl-0.9.8d/ssl/certs/
qa5-5nopwdkey.pem
SSLCACertificatePath /www/apache/openssl-0.9.8d/ssl/private
SSLCACertificateFile /www/apache/openssl-0.9.8d/ssl/private/
CA2cert.pem
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
CustomLog "|/usr/local/sbin/cronolog /weblogs/%m%d%Y/qa5/
csr_openssl_cipher.log" "%t %h %{SSL_PROTOCOL}x %{SSL_C
IPHER}x \"%r\" %b"
</VirtualHost>
so I am trying to install a thawte cert, and it asks where mod_ssl is?
I do not see mod_ssl anywhere in modules or in the httpd.conf ??
Can mod_ssl be part of apache somehow? like compiled in such that it
doesn;t need a LoadModule dir?
I sort of assume this server was working before......the old admin
quit.
| |
| gavino 2007-09-06, 7:20 pm |
| On Sep 6, 11:30 am, gavino <gavcom...@gmail.com> wrote:
> And there are virtual hosts with SSL ENgine on
>
> </Directory>
> SSLEngine on
> SSLProtocol -ALL +SSLv3 +TLSv1
> SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA
:+HIGH:+MEDIUM
> SSLCertificateFile /www/apache/openssl-0.9.8d/ssl/certs/
> qa5-5cert.pem
> SSLCertificateKeyFile /www/apache/openssl-0.9.8d/ssl/certs/
> qa5-5nopwdkey.pem
> SSLCACertificatePath /www/apache/openssl-0.9.8d/ssl/private
> SSLCACertificateFile /www/apache/openssl-0.9.8d/ssl/private/
> CA2cert.pem
> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
> downgrade-1.0 force-response-1.0
> CustomLog "|/usr/local/sbin/cronolog /weblogs/%m%d%Y/qa5/
> csr_openssl_cipher.log" "%t %h %{SSL_PROTOCOL}x %{SSL_C
> IPHER}x \"%r\" %b"
> </VirtualHost>
>
> so I am trying to install a thawte cert, and it asks where mod_ssl is?
> I do not see mod_ssl anywhere in modules or in the httpd.conf ??
> Can mod_ssl be part of apache somehow? like compiled in such that it
> doesn;t need a LoadModule dir?
> I sort of assume this server was working before......the old admin
> quit.
httpd -l shows
/www/apache/2.0.59/bin/httpd -l
Compiled in modules:
core.c
mod_ssl.c
prefork.c
http_core.c
mod_so.c
so mod_ssl appears compiled in........
does this just mean that the LoadModule is irrelevant, and config
should skip the mod_ssl bit?
| |
| Davide Bianchi 2007-09-08, 1:49 am |
| On 2007-09-07, kahn <pietru3@cox.net> wrote:[vbcol=seagreen]
Yes, httpd -l should tell you.
Davide
--
In the world you need only two things: duct tape and wd40. If something
moves and you need it fixed, use tapes, if something doesn't move and you
need it moving, use the wd 40.
|
|
|
|
|