Access Apache VirtualHosts from Same Box or from Lan?????

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Access Apache VirtualHosts from Same Box or from Lan?????

    > > I'm trying to figure out how to access any VHosts
    > > from samebox mode, or from pc connected to the same lan.
    > > I've seen this done with Mac, but can't find how with win2k.
    > > Can someone point me in the right direction?
    > Vhost ... name or ip mode?
    > If named-vhost, each ServerName must be resolvable by DNS or
    > entered into hosts file on each PC -that's poor man's DNS- There
    > is hosts and hosts.sam somwhere down the windows or winnt folder.
    > HansH

    Hans,
    I went into hosts file in win2k (all computers), and entered
    the lan nic's ip address and domain vhost names and aliases,
    I also put the virtualhost statements in apache's httpd.conf file.
    Thanks, Just what I was looking for. Works just fine.

    Virtual hosts "name-based", what is the correct way to do
    this. In apache, I used a *:80 in the vhost statements, to
    keep the ip wide open, but with win2k, how do I keep the
    name-based vhost mode going? What to which files
    hosts? lmhosts.sam?

    Thanks,
    Ringo


    Ringo Guest

  2. Similar Questions and Discussions

    1. Multiple VirtualHosts in Distributed Mode
      I'm currently trying to configure the following setup and could really use someone's input. I have 2 web servers (Red Hat ES 4.0 x86 32-bit)...
    2. connecting Access database on local apache server
      I have coldfusion installed as a multiserver configuration running on both Apache and IIS. Is it possible to use coldfusion MX7 to connect to an...
    3. Apache and Access log
      I have my access log setup to log username, but it is not. Currently, I am not using http authentication. I have a third party software installed...
    4. is it possible to access mySQL using lingo in apache server?
      Hi to everyone, I am working on a project in director. I have maintain a datas in mySQL database. my question is : is it possible to send and...
    5. #6674 [Com]: Apache crashes as soon as I access my server running PHP 4.0.2 + mod_perl 1.24
      ID: 6674 Comment by: peitschie at hotmail dot com Reported By: ruudc at home dot nl Status: Closed Bug Type: ...
  3. #2

    Default Re: Access Apache VirtualHosts from Same Box or from Lan?????


    "Ringo" <Ringo@ms.com> wrote in message
    news:w9-dnQ6396CMU0TfRVn-1A@eatel.net...
    >
    > > > I'm trying to figure out how to access any VHosts
    > > > from samebox mode, or from pc connected to the same lan.
    > > > I've seen this done with Mac, but can't find how with win2k.
    > > > Can someone point me in the right direction?
    >
    > > Vhost ... name or ip mode?
    > > If named-vhost, each ServerName must be resolvable by DNS or
    > > entered into hosts file on each PC -that's poor man's DNS- There
    > > is hosts and hosts.sam somwhere down the windows or winnt folder.
    > > HansH
    >
    >
    > Hans,
    > I went into hosts file in win2k (all computers), and entered
    > the lan nic's ip address and domain vhost names and aliases,
    > I also put the virtualhost statements in apache's httpd.conf file.
    > Thanks, Just what I was looking for. Works just fine.
    >
    > Virtual hosts "name-based", what is the correct way to do
    > this. In apache, I used a *:80 in the vhost statements, to
    > keep the ip wide open, but with win2k, how do I keep the
    > name-based vhost mode going? What to which files
    > hosts? lmhosts.sam?
    >
    > Thanks,
    > Ringo
    >
    >
    I found the answers, here:
    [url]http://www.onlamp.com/pub/a/apache/2003/07/24/vhosts.html[/url]




    Ringo 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