Search results

  1. redstrike

    Wrong lastest release in Version Manager of Admin CP

    I am using LSWS 5.1.1, but LSWS shows 5.0.12. I want to keep my lsws version up-to-date, but this always holds me back. Every time like this, I have to login via ssh, manually download and install the new one.
  2. redstrike

    Config Litespeed with HHVM FastCGI

    My site's production code is not compatible with HHVM at that time, and it seems that HHVM add some noticeable latencies to my site's responses. Therefore, I've not cared about HHVM since last time. In my point of view, LSPHP is faster than HHVM when using with LiteSpeed. The last benchmarks of...
  3. redstrike

    Config Litespeed with HHVM FastCGI

    I installed HHVM in a Docker container which was running Ubuntu 12.x (it seems that HHVM doesn't support CentOS well). nobody for LiteSpeed at host, root for HHVM. HHVM is great, but I think it needs more time to be stable and compatible for GA release.
  4. redstrike

    [Resolved] Response header has a redundant Cache-Control

    Oh, maybe it's added by .htaccess which is bundled in Mobile Boilerplate pkg. I will check it again. Sorry, about this. Edit: the redundant Cache-Control header comes from .htaccess mod_expires's rules, which is bundled with Mobile Boilerplate.
  5. redstrike

    [Resolved] Response header has a redundant Cache-Control

    LiteSpeed added a redundant Cache-Control header beside mine (the 2nd one). Cache-Control: public, max-age=0 Cache-Control: public, s-maxage=300, max-age=900 CentOS 6.6_64 bit LSWS standard version, 32 bit PHP interface: LSAPI, FCGI Here is the detail: https://github.com/facebook/hhvm/issues/4665
  6. redstrike

    Common mod_security rules

    My site is under attack, there is no problem at this moment. But I think I should harden Request Filter rules more. I found these base rules. How can I apply these into LiteSpeed in an easy way? https://github.com/SpiderLabs/owasp-modsecurity-crs/tree/master/base_rules
  7. redstrike

    Config Litespeed with HHVM FastCGI

    Updated: it seem not help, even after I reconfigured and change Memcache to Memcached. It runs fine on small workloads at night, but at the next morning, our production workloads was hanging again. I'm using hhvm-3.5.0-4 on CentOS 6.6_64 bit. I decided to give up HHVM at this moment. Hope to...
  8. redstrike

    Config Litespeed with HHVM FastCGI

    I have found out the problems, all of them are belong to HHVM: - I got connection refused and timeout, because of HHVM's default max_execution_time = 0, which is targeted to CLI app. And hhvm.server.request_timeout_seconds = 0 More info about these default settings...
  9. redstrike

    Config Litespeed with HHVM FastCGI

    Persistent connection was turned off. But the same thing happened. DEBUG log didn't show anything useful. In my surfing session, I see that it's slow down on pages which has INSERT operations to the MySQL database (I'm log a view count or search keyword). And after putting it's in production...
  10. redstrike

    Config Litespeed with HHVM FastCGI

    I tried to run LiteSpeed with HHVM via FastCGI. It works for a fews connections, later it's not stable, usually freeze and display 500 internal error / Request timeout. After try a lot of ways of tuning external app settings, I wonder it's my mistake of configuring external app or HHVM itself...
  11. redstrike

    Recommended opcode other than APC?

    Zend Opcache or XCache is recommended. Prefer Zend Opcache over XCache if you just want to use opcode cache, it's faster than Xcache's a little. Xcache allows you to cache var data (user cache) which is not supported by Zend Opcache.
  12. redstrike

    [Ask] Server Build Advice

    You should read this whitepaper from RedHat to choose between EXT4 and XFS: How to Choose your Red Hat Enterprise Linux Filesystem http://www.redhat.com/f/pdf/RHEL6_FileSystem_WP_5677547_0311_dm_web.pdf In short, XFS is more advanced than EXT4, which is the default filesystem on RedHat 7 /...
  13. redstrike

    LiteSpeed and hhvm

    Golang is a great programming language, which has nice simple syntax and very high performance compare to C, C++. Although, Go has it own HTTP lib but I think it cannot compare to a full-stack web server like LiteSpeed. I see a lot of developers and companies is switching to Go for their...
  14. redstrike

    LiteSpeed and hhvm

    Hi Michael, I also have some interest in Go. Could I config LiteSpeed to run with Go web app? Or I have to use Go's HTTP lib without Web Server? Thanks.
  15. redstrike

    LiteSpeed and hhvm

    Recently, HHVM 3.0.0 has been released. http://hhvm.com/blog/4349/hhvm-3-0-0 I wonder can LiteSpeed run correctly with hhvm or how to setup hhvm with LiteSpeed? I see the performance of PHP LSAPI is 75% faster than nginx with PHP-FPM, but how it's compared to HHVM with LiteSpeed or Nginx? Thanks.
  16. redstrike

    Does Litespeed works correctly with memcached client

    I mean LS support it in the build PHP wizard like Memache, for easy setup.
  17. redstrike

    Does Litespeed works correctly with memcached client

    I see the memcache client is nearly out-of-date. Does Litespeed support memcached client? It is more stable and has more features than memache. Thank you.
  18. redstrike

    Where is Suhosin Patch?

    Here is what i see in my CP:
  19. redstrike

    Where is Suhosin Patch?

    how about PHP 5.2.17 ?
  20. redstrike

    Where is Suhosin Patch?

    I upgraded to 4.1.13 and i don't see the Suhosin option in Compile PHP anymore. Is there any big changes?
Top