Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Re: Vhosts

    Hi,

    Brett Proctor wrote:
    > Can someone give me a quick rundown of Vhosts and how they relate to IRC and
    > BNC. I understand mostly what BNC does but am not quite sure on Vhosts.
    > So far it seems to me that you just register some top level domaing
    > (mysite.com) and then you can just add whatever prefixes for free on the fly
    > like (iamsupercool.mysite.com).
    Your web server can be configured to serve this on the fly.
    > But how does it resolve this? Does the
    > resolution for imsupercool get sent to whatever box is at mysite.com? Or
    > does this have to get added into the main DNS servers?
    each vhosts need a DNS record.
    Their name need be resolved in order for the application to know where to send
    the request

    --
    Thanks,
    JP

    Jean-Pierre Denis
    jp at msfree dot ca


    Jean-Pierre Denis Guest

  2. Similar Questions and Discussions

    1. Configuring Vhosts Instructions
      Hello. Can anyone direct me to some simple instructions / checklist for creating vhosts for FMS 2.0? I have followed through the Adobe /...
    2. #25753 [Com]: php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files
      ID: 25753 Comment by: mazurek at shw-networks dot de Reported By: sniper@php.net Status: Critical Bug Type: ...
    3. #25753 [Opn->Ctl]: php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files
      ID: 25753 Updated by: sniper@php.net Reported By: sniper@php.net -Status: Open +Status: Critical...
    4. #6374 [Csd]: include_path in .htaccess accross multiple vhosts
      ID: 6374 Updated by: sniper@php.net Reported By: jesper at jdn dot dk Status: Closed Bug Type: ...
    5. #25753 [NEW]: php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files
      From: sniper@php.net Operating system: * PHP version: 4CVS-2003-10-04 (stable) PHP Bug Type: Apache related Bug description:...
  3. #2

    Default Vhosts

    Can someone give me a quick rundown of Vhosts and how they relate to IRC and
    BNC. I understand mostly what BNC does but am not quite sure on Vhosts. So
    far it seems to me that you just register some top level domaing
    (mysite.com) and then you can just add whatever prefixes for free on the fly
    like (iamsupercool.mysite.com). But how does it resolve this? Does the
    resolution for imsupercool get sent to whatever box is at mysite.com? Or
    does this have to get added into the main DNS servers?


    Brett Proctor Guest

  4. #3

    Default Re: Vhosts


    "Jean-Pierre Denis" <jp@msfree_NOSPAM_.ca> wrote in message
    news:40738441.50C8F31C@msfree_NOSPAM_.ca...
    > Hi,
    >
    > Brett Proctor wrote:
    >
    > > Can someone give me a quick rundown of Vhosts and how they relate to IRC
    and
    > > BNC. I understand mostly what BNC does but am not quite sure on Vhosts.
    >
    > > So far it seems to me that you just register some top level domaing
    > > (mysite.com) and then you can just add whatever prefixes for free on the
    fly
    > > like (iamsupercool.mysite.com).
    >
    > Your web server can be configured to serve this on the fly.
    >
    > > But how does it resolve this? Does the
    > > resolution for imsupercool get sent to whatever box is at mysite.com? Or
    > > does this have to get added into the main DNS servers?
    >
    > each vhosts need a DNS record.
    > Their name need be resolved in order for the application to know where to
    send
    > the request

    By DNS record do you mean only locally in a hosts.conf file or is there an
    official registration that must occur with some third online party? Like
    once mysite.com gets resolved to my computer with a url like john.mysite.com
    will MY server at mysite.com be asked to resolve where JOHN.mysite.com is
    at?




    >
    > --
    > Thanks,
    > JP
    >
    > Jean-Pierre Denis
    > jp at msfree dot ca
    >
    >

    Brett Proctor Guest

  5. #4

    Default Re: Vhosts

    Brett Proctor wrote:
    > "Jean-Pierre Denis" <jp@msfree_NOSPAM_.ca> wrote in message
    > news:40738441.50C8F31C@msfree_NOSPAM_.ca...
    >> Hi,
    >>
    >> Brett Proctor wrote:
    >>
    >>> Can someone give me a quick rundown of Vhosts and how they relate
    >>> to IRC and BNC. I understand mostly what BNC does but am not quite
    >>> sure on Vhosts.
    >>
    >>> So far it seems to me that you just register some top level domaing
    >>> (mysite.com) and then you can just add whatever prefixes for free
    >>> on the fly like (iamsupercool.mysite.com).
    >>
    >> Your web server can be configured to serve this on the fly.
    >>
    >>> But how does it resolve this? Does the
    >>> resolution for imsupercool get sent to whatever box is at
    >>> mysite.com? Or does this have to get added into the main DNS
    >>> servers?
    >>
    >> each vhosts need a DNS record.
    >> Their name need be resolved in order for the application to know
    >> where to send the request
    >
    >
    > By DNS record do you mean only locally in a hosts.conf file or is
    > there an official registration that must occur with some third online
    > party? Like once mysite.com gets resolved to my computer with a url
    > like john.mysite.com will MY server at mysite.com be asked to resolve
    > where JOHN.mysite.com is at?
    But if someone else needs to get there too, it will need a DNS record
    online that anyone can see. This can usually be done by editing the zone
    file for your domain. Most domains have nice web based cotnrol panels
    that let you ad the DNS (or A Records).

    IE if your domain is mydomain.com, you cna add subdomains like
    a.mydomain.com
    b.mydomain.com
    c.mydomain.com
    blah.mydomain.com
    bleh.mydomain.com
    bloh.mydomain.com
    what.mydomain.com
    ever.mydomain.com

    (Probably a bit extream here but I'm sure ya get the picture now :)


    --
    Trent Curry - [email]trentcurryReMoVe@rEmOvEhotmail.com[/email]


    Trent Curry Guest

  6. #5

    Default Vhosts

    Can someone please post, and/or email some configuration examples if I wanted
    to have sites like:

    subdomain1.domain.com
    subdomain2.domain.com
    subdomain3.domain.com

    I have flash media server up and working just fine, I am just having some
    diffuculties with the server configurations. I have Followed as much as i could
    as far as a couple of other posts here, but I was not successful. Any help
    would be apprecaited.



    yebotv 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