Search results

  1. N

    [solved] litespeed access log not working

    should be folder/file permission issue. to test, #chmod 777 /etc/httpd/logs/xxx.com and tail xxx.com again
  2. N

    [solved] litespeed access log not working

    can you tail your logs here?
  3. N

    Optimization request

    right. continue to use your XCache and Memcache. they are caching different objects.
  4. N

    Optimization request

    enable litespeed cache, should reduce the load effectively. refer: http://blog.litespeedtech.com/2011/01/28/speed-up-vbulletin-sites-through-litespeed-built-in-cache/ and http://www.litespeedtech.com/support/forum/showthread.php?t=4829
  5. N

    Litespeed Ent. 4.1.2 503 Error On File Upload

    admin console->Actions->Version Manager->4.1.2 Force Reinstall one click only
  6. N

    Litespeed Ent. 4.1.2 503 Error On File Upload

    force reinstall 4.1.2 should fix the error. it's a known issue for initial 4.1.2 version.
  7. N

    Permission denied in /php/autoindex/default.php

    upgrade to 4.1.2. it's reported before and fixed in 4.1.2 it's safe to upgrade --- you can switch back by one-click in admin console->Actions->Version Manager
  8. N

    directadmin + litespeed + problem

    the error message: 2011-07-27 06:26:57.524 [ERROR] [LICENSE] License key operation failure: ERR LCT.2: Your trial period has terminated. Please contact sales if you need to extend your trial. please follow it.
  9. N

    directadmin + litespeed + problem

    any error messages in error.log or stderr.log ?
  10. N

    directadmin + litespeed + problem

    use netstat -ntlp|grep 7080 instead. what's the output?
  11. N

    [solved] Anti-DDoS whitelist

    you can set it via admin console->Server->Security->Allowed List
  12. N

    directadmin + litespeed + problem

    if you've not read this: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da please follow it and re-install.
  13. N

    [solved] Too many open files

    Please confirm the version: it's the latest 4.1.2 ? if not, do a force re-install and see if issue still exists.
  14. N

    Magento admin

    can you edit php.ini, comment off lines with pdo.so sqlite.so restart lsws. need fix those errors first
  15. N

    Apache HTTP Server Required

    you may need modify "sharetronix" script, to force it to recognize litespeed as apache.
  16. N

    restarts automatically to fix 503

    4.1.2 has updated today. Please do a force-reinstall to see if ok now.
  17. N

    error when running make after configure

    try: yum install expat-devel.i386 or yum install expat-devel.x86_64
  18. N

    [solved] Disabling Caching for a single domain

    in .htaccess, RewriteRule (.*) - [E=Cache-Control:no-cache]
  19. N

    vB seo + litespeed cache

    this header "X-LiteSpeed-Cache-Control: no-cache" is used between litespeed processs and lsphp5 process, will not show in response header, so not seen by firebug can you test homepage only(as discussed before), or another page, the rule is like: RewriteCond %{ORG_REQ_URI} ^/test-this-page/)$...
  20. N

    vB seo + litespeed cache

    1.please remove it: #RewriteCond %{ORG_REQ_URI} ^/(index\.php|)$ it's for test purpose: enable cache for homepage only. if test pass, comment it out. 2.we've no chance to test "private cache" with vB/vbseo yet.
Top