From: Andre Malo
Name-Based Virtual Hosting is a very popular method of identifying - different virtual = hosts. It allows you to use the same IP address and + different virtual hosts. It allows you to use the same IP address and the same port number for many different sites. When people move on to SSL, it seems natural to assume that the same method can be used to have lots of different SSL virtual hosts on the same server.
@@ -791,8 +792,14 @@ different SSL virtual hosts? you must make sure to put the non-SSL port number on the NameVirtualHost directive, e.g. -NameVirtualHost 192.168.1.1:80
Other workaround solutions are:
Use separate IP addresses for different SSL hosts. - Use different port numbers for different SSL hosts.
+ NameVirtualHost 192.168.1.1:80
+
Other workaround solutions are:
+ +Use separate IP addresses for different SSL hosts. + Use different port numbers for different SSL hosts.
Name-Based Virtual Hosting is a very popular method of identifying - different virtual = hosts. It allows you to use the same IP address and + different virtual hosts. It allows you to use the same IP address and the same port number for many different sites. When people move on to SSL, it seems natural to assume that the same method can be used to have lots of different SSL virtual hosts on the same server.
@@ -788,13 +789,13 @@ different SSL virtual hosts? directive, e.g.NameVirtualHost 192.168.1.1:80
+ NameVirtualHost 192.168.1.1:80 +Other workaround solutions are:
Use separate IP addresses for different SSL hosts. Use different port numbers for different SSL hosts.
-