On Tue, Jan 22, 2013 at 9:57 AM, Olivier Desport <[email protected]> wrote: > I use Haproxy with two web servers. The CSS are not well displayed (images, > fonts...). The look of the page is different every time I refresh ! It works > correctly when Haproxy is not used. Is there something to set up in haproxy > or Apache configurations ?
It may not anything specific to haproxy. I would suggest looking at your apache log files (for 403, 404 errors or similar). Also, you can try a tool like Firebug (for Firefox, or developer tools for whatever browser you use) such tools will have a network panel, you can see which specific resources did not load and why. This might help you track down the issue.

