Re: apache 2.0.59/redaht linux 3AS mod_ssl I don't see LoadModuleload it
gavino 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:+ME DIUM
> 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.
>
The ssl.conf is in /etc/httpd/conf.d/ directory.
httpd.conf is in /etc/httpd/conf directory.
kahn
|