On Thu, Feb 08, 2001 at 06:57:24PM -0800, Leonard Leblanc wrote:
> I've been working on this for a couple of days and can't figure out why it's
> giving me sooo much trouble, but I just can't seem to get a virtual host
> working with apache.  I would like to have a "development" site of
> 'test.domain.com' and just can't seem to figure it out.  It's the same
> computer so I believe (if I got anything out of the many many docs i've
> read) it's called 'named-virtual hosting'.

Just to hit on the common one...  Did you remember to include the

NameVirtualHost 111.222.333.444

directive before the first 

<VirtualHost test.domain.com>
</VirtualHost>

block?

-- 
SGI products are used to create the 'Bugs' that entertain us in theatres
and at home. - SGI job posting
Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++>++++ E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI++++ D G e* h+ r y+

Reply via email to