Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: Graham on September 08, 2007, 09:58:35 PM
-
When the HTTP Proxy is enabled the following website looks like this:
(http://img175.imageshack.us/img175/3769/cferrorvf3.jpg)
with it disabled it looks like this:
(http://img175.imageshack.us/img175/8100/cfnoerrorum3.jpg)
any ideas ?
website is: http://www.cableforum.co.uk
-
I had a similiar problem with a local newspaper site. CTRL-F5 on the local machine updated the LOCAL MACHINE cache and resolved the problem. After that, I dont know.
-
Tried that didn't fix it
-
Anyone know how to clear the cache on the server, I've tried every else and it hasn't helped
-
To clear it, stop the Apache HTTP Server and Squid, delete the contents of that directory, and restart both services.
[edit 9/11/07]
See this post: http://forums.contribs.org/index.php?topic=38450.msg174240#msg174240
[/edit]
-
I've run that and I still have the problem, can anymore else running a SME gateway with proxy enabled try and visit http://www.cableforum.co.uk.
-
Which part of the page are you concerned about? The default text size?
-
The text size when the proxy is on is big, as you can see in the image also I get a random four characters at the top of the page.
-
I, too, get large type and a random 4-digit hex value at the top left of that page, but only with the SME proxy enabled.
I suspect the culprit is http://www.cableforum.co.uk/res.js, but haven't any idea why.// Main style sheets for CSS2 capable browsers
// Jscript by Frank
var swidth='0';
swidth=screen.width;
if ((swidth>799)&&(swidth<1024)){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=default ); </style>');
}
else
if ((swidth>1023)&&(swidth<1280)){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=1024 ); </style>');
}
else
if (swidth>=1280){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=1280 ); </style>');
}
-
Is this a bug with SME ????
-
I've posted a bug report: http://bugs.contribs.org/show_bug.cgi?id=3383
We'll let the developers decide if it's a SME bug, a squid bug, or something else.
It would be helpful if you would go to the bug report and add yourself to the CC list so that you can help the developers figure out what's up. I don't know if you need a bugzilla account to do this, or not...
-
May be an old bug?
See:
http://forums.contribs.org/index.php?topic=31832
http://forums.contribs.org/index.php?topic=25617
-
May be an old bug?
See:
http://forums.contribs.org/index.php?topic=31832
http://forums.contribs.org/index.php?topic=25617
Seems to be a different problem
-
sprattgraham
I've run that and I still have the problem...
From http://forums.contribs.org/index.php?topic=11077.0
service squid stop
echo "" > /var/spool/squid/swap.state
service squid start
With sme7.2 this should probably read
sv d /service/squid
echo "" > /var/spool/squid/swap.state
sv u /service/squid
& to check it's running
sv s /service/squid
-
Seems this issue is being caused by chunked encoding
Squid Bug: http://www.squid-cache.org/bugs/show_bug.cgi?id=2081