apache 2.0.59/redaht linux 3AS mod_ssl I don"t see LoadModule load it
am 06.09.2007 20:30:52 von gavino
And there are virtual hosts with SSL ENgine on
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"
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.
Re: apache 2.0.59/redaht linux 3AS mod_ssl I don"t see LoadModule load it
am 06.09.2007 21:24:38 von gavino
On Sep 6, 11:30 am, gavino wrote:
> And there are virtual hosts with SSL ENgine on
>
>
> 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"
>
>
> 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?
Re: apache 2.0.59/redaht linux 3AS mod_ssl I don"t see LoadModuleload it
am 08.09.2007 01:13:17 von kahn
gavino wrote:
> And there are virtual hosts with SSL ENgine on
>
>
> 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"
>
>
>
> 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.
>
The ssl.conf is in /etc/httpd/conf.d/ directory.
httpd.conf is in /etc/httpd/conf directory.
kahn