Search results

  1. M

    A different Error 503 problem

    set "Memory Soft/hard Limit" to "500M" or above.
  2. M

    Ruby instances x 2

    yes, that's normal.
  3. M

    Installing Rails as external app or not?

    No real difference, the rails context just make the configuration easier, behind the scene, corresponding external app will be added automatically.
  4. M

    Error 503 after upgrade

    Please follow our trouble shooting guide http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails:troubleshoot
  5. M

    Installing Rails as external app or not?

    both should work, using the rails context is recommended.
  6. M

    Maximum number of redirect reached.?

    most likely a loop redirection happened, maybe caused by rewrite or "Redirect" directives, you need to find out which request causes this.
  7. M

    LiteSpeed compatibility issue with cPanel > cPanel blocking LiteSpeed

    I create a simple proof of concept shell script, acting as Apache to LSWS wrapper, which replaces Apache executable. If some one help us test and prove that it works, we will add code to automate everything. It will be the ultimate solution for all hosting control panels.
  8. M

    1CPU Edition on VPS?

    sure, no problem
  9. M

    Listener issues?

    I don't know, but what I observed on your server is that, the data stay in TCP send buffer for very long time, so, it is TCP/network problem. You can check that with netstat -an | grep ESTA The "Send-Q" value stay the same non-zero value for very long when you experience the "SLOW" problem...
  10. M

    Listener issues?

    check the result of "iptables -L" You have rate limit. I don't know it is the root cause or not, but it is definitely a problem of your kernel configuration.
  11. M

    More DMesg errors for 3.3.7 64 Bit servers

    The first is due to memory limit, you may need to increase the memory limit.
  12. M

    Listener issues?

    I think it's because that IP address is not available on that server.
  13. M

    How can i config AWStat for each domain?

    If you run Litespeed off Apache httpd.conf (with control panel), you cannot configure Awstats with Litespeed. use the one control panel provides.
  14. M

    Request Filtering not working...

    It is a bug has been fixed in 3.3.7 release, have you upgraded to 3.3.7?
  15. M

    Request Filtering not working...

    Check your "ServerRoot" directive in httpd.conf, audit_log should be at <ServerRoot>/logs/audit_log with LSWS 3.3.7 release.
  16. M

    Request Filtering not working...

    tested it again, works well.
  17. M

    Request Filtering not working...

    Your rule action is "log,pass, ...", it won't block anything, check the audit log see if anything logged.
  18. M

    SSL on localhost

    Use write rule to redirect from http -> https or vice versa. Testing if ${SERVER_PORT} is 443.
  19. M

    SSL on localhost

    https://localhost/
  20. M

    SSL on localhost

    You need to check SSLv3 and TLSv1, MEDIUM and above.
Top