Search results

  1. N

    Problem wen Building PHP

    please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot try yum install libxml2-devel (centOS) or apt-get install libxml2-devel (Ubuntu)
  2. N

    Litespeed stopped working - help!

    if /tmp is full, may not able to run switch script too. check if /tmp full. if it's full, delete some files, then switch back to apache in cPanel
  3. N

    Litespeed stopped working - help!

    check if /tmp full?
  4. N

    how to use with wordpress sites ?

    why? then you can install wp-super cache. it may be easier to make it work properly. after install wp-super cache, if still need enable litespeed cache, I'm not clear now. need further investigation on wp-super cache, what it does exactly.
  5. N

    how to use with wordpress sites ?

    have you installed wp-plugin wp-super cache or w3-total cache?
  6. N

    Benchmarks Litespeed - static/dynamic/cached

    thanks. how about test1.css, Smart Keep-Alive No?
  7. N

    Benchmarks Litespeed - static/dynamic/cached

    so for .html file, "Smart Keep-Alive=Yes" is slower than "No" :) now req/s for static and cached page matches. per tips of "Smart Keep-Alive", change test1.html to test1.css or test1.js, and set "Smart Keep-Alive=Yes", should be fastest?
  8. N

    Global Domain Permissions

    yes, I think so.
  9. N

    Benchmarks Litespeed - static/dynamic/cached

    not sure changing Server->Tuning->Max Keep-Alive Requests will have any difference.
  10. N

    Global Domain Permissions

    just switch to litespeed in cPanel: one button click.
  11. N

    Global Domain Permissions

    you can test under apache first if possible. if it works with apache, should work with litespeed too.
  12. N

    Global Domain Permissions

    should be no difference in this regard.
  13. N

    Benchmarks Litespeed - static/dynamic/cached

    I'd assume the tests is under non-keep alive? how about "ab -k -c 100 -n 1000000 ..." (keep-alive) result? not sure if renaming test1.txt to test1.html have any difference. what's the litespeed license: 1/2/4 CPU?
  14. N

    Can Litespeed rewrite http header?

    you can define 2 listeners: 80 and 81 for one virtual host: mydomain so mydomain:80 and mydomain:81 has same content
  15. N

    rewriterule doesn't work in LiteSpeed but in Apache

    Please do a "Force Reinstall" on 4.0.20. if still problem, may have to access your server to get more info.
  16. N

    rewriterule doesn't work in LiteSpeed but in Apache

    I did test for latest 4.0.20, it's working as expected. .htaccess in $doc_root: RewriteRule ^admin/?$ admin/index.php [L] $doc_root/admin/index.php: <pre> <?php print_r($_SERVER["REQUEST_URI"]); ?> </pre>
  17. N

    Install on CentOS5.5, Plesk, need to work with vBulletin

    it should work, I just checked one customer's site, it's php 5.3.5(5.3.6 should be ok too), vBulletin 4.1.2 vBSEO 3.6.0 litespeed 4.0.20 and working well. this thread http://www.litespeedtech.com/support/forum/showthread.php?t=4829 vB seo + litespeed cache is about work on his server.
  18. N

    Install on CentOS5.5, Plesk, need to work with vBulletin

    if vBulletin working with php 5.3.x, it will work with lsphp5 + litespeed. need check the error log for more detail. first check if phpinfo() page work? then vBulletin home page. if not work, any message in server's error log?
  19. N

    Install on CentOS5.5, Plesk, need to work with vBulletin

    litespeed admin console(:7080) -->Actions -->Compile PHP select php version here.
  20. N

    Install on CentOS5.5, Plesk, need to work with vBulletin

    apache, litespeed, Plesk all have a common configuration file: /etc/httpd/conf/httpd.conf (this is in case of Plesk, in cPanel it's /usr/local/apache/conf/httpd.conf) so even apache stop, but leave a working httpd.conf there, litespeed can understand it well and make it working properly.
Top