[Gllug] Apache appears to run *very* slowly
Tethys
tet at accucard.com
Wed Apr 16 19:05:13 UTC 2003
"Simon Morris" writes:
>The image src is http://images/default/buttons/image.gif
>
>when it should read http://docs.domain.com/images/default/buttons/image.gif
>
>so the link is missing out the server part of the URL.
Ahhh, but it's not. The browser will treat "images" as the server, and
look for the directory /default/buttons/image.gif -- which obviously
won't exist. My guess is that it's running slowly because of the DNS
lookups for the (non existant) machine/domain "images".
So it looks like a bug in PHPwiki. It should either be using
<img src="/images/default/buttons/image.gif">
or
<img src="http://docs.domain.com/images/default/buttons/image.gif">
rather than the bastardised mix of the two it's currently using.
Tet
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list