Apache sub domain on different server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • techjono
    New Member
    • Oct 2007
    • 1

    Apache sub domain on different server

    Hi,

    I am able to get sub domains to work on the same server, however I have a second web server which I would like to be able to access via a sub domain

    e.g. server2.domain. com

    Is there a way to do this with virtual host or is this not possible?

    Thanks

    Jono
  • udaypawar
    New Member
    • Feb 2007
    • 29

    #2
    Hey i think my problem is also bit similar to this one.
    I have two websites (On different servers).

    They are


    and


    Now in this I want to show some of the links of idealsolutions. supersite.myord erbox.com as a page of http://idealsolutions. in. I mean i don't want that user should know that this page is from idealsolutions. supersite.myord erbox.com. So i think URL rewriting may help but really don't know how to use it or whether it is possible or not.

    Can any one please help me for that??

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      You can do this with your DNS configuration, you most certainly do not want to do with via Apache.

      Comment

      • udaypawar
        New Member
        • Feb 2007
        • 29

        #4
        Yes I can do this with DNS configuration, but then for that i have to pay for managed DNS service as i have hosted my website with shared servers and they don't provide dns management for free of cost. Its better to go for apache mod_rewrite.

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by udaypawar
          Yes I can do this with DNS configuration, but then for that i have to pay for managed DNS service as i have hosted my website with shared servers and they don't provide dns management for free of cost. Its better to go for apache mod_rewrite.
          Interesting. I purchased my domain name and web hosting separately (a good idea in my mind), and the company I bought the domain name from has a lot of tools for registering sub-domains.

          If you do not have any of these tools, you will want to look at mod_proxy for Apache.

          Comment

          Working...