On Tue, Jun 25, 2013 at 11:01 AM, Kirk Woellert <kdwo...@gmail.com> wrote:
> It's a good point but I need to able to access this site from one public IP
> in particular. I thought an entry in /etc/hosts currently as:
>
> 127.0.0.1 [redacted alias for 3rd vhost]
>
> would be sufficient but maybe not? If not, how can I get Apache to 'route'
> to that 3rd vhost? What would people typically do in this case? BTW, I'm not
> the DNS manager and won't get a FQDN for this stage of development.
>

You can use an IP as a ServerName or ServerAlias. Otherwise, You need
the /etc/hosts entry on the client, and you need to actually use the
name in the browser -- otherwise the client cannot telegraph to Apache
which name-based virtual host it's accessing.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to