John,

Just wondering is the default apache DocumentRoot /var/www/html ?
If that is the case you might have a conflict between the default
and virtual hosts.

I would advise you to activate logging in your virtualhost so you
can see what is going on.

my suggestion would be

<VirtualHost *>
ServerName www.mcquillen.bur.st
DocumentRoot /var/www/new
</VirtualHost>

> > > However, if I access http://localhost/admin/phpMyAdmin/ (with a trailing
> > > slash) it works.
> > > 
> > > Could anyone tell me why that is?
> > > 
> > > The config is as follows:
> > > 
> > > NameVirtualHost *
> > > 
> > > <VirtualHost *>
> > > ServerName www.mcquillen.bur.st
> > > ServerAlias *.mcquillen.bur.st localhost
> > > DocumentRoot /var/www/html/
> > > </VirtualHost>
> > 
> > DocumentRoot doesn't like a trailing slash (apparently bug in mod_dir).
> > 
> 
> Thanks Patrick, I have removed the trailing slash, however, the
> behaviour is still as I described...
> 
> Any other ideas? Or is this perhaps just something that I have to learn
> to deal with (not that it is really a big deal after all) ?
> 
> The other question is suppose, is whether there is a way to get the
> Speedtouch Pro ADSL router to loop back requests from inside.
> 
> Thanks again.
> 
> John...
> -- 
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
> 
> 




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to