Results 1 to 4 of 4

Thread: Multiple Sites

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    6

    Unhappy Multiple Sites

    Is it possible to host multiple sites on apache (linux redhat)
    ifso how do i do it
    thanx

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    145

    Post Re: Multiple Sites

    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!



    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

  3. #3
    Member
    Join Date
    Dec 2001
    Posts
    42
    Alexzel is correct causion, you can do this, perhaps with multiple installs on one computer of apache.
    .

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    677
    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!
    One Ring to rule them all, One Ring to find them.
    One Ring to bring them all and in the darkness bind them.
    (The Lord Of The Rings)
    http://www.bytekill.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •