PDA

Click to See Complete Forum and Search --> : Multiple Sites


causion
September 24th, 2001, 10:21 AM
Is it possible to host multiple sites on apache (linux redhat)
ifso how do i do it
thanx :)

Alexzel
September 24th, 2001, 12:33 PM
Originally posted by causion
Is it possible to host multiple sites on apache (linux redhat)
ifso how do i do it
thanx :)

Hi Causion!

Yes, this is possible in Apache(linux redhat) through the virtual host set-up. To know more about vitual host, visit the apache documentation: http://httpd.apache.org/docs-2.0/vhosts/index.html. I also suggest that you can learn more in the main index:http://www.apache.org/.. Hope this helps you!
:D


I expect to pass through this world but once. Any good therefore that I can do, or any kindness that I can show to any fellow creature, let me do it now. Let me not defer or neglect it, for I shall not pass this way again. William Penn:)

umbobo1
February 9th, 2002, 09:08 AM
Alexzel is correct causion, you can do this, perhaps with multiple installs on one computer of apache.

Rewandythal
February 9th, 2002, 01:07 PM
No need to install multiple times, you can set up a computer with more than 1 NIC and apache can detect which one the net connection is coming through(or something) and serve a different site depending on the IP address of the Network card (NIC) that the connection is through.. I think that's how virtual hosts work - I think it can alson be done based on client IP address as well, like all 10.x.x.x (local) addresses get one site and all other addresses get a different, public site... For example!