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" <[EMAIL PROTECTED]>
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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                            [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            [EMAIL PROTECTED]



-- 
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                            [EMAIL PROTECTED]

Reply via email to