View Single Post
  #6  
Old 01-03-2004, 05:55 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Quote:
Originally Posted by Fed
lshttpd did not rotate it ...
Ok, it is fixed, thank you for pointing it out.

Quote:
and what about dynamic pages
I suppose it should be generated dynamically. :-)

Quote:
i mean something like "DefaultCharset" directive in Apache server.
I guess you mean "AddDefaultCharset".
Ok, we can add this feature in future release.


Quote:
i have one more problem and this one is more harmful
when server's load is high i often get error 503:
We just fixed a bug that could cause trouble for busy site, if you interested, you can try the new release. I will send you a PM regarding it.

And another possibility is the "initial timeout" of your PHP FCGI configuration is lower than the maximum time needed for PHP to process certain kind of request. Please increase it if you do have such kind of PHP script.

And you can decrease "retry timeout" to let lshttpd retry the problematic Fast CGI application more quickly.

Best Regards.
Reply With Quote