Re: [users@httpd] Website loading not right (Fastcgi)

2011-03-01 Thread Liam O'Boyle
It looks like the CSS for the page has not been loaded. Try looking at the network panel of the developer tools for the browser that you're using; it should show attempts to load the CSS and give you some more details about what went wrong, e.g. 404 responses perhaps. Liam On Wed, Mar 2, 2011 at

[users@httpd] Website loading not right (Fastcgi)

2011-03-01 Thread Silvio Siefke
Hello, i use fastcgi with PHP-FPM. When i go on Website with FastCGI then the page load not complete. http://mail.silviosiefke.de/fastcgi_apache.png When i run with FCGID then the page load complete. http://mail.silviosiefke.de/fcgid_apache.png Has someone a idea what is the problem? Thank yo