On 1/2/07, Charles Brian Quinn <[EMAIL PROTECTED]> wrote:
> I'd add another:
>
>  <VirtualHost *:80>
> ServerName www.otherdomain.tld
> DocumentRoot /www/otherdomain
> </VirtualHost>
>
> for your main document root, since you're using VirtualHosts.
>
> and make sure that loads last -- this could mean if you're doing something 
> like:
>
> Include /etc/rails/*.conf
>
> in an apache configuration file that you name the files accordingly
> (perhaps 00_my_site.conf and 99_default_vhost.conf)
>
> hope that helps,

Thanks, that led me down the right path.  I needed the main domain
vhost to load first, and I also needed to add NameVirtualHost *:80 to
my main config.  Now it all works.

- Rob
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to