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. -Kirk Woellert On Tue, Jun 25, 2013 at 10:55 AM, Eric Covener <cove...@gmail.com> wrote: > > As a reminder- I don't have a FQDN for the third vhost site- so I just > made > > a /etc/host temporary entry as mentioned earlier in my post. Therefore > when > > I try to check for public access, I'm always using a physical path in the > > browser as: > > > > http://[redacted public IP]/~[redacted user for 3rd vhost]/[redacted > site > > directory for 3rd vhost]/index.php > > > >> ServerName test > >> ServerAlias test > > How would Apache know to route that to the third name-based vhost > when you use the IP address only and no matching servername? You > should mock the hostname in your hosts file from the client you test > on. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >