Silly question time :) Do you have the other names the server is going by
in reverse lookup in DNS or in /etc/hosts?

-----------------------------



Here is what the log returns for each case. Interesting that without the
trailing slash - 301 permanent redirect.

..... "GET /admin/phpMyAdmin HTTP/1.1" 301 387 "-" "Mozilla/5.0 ...
..... "GET /admin/phpMyAdmin/ HTTP/1.1" 200 6673 "-" "Mozilla/5.0 ...

It seems that I have fixed it though, by creating a new virtual host for
localhost rather than having localhost as an alias for
www.mcquillen.bur.st ...

<VirtualHost *>
ServerName localhost.localdomain
ServerAlias localhost
DocumentRoot /var/www/html
</VirtualHost>

With this configuration I get the same behaviour, however the redirect
to localhost.localdomain is, of course, successful:

..... "GET /admin/phpMyAdmin HTTP/1.1" 301 389 "-" "Mozilla/5.0 ...
..... "GET /admin/phpMyAdmin/ HTTP/1.1" 200 6685 "-" "Mozilla/5.0 ...

Thanks for your help.

Cheers,

John...



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html





-- 
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