hi,
Can i host two different website with one static ip address?thanks :D
Printable View
hi,
Can i host two different website with one static ip address?thanks :D
You can use name-based virtual hosting, ie. pointing two hostnames to the same IP address, and then make Apache distinguish between the sites by the host name in the URL that the client reports. The Apache manual can tell you all about it.
:D :D :D thanks, ur really a guru... :D
Use the Viritual host sections in /etc/httpd/conf/httpd.conf to create many viritual hosts on the same ipadress.