On Tue, Feb 7, 2012 at 12:55 AM, Chris Cuilla <ccui...@gmail.com> wrote: > I've been struggling to figure out the following problem and am hoping > someone else has seen this. > > I have a server running Apache 2 w/mod_wsgi. I've setup multiple, > different Django apps. Each has its own virtual host configuration > (see below). > > This is on a local test server and my client machines have /etc/hosts > configured to point both app_a and app_b hostnames to the same > machine. >
Two things: You must use valid hostnames for ServerName. '_' is not valid in a hostname. Do you have the directive "NameVirtualHost *:80" ? Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.