This is a discussion on Re: Apache and SSL within the Modssl Users forums, part of the Web Server and Related Forums category; I finally got a solution. Just wondering why such a typical problem not been answered before... (In you httpd.conf): ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I finally got a solution. Just wondering why such a typical problem not been
answered before... (In you httpd.conf): Listen 80 Listen 443 #....... # put your secure virtualhosts here: NameVirtualHost *:443 <VirtualHost *:443> ServerName yourDomain SSLEngine On SSLCertificatedFile conf/ssl/my-server.cert SSLCertificateKeyFiule conf/ssl/my-server.key DocumentRoot "C:/Apache/htdocs/myWebRoot" </VirtualHost> #... more secure virtualhosts.... # put your non-secure virtualhosts here: NameVirtualHost *:80 #.... put the specification of each non-secure hosts here using the same logic above. ----- Original Message ----- From: "Waller, Lonie" <LWaller@vicr.com> To: <modssl-users@modssl.org> Sent: Monday, June 06, 2005 9:32 AM Subject: RE: Apache and SSL Hello, Try putting all virtual host in the ssl.conf file. For the non ssl hosts make sure sslengine is off. Let me know if this works if you have not already tried it. Thanks -----Original Message----- From: owner-modssl-users@modssl.org [mailto:owner-modssl-users@modssl.org] On Behalf Of Darryl W. DeLao Jr. Sent: Monday, June 06, 2005 9:49 AM To: modssl-users@modssl.org Subject: Apache and SSL I am running Apache 2.0.46 on RHEL 3.0 ES. I have about 8 virtualhosts using port 80. I want to add a virtualhost for port 443. I have the key installed, etc. When I add a virtualhost for this SSL site in my ssl.conf, it works. However, all the other port 80 sites now no longer work. Any help is greatly appreciated. Thanks, Darryl __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.2 - Release Date: 6/4/2005 __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |
![]() |
| Thread Tools | |
| Display Modes | |
|
|