On 16/11/11 23:22:07, Richard Lewis wrote:
At Wed, 16 Nov 2011 11:49:30 +0000, Barry Samuels wrote:
I have set up a second virtual site on my computer so that I can use www2 instead of www because that's already used and I want to keep it separate.
This may be a red herring.
Ah! I suspected something fishy was going on.
If I access this page with a web browser as a file i.e. file/// it works as expected, although I have to change the src= path to include / var/www2, but if I access it using http:// it doesn't update and if I use 'view/page source' I see that:
<meta http-equiv="refresh" content="10" >
has been replaced with:
<link rev="x-refresh" href="" >
Why should that happen?
What browser? I assume you've tried others?
Swiftfox. I've also tried Iceape, Opera and Epiphany. All show the same code change.
What does:
$ curl http://www2.foo.bar/baz.html
look like?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- 151111 --> <html>
<head> <title>2 Hour Live data usage</title> <link rev="x-refresh" href="" > </head>
<body>
<img src="graphs/Power1-10min.png" width="1264" height="812">
</body> </html>
And what if you disable some content filtering plugins in your $browser?
Epiphany has no add-ons of any kind.
Best, Richard