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

    [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
  3. 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
  4. 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...
  5. 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.
  6. 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.
  7. 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?
  8. redstrike

    [solved] Force Download or any better than readfile()

    I want to force download files instead of letting browsers handle files automaticaly. My files are stored on a remote server. Is there any way better than using readfile() to buffer download? I see the Internal Redirect, but it's not working.
  9. redstrike

    New memcached extension & libmemcached

    I follow this guide to upgrade from memcache to memcached extension (http://pecl.php.net/package/memcached). Did litespeed support this new extension and libmemcached ? I have recomplied the extension using: "lsphpize". But it's not working. I see the phpinfo, it shows the memcached...
  10. redstrike

    4.1.11, 4.1.12 Version Manager

    Hello, i was using 4.1.11 but it seem that it doesn't show that 4.1.12 is the newer version. So, i decided to manually upgrade to 4.1.12. Then 4.1.12 show that 4.1.11 is the newer version.
  11. redstrike

    Total Banwidth Throttling for VPS-Environment

    Hello, I hope LiteSpeed will have the feature to limit total banwidth usage (not per client). In VPS environment, i will be bad if we consume much banwidth then affect another customers. Then, VPS provider will have their annoy solution to reduce our banwidth usage at the same time. Don't...
  12. redstrike

    Tuning LiteSpeed using memory mapped to serve < 4MB static files

    I have a 768 MB VPS, it is free 1/2 of total RAM. Is it ok if i tuning LiteSpeed to handle static files which < 4MB, by using MMP? Max MMAP File Size (bytes): 4M Total MMAP Cache Size (bytes): 256M My site is still running OK. But i don't know is there any drawback if set Tuning Settings...
  13. redstrike

    [solved] Cannot use 2 LiteSpeed Admin on same browser at the same time

    Hello, I have 2 VPS, each i installed LiteSpeed. And i've tried to manage both of them at the same time on the same browser. The one which i logged is active, and the next one is not working. Below is the error: ERROR [ADMIN] authentication failed! Please fix it.
  14. redstrike

    Streaming media server or LiteSpeed

    My site serves media files such as mp3, mp4 which is below 50 MB. I met the bottneck of bandwidth in my local DC. Should i using a Streaming Media Server to deliver to users or limit the outbound banwidth in litespeed?
  15. redstrike

    Export settings of LiteSpeed

    Hello, Is there any way to export and import litespeed settings? It's cost much time for me to reconfigure the same settings. Thanks.
  16. redstrike

    Nginx + Apache but LiteSpeed + what?

    I am looking for improving my server performance, is there any best combine of LiteSpeed with another guy? Thanks.
  17. redstrike

    [solved] Usually showing "cannot display the web page"

    Hello, I am using LiteSpeed 4.1.4. I usually got the "cannot display the web page" after a few hit to navigate, in front-end, back-end, phpmyadmin too. I don't know why. But server is running normally, not disk i/o, not high load, in very fast state. Although, it returns error page the...
  18. redstrike

    Anti-DDOS Block feature cannot detect this kind of request

    Hi LiteSpeed, My site is in heavy load condition now. But the anti-ddos feature does not work efficiently. The attachment is my log file. It seem that LiteSpeed cannot detect the IP 113.163.80.152 as the ddos IP. LiteSpeed is a great webserver, i hope you can improve the Anti-DDOS Block...
  19. redstrike

    HTTP Pseudo-Streaming bug, the video is slow, and lag

    Please check my report in the topic below: http://www.longtailvideo.com/support/forums/jw-player/bug-reports/21487/http-pseudo-streaming-bug-the-video-is-slow-and-lag Thanks.
  20. redstrike

    Awstats + LiteSpeed + DirectAdmin

    Hello, I don't know why i can't create my question to General box. But i can't find my answer for a coupe hours of searching, so i post my question here. I move to LiteSpeed from Apache + DA. And my awstats on my DA not working anymore. Server's settings set to Apache conf files. But when...
Top