[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk integration with JBoss for HTTP and HTTPS both
deepakgupta_72@yahoo.com
do-not-reply at jboss.com
Wed Jul 30 00:30:20 EDT 2008
Hi,
thanks for the reply I already have virtual host for SSL please tell me if it further requires some configuration or any other parameter, I am really stuck on this.
<VirtualHost _default_:443>
|
| DocumentRoot "C:/java/ApacheSoftwareFoundation/Apache2.2/htdocs"
| ServerName 59.160.109.11:443
| ServerAdmin d.gupta at mpstechnologies.com
| ErrorLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/error.log"
| TransferLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/access.log"
|
| SSLEngine on
|
| SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
| SSLCertificateFile "C:/java/ApacheSoftwareFoundation/Apache2.2/conf/sp-cert.pem"
|
| SSLCertificateKeyFile "C:/java/ApacheSoftwareFoundation/Apache2.2/conf/sp-key.pem"
|
| <FilesMatch "\.(cgi|shtml|phtml|php)$">
| SSLOptions +StdEnvVars
| </FilesMatch>
| <Directory "C:/java/ApacheSoftwareFoundation/Apache2.2/cgi-bin">
| SSLOptions +StdEnvVars
| </Directory>
|
| BrowserMatch ".*MSIE.*" \
| nokeepalive ssl-unclean-shutdown \
| downgrade-1.0 force-response-1.0
|
| CustomLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/ssl_request.log" \
| "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
| </VirtualHost>
Thanks,
Deepak
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167493#4167493
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167493
More information about the jboss-user
mailing list