Search results

  1. N

    Opcode Cache

    eAccelerator's officical and latest document: http://eaccelerator.net/browser/eaccelerator/trunk/README 1.these configuration options no longer exist in latest 0.9.6.1 2.the improvement may only be noticeable in high traffic, you can benchmark (apache ab)wordpress or magento homepage to...
  2. N

    Client does not support authentication protocol requested by server

    right, in cPanel lsws plugin, run "Build matching PHP"
  3. N

    [solved] rewrite rules access to ENV

    here's example FYR: $DOCUMENT_ROOT/cached/.htaccess when you access http://domain.com/cached/hello will return content of $DOCUMENT_ROOT/cached/hello.html.gz and display in browser correctly.
  4. N

    [solved] rewrite rules access to ENV

    what's the content of DOCUMENT_ROOT/cached/.htaccess ?
  5. N

    Litespeed cache + vB + vBSEO conflicts/issues ?

    there is only 1 but important difference: RewriteCond %{HTTP_COOKIE} vbseo_loggedin=deleted changed to RewriteCond %{HTTP_COOKIE} !vbseo_loggedin
  6. N

    Opcode Cache

    yes, this way.
  7. N

    Problems with Magento Cacheing

    looks like a pure magento/php issue. can you give more detail about "our Magento cache"?
  8. N

    [solved] rewrite rules access to ENV

    for static file, I think [E=Cache-Control:max-age] not working at all, since litespeed cache is designed for cache dynamic page(php etc), not for static file. for static file, there are only 2 apache directives available: ExpiresByType ExpiresDefault so it looks not possible to set a different...
  9. N

    Litespeed cache + vB + vBSEO conflicts/issues ?

    I overlooked this post... so following may works:
  10. N

    Opcode Cache

    I recommended this one: http://www.litespeedtech.com/support/forum/showthread.php?t=4431 Haven't heard of eAccelerator + php suExec + wordpress not working ... regarding wordpress, page cache is more important than opcode cache. One wordpress plugin "wp super cache" is recommended to...
  11. N

    Opcode Cache

    for shared-hosting, which php in suExec mode, only eAccelerator works well. and best to use its on-disk cache. for dedicated server, which php run as nobody, APC and XCache may be better, using its in-memory cache.
  12. N

    vBulletin Guest Cache with LiteSpeed

    it's rather strange. the cache should reduce php/mysql load a lot.
  13. N

    Litespeed and CXS

    please refer this old thread: http://www.litespeedtech.com/support/forum/showthread.php?p=21226 "use it via suhosin"
  14. N

    Litespeed and CXS

    search cxs on the forum can find a few other posts regarding cxs. I'd summary here. it requires litespeed to support following mod_security rules: SecUploadFileMode 0644 SecRule FILES_TMPNAMES "@inspectFile /etc/cxs/cxscgi.sh" \ "id:351000,rev:1,severity:2,msg:'Atomicorp.com Upload Malware...
  15. N

    vBulletin Guest Cache with LiteSpeed

    I can try rewrite rule+cache+vbseo on your site if ok at your end.
  16. N

    Pure litespeed server (no apache) fancyindex options ?

    you can customize each vhost's index page as well: http://www.litespeedtech.com/support/forum/showthread.php?p=19085 by copying default.php into vhost's folder and modify it.
  17. N

    [solved] Max retries has been reached, 503!

    many reason can cause 503. need check many settings. first, please check in admin console: Server->External App->lsphp5 Memory Soft Limit (bytes) Memory Hard Limit (bytes) php in suExec or non-suExec mode?
  18. N

    4.0.19 - Server Config and Symbolic Links

    much clear now. no experience with cluster, so those questions. it looks you only need copy one file one time after you update anything through GUI? assume there are 100 servers in a cluster. Through server 001's admin console, you updated server 001's http_config.xml. then you copy server...
  19. N

    4.0.19 - Server Config and Symbolic Links

    a question, even if all servers of a cluster share one http_config.xml, once it updates, still need restart each server individually? not sure if the procedure is: 1.update the http_config.xml through admin console on one server. 2.cp /usr/lsws/conf/httpd_config.xml...
Top