You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by André Warnier <aw...@ice-sa.com> on 2009/02/16 12:46:39 UTC

Re: [users@httpd] Same htlml looks different when coming from 2 different apache2 servers

john.enevoldson@pulsen.se wrote:
> Hi,
> 
> I wonder if anyone can give me some clues as to why the following could
> occur:
> 
> A simple html page looks different when coming from 2 different apache2
> servers. The servers
> are copies and should have identical configurations (I have checked and
> this does
> indeed seem to be the case).  The difference is that from one server the
> output is
> larger than when coming from the second server.
> 
> What is more odd is that this only occurs with a firefox browser - if I
> uses IE the html page
> is identical from both servers.
> 
> Thanks in advance for any tips.
> 
That sounds like a difference in style sheets.
Look at the source of the page in question, and any references to style 
sheets (<style href=".."> or <style src="..">).
Chances are that stylesheet (which is a separate document) is not really 
identical on both servers.
Also, make sure you really clear the cache of each browser before you 
compare one document with another.

Doesn't have anything to do with Apache, probably.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org