Re: serving wrong index.html ?

2009-02-13 Thread Dennis Kramer
Hi Zach, My current configuration of name based vhost file is restricted to one file (instead of multiples, like yours). You could put al your vhosts in one file, e.g.: #cat /etc/apache2/sites-available/default NameVirtualHost *:80 ServerAlias bach.jesujuva.org DocumentRoot /var/w

Re: exFat (FAT64) on Linux

2009-02-13 Thread Dennis Kramer
Hmm, reading the wiki thanks to the link you've provided I stumbled upon: "..Linux users can read exFAT using the free linux kernel patch." http://userweb.kernel.org/~hirofumi/exfat/exfat.tar.gz On Fri, 13 Feb 2009, Mark Allums wrote: Now that exFat FS is being used in Vista SP1 and now XP (wi

Re: serving wrong index.html ?

2009-02-13 Thread Dennis Kramer
Hi Zach, For getting name based vhosts to work properly you should use NameVirtualHost. e.g. NameVirtualHost *:80 ServerName bach.jesujuva.org DocumentRoot /var/www/bach On Fri, 13 Feb 2009, Zach Uram wrote: Hi, I added name based vhosts to my Apache2 install on Debian len