Search results

  1. M

    Apache mod_userdir Tweak

    switch back to Apache, see if you get the same result. I think it is as designed, only prevent accessing it via IP.
  2. M

    error 503 index prestashop

    if "bt" produce hundreds or thousands of entries like you posted, the php code causes stack over flow. you can see an example at http://ilia.ws/archives/5_Top_10_ways_to_crash_PHP.html you need review PHP code or ask help from the people who wrote those PHP code.
  3. M

    error 503 index prestashop

    It could be bad PHP code causing infinity recursive function calls, one function call itself, which causes stack overflow. You have to review the PHP script.
  4. M

    error 503 index prestashop

    type "bt" command under GDB. I think it is a bug in PHP, you may need to submit it to php.net
  5. M

    Random 301 errors

    can you reproduce it with curl or wget? need to full response header.
  6. M

    License problem upgrading to 4.1.1

    http://www.litespeedtech.com/support/wiki/doku.php#licenses
  7. M

    Magento + LiteSpeed errore 503

    cookie with 184 byte will not cause trouble. It is likely caused by PHP crash, please check stderr.log as well error log, see if it is a memory limit related problem.
  8. M

    Fresh install cPanel + litespeed

    you need to build matching PHP.
  9. M

    LiteSpeed Web Server 4.1.1 released.

    4.1.1 has been updated to address a 400 bad req issue related to HTTPS/SSL. It is highly recommended to perform a force reinstall to load the latest build of 4.1.1
  10. M

    4.1 > 4.1.1 upgrade - odd behaviour

    Yes, it is removed from the home page to improve performance. Just use the status page.
  11. M

    Status 400: Bad request method:

    Please do a force reinstall of 4.1.1, should be addressed.
  12. M

    strange php error

    that's directory auto index script. Which version LSWS are you using? the latest release may not have this issue.
  13. M

    License problem upgrading to 4.1.1

    You used a wrong package that does not match your OS. 32bit? 64bit? for license operations, please check our wiki.
  14. M

    Wrong cache hit

    does it happen randomly? or persistently? can it be reliably reproduced, like when it happened, /2011/06/09/title1 always return content of returns the content of /2011/06/09/title2? or, next time, just change to something else? We need to somehow reproduce it in our lab in order to get it fixed.
  15. M

    Optimise HTTPS performance

    nothing to optimize with HTTPS unless you get some hardware accelerator card supported by OpenSSL.
  16. M

    I am new and have problems

    turn off LiteSpeed PHP suEXEC if you use apache mod_php, turn on PHP suEXEC if you use apache suphp. two setup need to be matched.
  17. M

    mod_security

    Can you please send your rule set to bug@litespeedtech.... , we will evaluate and improve.
  18. M

    503 Errors

    can we login and take a look at your server. It is not that easy to reproduce in our lab, otherwise, it should have been fixed easily.
  19. M

    I am new and have problems

    you should downgrade to 5.2.17 to match the Apache setup. those are two separate sites, you'd better compare Apache and litespeed on the same server by switching back and forth. For the opera problem, I tried Opera 10.60 on linux, it is working fine. which version are you using? Have you set...
  20. M

    [solved] Problem after reinstall litespeed

    I think you did not build matching PHP.
Top