This is a discussion on apache 2.0.59/redaht linux 3AS mod_ssl I don't see LoadModule load it within the Apache Web Server forums, part of the Web Server and Related Forums category; And there are virtual hosts with SSL ENgine on </Directory> SSLEngine on SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite ALL:!...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
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:+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. 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? |
|
|||
|
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 |