On 01/19/2010 12:52 PM, Nasir Zia wrote:
Hi,

can anyone tell me can i run my two different SSL domains ex: abc.com
<http://abc.com> and xyz.com <http://xyz.com> on one IP address or i
need second IP address to the server.

Also please brief on this as if i run 5 sites on one server should i
need 5 IP addresses. Is their any appropriate solution to this.

Regards
Nasir

Use NameVirtualHost <ip>:443

Then <VirtualHost <ip>:443> ServerName abc.com ... </VirtualHost>
<VirtualHost <ip>:443> ServerName xyz.com ... </VirtualHost>

This should do the job for u

Also you don't need 5 IPs to run 5 sites. Use the same technique as I said above. NameVirtualHost <ip>:80

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to