Search results

  1. B

    Many lsphp7 Processes

    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...
  2. B

    Unable to Create/Edit Virtual Hosts

    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...
  3. B

    Help with Redmine (503 error)

    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]...
  4. B

    [Solved] 403 Error with 4.1.5

    That fixed it, thanks.
  5. B

    [Solved] 403 Error with 4.1.5

    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.
  6. B

    pmFromFile root Directory Location?

    Which directory should the included files be placed in so that they will be found when calling pmFromFile?
  7. B

    Override Server Header

    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
  8. B

    Override Server Header

    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?
  9. B

    503 Errors / LSAPI Packet Header is Invalid

    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.
  10. B

    503 Errors / LSAPI Packet Header is Invalid

    Is this problem specific to LiteSpeed? Can it be fixed?
  11. B

    503 Errors / LSAPI Packet Header is Invalid

    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...
  12. B

    Timeout Problem

    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...
  13. B

    Many lsphp Processes

    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...
  14. B

    2.1.3 Killed My Website

    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...
  15. B

    View Access Logs

    It would be very convenient if the LSWS log viewer allowed you to view the access logs as well.
  16. B

    Administrator Email Notifcation

    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...
  17. B

    Best configuration for PHP LiteSpeed SAPI

    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...
  18. B

    Core Dumps, etc...

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