I was having a problem with my server constantly crashing, due to running out of memory. I viewed the process list and noticed the number of lsphp7 processes gradually increased over time, with each process using 22M of memory. After many dozen of these processes appeared, the server crashed...
In version 4.2.3, I'm getting a white screen when I try to create a new virtual host, or edit the Base section of an existing virtual host. I can edit the other sections, but not Base. I get the white screen even if I click on Save without making any changes at all. I've used Litespeed for years...
I'm trying to get Redmine working with Litespeed, using the instructions on this page:
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails
However, it's giving me a 503 error. I see the following in stderr.log:
2013-04-30 13:15:16.822 [STDERR]...
After upgrading to 4.1.5, one of my sites is now getting a 403 error on all pages. I reverted to 4.1.4 and it works fine. Then I did force reinstall 4.1.5 and still getting the 403 errors, so had to revert back to 4.1.4.
OK, but in the Enterprise Version, could I override the Server header using an Apache configuration or PHP? For example, would both of these work:
Using PHP:
header("Server: Apache");
Using Apache Config:
header set Server Apache
I notice that in the standard version, I'm unable to override the Server HTTP header. Am I correct in my assumption that this limitation is removed in the paid version?
I recompiled PHP using the LiteSpeed GUI, but it looks like it's still using the 4.8 SAPI. After the compilation is complete, I have php-litespeed-4.8.tgz in the phpbuild/php-5.2.8/sapi directory.
I'm getting intermittent 503 errors on the checkout page of my shopping cart. This appears to occur after the payment has been passed to the processor, because the payment is successful, but then it returns the error. Upon reviewing the error log, I see the following:
2009-02-26 13:14:34.870...
I'm having a problem with LSWS timing out on my server. It seems that the problem is triggered when a user executes a PHP script that exceeds the LSWS timeout limit. After the first timeout, subsequent requests to other PHP scripts time out even if they are very simple scripts.
I'm guessing...
I'm running PHP 5.0.5 with LSAPI configured as follows:
Max Connections = 300
Instances = 1
PHP_LSAPI_CHILDREN=300
The server is practically idling (one active HTTP request), yet when I do a ps -A, I see that I have 300 lsphp processes running. Is this the way it's supposed to be?
I...
I upgraded to 2.1.3 and it totally killed my site. When I tried to open a page in my browser, the web server just hung indefinitely and finally returned a 503 error. I couldn't even get phpinfo to display. After reverting back to 2.1.2, everything worked fine again.
I'm running PHP 5.0.5 with...
Is LSWS supposed to email the administrator when the server is automatically restarted due to a 503 error? I feel that it should, since this is a pretty serious error and I definitely want to know when it happens. I have my email address entered, but I never seem to get any notifications for...
George,
My understanding of your test results is that if you're running a 2.4 kernel and therefore using poll, you will get better performance with FCGI PHP. And, if you are running a 2.6 kernel and using epoll, you will get better performance with LSAPI PHP.
Is that an accurate...
I sent an email to your support yesterday, but I'm following up here in case you didn't receive it.
I'm having an intermittent problem with LSWS hanging on certain PHP scripts. Sometimes it works fine, sometimes there is a long delay before serving the page. I'm also getting a lot of core...