Chris, Chris Arnold wrote: > Chris Arnold wrote: >> Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to >> go to www.teknerds.net people get the other vhost (which is MUWP). Following >> id the vhost file: >> # >> NameVirtualHost *:80 >> >> <VirtualHost *:80> >> ServerAdmin [EMAIL PROTECTED] >> ServerName mytimewithgod.net >> #ServerAlias mytimewithgod.net *.mytimewithgod.net >> <huge snip> >> </VirtualHost> >> >> <VirtualHost *:80> >> ServerAdmin [EMAIL PROTECTED] >> ServerName teknerds.net >> DocumentRoot /srv/www/htdocs/sites/teknerds <huge snip> >> </VirtualHost> >> >> What do i have wrong? Thanks for any help. > Can anyone offer any pointers as to what is wrong?
Have you tried adding: ServerAlias www.teknerds.net to the second VH? (Essentially, you need to tell Apache which VH to direct the request to - www.teknerds.net is not the same as teknerds.net) HTH, Neil. -- Neil Hillard [EMAIL PROTECTED] AgustaWestland http://www.whl.co.uk/ Disclaimer: This message does not necessarily reflect the views of Westland Helicopters Ltd. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]