Search results

  1. N

    litespeed + magento

    yes, use same options as apache, just remove '--with-apxs2=/usr/sbin/apxs' or replace it with '--with-litespeed'
  2. N

    litespeed + magento

    right. just remove '--with-apxs2=/usr/sbin/apxs' rebuild php using web admin console: Actions --> Compile PHP
  3. N

    litespeed + magento

    can you compare phpinfo() under apache and litespeed, see any difference ? for example, value of "Configure Command"
  4. N

    Migration from Apache to Litespeed

    back to apache, run phpinfo(). save the build options. then rebuild php under admin console --> Actions --> Compile PHP using same options as apache (remove 1 or 2 related to apache) please try yourself or refer our wiki page regarding how to rebuild php under litespeed.
  5. N

    Migration from Apache to Litespeed

    stop apache; then restart litespeed, check if litespeed running at port 80. if not, check apache httpd.conf and update it. since apache and litespeed can't listen to same IP:port. configure apache httpd.conf as before, just think apache is replaced by litespeed, and litespeed read and...
  6. N

    xcache var size 0

    please refer: http://xcache.lighttpd.net/wiki/XcacheIni http://xcache.lighttpd.net/browser/trunk/xcache.ini default: xcache.var_size=0 try: xcache.var_size=4M or xcache.var_size=16M etc
  7. N

    Migration from Apache to Litespeed

    please don't run apimport.sh, it's old and not tested for some time. instead, after install lsws, in admin console,try config: Server--> -->General -->Using Apache Configuration File this should be better than running apimport.sh
  8. N

    Migration from Apache to Litespeed

    do you have a control panel like cPanel ?
  9. N

    [Resolved] Suddenly, my website getting slower

    please try RC3, not RC2. just change RC2 to RC3 in the download link
  10. N

    [Resolved] Suddenly, my website getting slower

    not good to go back to 4.0.11, since 4.0.14 and below has a security issue. you can manually to upgrade to 4.1RC3, see if working fine. if issue of 4.0.17 still continue, we can check your server and identify why.
  11. N

    LiteSpeed Review A+

    Thanks for sharing. Maybe 4.1RC3 has even lower memory overhead -- you can try and compare.
  12. N

    503 errors

    good for trouble-shooting if issue can reproduce. I access the URL, it's normal and no 503. you mean after entering correct password, 503 will happen?
  13. N

    [Resolved] how to check licence against no. of CPU ?

    run "pstree -p", check how many of "litespeed" processes are running. there is 1 parent litespeed process, the number of sub processes equal to your CPU license number.
  14. N

    [Resolved] 4.0.16-> 4.0.17 Broke my wordpress blog

    the issue was introduced by 4.0.17 new feature:mod_action support. its PHP Content-Type is "handler/fcgid-script". the new 4.0.17 build ignore "fcgid-script" and fixed the problem. lugus, can you give more info about your current problem? you can post here or through PM.
  15. N

    Reverse Proxy

    that's normal. it shows your server handle the requests quickly. if your server is mainly serving download files, you're see big number of "Request in processing" and small number of "Requests per second", since downloading a large file take time to complete.
  16. N

    [Resolved] Access.log not working

    thanks for sharing.
  17. N

    [Resolved] Access.log not working

    so what change you've made to solve the issue?
  18. N

    Reverse Proxy

    yes, confirmed from our developer, 4 core license will do better than 2 core license when handling ddos. p.s, you can upgrade/downgrade between 1/2/4/8-CPU license at anytime yourself in our store's client area, to choose the license which is best suitable for your current traffic, load etc...
Top