Search results

  1. S

    LSWS 5.0 and LiteMage Cache in shared hosting

    Hello, I am really excited to see the new LSWS 5.0 released and the addition of LiteMage and ESI caching. We plan to roll this out on our production servers shortly, but I have some concerns regarding how this works in a shared hosting environment. On a cPanel server running CloudLinux and...
  2. S

    503 Error caused by segfault in PHP strpos()

    Same result with PHP 5.5.20. Haven't tried 5.6. Here is the gdb backtrace with PHP 5.5: Program terminated with signal 11, Segmentation fault. #0 0x00000000007d1a06 in zend_parse_va_args (num_args=2, type_spec=0x92e49e "sz|l", va=0x7fff4d6b7030, flags=0) at...
  3. S

    503 Error caused by segfault in PHP strpos()

    Thanks, I have already seen that but it does not really help much. I have already gotten the core dump and traced this bug to be somehow related to the strpos() function in PHP I think, but I am not really sure where to go from here. I have already run a full yum update and recompiled PHP to no...
  4. S

    503 Error caused by segfault in PHP strpos()

    Hi, I am struggling with some weird issues on a Magento site. For the most part it works fine, but certain actions cause a 503 error. I have enabled LSAPI core dumps and using gdb I have found the following: Core was generated by `lsphp5:/home/<user>/public_html'. Program terminated with...
  5. S

    LSCache disk usage

    I have a question regarding the LSCache. I notice that the cache grows very large over time. Initially, I was storing it on a RAM disk, but had to move it to a HDD as it used quite a lot of disk space. Right now it is 140 GB. Is there some way to limit the disk usage for the LSCache?
  6. S

    Run two versions of LiteSpeed side by side?

    Hello, I am eager to test how the new LSCache with ESI support in LSWS 5.0 would improve Magento performance. Is it possible to install the RC1 version alongside 4.2.10, but on a different port to do benchmarking and not affect clients? Will they interfere with each other?
  7. S

    Custom script handler stopped working after upgrade to v4.2.10

    Hello, We have a custom script handler configured for PHP 5.3 (5.4 default), which can be activated via .htaccess like this: AddType application/x-httpd-php53 .php This is working fine, however, after upgrading to LS 4.2.10 this stopped working. After switching back to 4.2.9 it works fine...
  8. S

    LiteSpeed Web server restarts automatically to fix 503 errors email

    Hello, Is it possible to disable the email alert: "LiteSpeed Web server "hostname" on "hostname" restarts automatically to fix 503 Errors ? I am getting a lot of these emails, I believe because some account is exceeding CloudLinux limits. I do not want all these emails sent to my mailbox, so...
  9. S

    Problems with LiteSpeed private cache

    That sounds great! Just let me know if you need any input, as I have many clients that would love to see an improved cache for Magento.
  10. S

    Problems with LiteSpeed private cache

    I would like to use public cache as well, but how do you accomplish that with Magento without caching things like cart content, etc? For example, the mini cart in the sidebar or the "X items in cache" line in the header of most templates will not update correctly when the public cache is turned...
  11. S

    Litespeed cache not obeying .htaccess rules

    So what you are saying is that you can have all cache disabled globally in config, and still enable it for particular url/site through CacheEnable private in .htaccess? In other words, the .htaccess overrides only works to enable a globally disabled cache, but not the other way around?
  12. S

    Problems with LiteSpeed private cache

    Hi, I am having a hard time figuring out how the cache works, and how to configure it properly. From what I can see, not even the official documentation on your site seems to be correct. Case: I have a Magento ecommerce site and thus the global cache cannot be used. I have configured the cache...
  13. S

    Litespeed cache not obeying .htaccess rules

    Question 1: how do you purge the private cache copy? Question 2: how exactly does the EnableCache/DisableCache directives work with regard to .htaccess? Obviously it does not work to disable it through .htaccess if it is enabled globally, but it does not work to enable it through .htaccess if...
  14. S

    LiteSpeed 4.2 + SuExec Daemon + CloudLinux + APC = 503 errors

    Well, it does specifically mention CPU limit as well: "The main problem here is that with a 503 error, that currently happens when a user uses too much CPU or too many entry processes, lsws restarts automaticaly." And on the second page: "I've just had a couple of litespeed restarts...
  15. S

    LiteSpeed 4.2 + SuExec Daemon + CloudLinux + APC = 503 errors

    This thread suggests that CPU limit cause 503 error: http://www.litespeedtech.com/support/forum/showthread.php?t=6902&highlight=restarts I am misreading it or have the problem been fixed in recent versions?
  16. S

    LSPHP in suEXEC daemon mode and APC

    I noticed that if I turn off suEXEC daemon mode, the APC cache seems to flush constantly. Only a few MB's gets cached, and then it is emptied. Also, the "Uptime" value in the apc.php script seems to stay at 0 and 1. If I turn on suEXEC daemon mode, the cache fills to a couple of hundred MB's...
  17. S

    LiteSpeed 4.2 + SuExec Daemon + CloudLinux + APC = 503 errors

    I have confirmed I get the 503 even when APC is disabled for the particular site. Is it possible that when a user hits the CloudLinux max CPU limit, LiteSpeed throws a 503 error? I know the way it is supposed to work is that the site should only slow down, and CloudLinux support confirmed that...
  18. S

    LiteSpeed 4.2 + SuExec Daemon + CloudLinux + APC = 503 errors

    Thanks. I see both some signal 15 and signal 11 (a lot of these): 2013-09-04 14:15:40.004 [STDERR] Child process with pid: 1002981 was killed by signal: 15, core dump: 0 2 2013-09-04 05:13:57.688 [STDERR] Child process with pid: 852318 was killed by signal: 11, core dump: 0 I also...
  19. S

    LiteSpeed 4.2 + SuExec Daemon + CloudLinux + APC = 503 errors

    I am struggling with the exact same problem. LiteSpeed V6.3 PHP 5.4.19 CloudLinux APC 3.1.13 Most of the time it works just fine, but some users report occasional 503 errors. I have also noticed this myself.. At one time "domain.com" loads just fine, then trying "www.domain.com" throws...
  20. S

    503 error after 36 seconds

    I already tried to increase the Initial Request Timeout. For what it matters, this error only happens after I enabled the "Flat Catalog Category" feature on a Magento site if you are familiar with it. The CPU of the lsphp5 process stays on 100% and then the application crashes after 30-40...
Top