|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to define2 ssl virtual host
Listen 443
######25 th Jan 2002 <VirtualHost 192.168.1.199:443> #<VirtualHost _default_:*> DocumentRoot "/var/www/html/redhat7.1/default" Servername www.my server1.com </VirtualHost> <VirtualHost 192.168.1.199:443> #<VirtualHost _default_:*> DocumentRoot "/var/www/html/redhat7.1/server2" Servername www.my server2.com SSLEgnine on.... ... ... </VirtualHost> it will said I have duplicate definition. I can only pick one at a time to ssl using 443 port.
__________________
regards, wish to use AT 89c51 single chip computer to do remote sensing and send the data back from woods to office via nokie 3330 and internet. HOW? first I must revise C program thro' example, what's next? |
|
#2
|
|||
|
|||
|
Start here -> http://forums.devshed.com/showthrea...9154&forumid=15
The short answer: One cert -> One IP -> One FQDN You can't use name-based vhost to configure different SSL site. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > how to define2 ssl virtual host |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|