-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi John,

On Feb 16, 2009, at 12:38 PM, john.enevold...@pulsen.se wrote:

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.

You might want to try a comparison of what the 2 servers actually spit out. Get access to the command line, and try
        wget -SO- http://oneserver/page.html
and
        wget -SO- http://otherserver/page.html
Look for the differences. Also check whether there are any stylesheets referenced in the page. If so, "wget" them too. For all returned documents, verify that they come in correctly (no HTTP errors). If necessary, repeat for embedded images (spacers) and the like.

On an other note: I think that Firefox "remembers" your zoom setting on a per-server basis (maybe even per-page). Maybe you zoomed on one of the URL's, but not on the other one, so that the artifact is actually only in your browsing experience?

- --
Best regards / met vriendelijke groet, Karel Kubat
Mob +31 6 2956 4861



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAkmZUjAACgkQ23FrzRzybNXDfgCeOvuxY5nuxFAhJ2UPzTGupVNb
OdMAn2lrR9A5NAKbykK9F1XpUTvET2Yq
=fVy0
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to