Also sent to forum... BTW, If we are going to change Mailing lists, I'd like to trash the forum, and just set up a better gateway to the mailing list... less hassle, since the forum is so low traffic, and the mailing list is really the better source of info.
----- Works fine for me... so I'll hazard a guess... This is how we've got it set... thanks to KBob You have to define a null virtual host first, so: NameVirtualHost * # declare a NULL virtual host first so mainhost # doesn't resolve to one of the other virtual hosts. <VirtualHost *> </VirtualHost> then all of the other domains... I HAVE noticed that multiple domains will sometimes slip through if they aren't explictly set up. This happens with lots of domains in one Virtual Defination. Breaking it up has always fixed for it for me. No problems with Postnuke here... or PHPNuke when I was using that... Make sure your config is set with the right server name. You can't trust to figure it out since the IP is shared. ----- Original Message ----- From: Rob Hudson <[EMAIL PROTECTED]> To: EUGLUG <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 4:00 PM Subject: [EUG-LUG:64] Fwd: ok, I give in, here is a request > Latest message board posting. > > BTW, I added a box on the euglug top page which shows the last 5 > message board entries and in parenthesis the number of replies. > > Thanks, > Rob > > ----- Forwarded message from [EMAIL PROTECTED] ----- > > From: Wannabeageek <> > Date: Thu, 15 Nov 2001 15:58:22 -0800 (PST) > To: [EMAIL PROTECTED] > Subject: ok, I give in, here is a request > > > ** This message was sent from the EUGLUG message board. Since ** > ** the person who submitted this question may not be on the ** > ** mailing list, please reply directly or on the message board: ** > ** http://www.euglug.org/board.phtml?id=147 ** > > I am trying to get Apache to serve virtual domains using the > Name-based virtual domain system. It sort of works, but not when > I try and use either PHP-nuke or POST-Nuke. > > When one or the other of these sites is set up on my server, no > matter what domain I try to access which I have hosted on the > server, I get the first nuke site on the list... > > How do I fix this? > > Thanks in advance. > Wannabeageek > > > ----- End forwarded message ----- > >
