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
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
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
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
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