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

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Liam O'Boyle
that my > applications are on the same server also? Or did you suggest, that I should > have SSL terminating and balancing on separate machines? > > Br, > Margus > > > > On 02/06/2011 11:00 PM, Liam O'Boyle wrote: >> >> Hi Margus, >> >> Th

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Liam O'Boyle
Hi Margus, The point of these things (SSL termination and load balancing) is to generally distribute the workload across multiple machines, allowing a site to scale to a larger number of visitors. If you're doing them all on one machine, it's actually worse, as now you have all the same work bein

[users@httpd] mod_fcgid with php hangs when downloads are interrupted

2011-02-03 Thread Liam O'Boyle
Hi there, I tried to send this through with a different account, but not sure that it made it, so sending from another; apologies if this is a double post. I'm having an issue with downloads through PHP when using mod_fcgid; if the download is interrupted before it's complete, the php-cgi process

[users@httpd] mod_fcgid with php CGI hangs on interrupted downloads

2011-01-31 Thread Liam O'Boyle
Hi there, I'm having an issue with downloads through PHP when using mod_fcgid; if the download is interrupted before it's complete, the php-cgi process seems to block until the execution timeout is reached, rather than aborting immediately. Further requests to the server by the same user that int