> In httpd.conf I have
> 
> <VirtualHost myhost1.domain.com>
> ServerName   myhost1.domain.com
> DocumentRoot /httpd/docs
> ErrorLog logs/httpd-errors
> CustomLog logs/httpd-log common
> AccessConfig conf/access.conf
> ResourceConfig conf/srm.conf

Try doing the following instead:
  ResourceConfig conf/srm1.conf
It could be that srm.conf is always loaded. This is really just a wild
guess.

> </VirtualHost>
> 
> <VirtualHost myhost2.domain.com>
> ServerName   myhost2.domain.com
> DocumentRoot /httpd/docs
> ErrorLog logs/httpd2-errors
> CustomLog logs/httpd2-log common
> AccessConfig conf/access2.conf
> ResourceConfig conf/srm2.conf
> </VirtualHost>

ELB

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
[EMAIL PROTECTED]  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.

Reply via email to