ColdFusion, IIS and Host Headers

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default ColdFusion, IIS and Host Headers

    Dear CF Guru: We are adding a few domain names to our single IP server. We
    are accmplishing this via Host Headers. Example: If someone enters
    [url]www.mysite.com[/url], which is running on a seperate instance of IIS (no Host
    Headers) , the user lands on c:/webroot/ We're using Host Header to ensure
    that if someone enters [url]www.MyNewSite.com[/url], which is running on a seperate
    instance of IIS (using host headers) the user lands on c:/webroot/MyNewSite/.
    Can someone tell me if I need multiple instances of CF installed so that CF
    pages in each site will execute okay? Also, if I do need multiple instances,
    how do I go about installing these on the Web server? Environment: CFMX, IIS
    6.0, W2K Server

    JungleJim Guest

  2. Similar Questions and Discussions

    1. Scheduler and Host Headers
      For maintenance tasks to run on just the local machine I've created an entry in MS IIS' host headers list and another matching entry in the hosts...
    2. Nice ColdFusion Host
      If any of you are looking for a nice coldfusion host, this one is pretty nice. http://www.kotohost.com. Check It out.
    3. ColdFusion Host
      This is a Web Hosting Company that supports ColdFusion... http://www.kotohost.com What do you think about it?
    4. ColdFusion Host Designation
      I am connecting to an outside MS SQL server from ColdFusion. When I look in MS SQL at the current processes I have the user I am using connecting...
    5. ColdFusion Web Host
      Hello Everyone, I was looking for a ColdFusion web host site that provides at least 1000 MB disk space and up to $15 per/month. Thanks in...
  3. #2

    Default Re: ColdFusion, IIS and Host Headers

    I don't think you need multiple instances for this. You can run the Web Server
    Configuration Tool to configure all websites or a single website. I think what
    you need to do is run the Web Server configuration Tool once for each website.
    Do not use the global (All websites) option. (If you already ran it with the
    All option, you should remove that configuration first.) HTH

    jrunrandy Guest

  4. #3

    Default Re: ColdFusion, IIS and Host Headers

    Hi,

    You must create 2 WebSites in IIS: [url]www.mysite.com[/url] (Home Directory
    c:/webroot/) and [url]www.mynewsite.com[/url] (Home Dir c:/webroot/MyNewSite/)
    Open the second WebSite properties page. On the tab WebSite set IP and click
    Advansed button. At the top list select IP and click Edit.
    Enter Host Header value and click Ok.
    All done. :)

    ---
    Eugene Krivenja


    Eugene Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139