Search results

  1. N

    xsendfile

    it's enabled by default. you can disable / enable it in litespeed web admin. document is here: https://www.litespeedtech.com/docs/webserver/config/tuning#useSendfile
  2. N

    LiteMage and LSCache

    it's ok. from 5.0.15, Cache Request with Query String Cache Request with Cookie Cache Response with Cookie default value is "Yes"
  3. N

    Word Press Your PHP installation appears to be missing the MySQL extension which is required by Word

    same issue with https://www.litespeedtech.com/support/forum/threads/magento-site-error-simplexml-config-php.13875/#post-92797
  4. N

    [Resolved] Magento Site Error Simplexml/Config.php

    have you built matching lsphp before switch to lsws ?
  5. N

    check license

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:admin:command-reference#license_commands
  6. N

    [Resolved] Lite Speed VPS and Lite Mage (Magento)

    VPS LSWS is one member of LiteSpeed Web Server Enterprise family. LiteSpeed Web Server Enterprise has several license types. VPS is one of them. other license types, as you can see in https://store.litespeedtech.com/store/cart.php, are Ultra VPS, 1-CPU, 2-CPU, 4-CPU, 8-CPU. there are 3 families...
  7. N

    [Resolved] Lite Speed VPS and Lite Mage (Magento)

    if you look at https://store.litespeedtech.com/store/cart.php LiteMage is an optional module to VPS LSWS of course it's compatible.
  8. N

    Recommended License

    this is an FAQ, please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses:choosing-a-license#choosing_the_right_license
  9. N

    [Resolved] Error OCSP_basic_verify() failed

    as long as no error message in error_log, and website with that IP is normal to access, I think it's fine.
  10. N

    vhost cache

    $vh_domain not extended to abc.domain.com etc?
  11. N

    [Resolved] Litespeed in Directadmin -- suffix '.php' does not allow serving as static file

    it's not this screen shot. lsws web admin -> Server -> Script Handler, add a php54 suffix
  12. N

    vhost cache

    Improved vhost cache root configuration by allowing vhost level variables: $vh_name, $vh_domain and $vh_user. is on 5.1.4's release log. is the cache folder created ? if created, what's its owner/group/permission ?
  13. N

    [Resolved] Error OCSP_basic_verify() failed

    is the listener defined in apache's httpd.conf as well ?
  14. N

    **ERROR** Could not compile XCache extension

    per https://xcache.lighttpd.net/ xcache support up to php 5.6, php 7 not in list yet
  15. N

    WooCommerce

    not yet. that'll be a big change to support ESI
  16. N

    Issue when using with vb and wordpress

    if lscache still not work, please provide lsws web admin access( :7080) and the URL of wp website. I can take a further look.
  17. N

    How to Cache Single Pages of a Website using LSCache

    should be. different with your test result ?
  18. N

    Issue when using with vb and wordpress

    wordpress not work or vb not work or none if them work ?
  19. N

    How to Cache Single Pages of a Website using LSCache

    RewriteEngine On RewriteRule .* - [E=Cache-Control:no-cache] RewriteRule ^$ - [E=Cache-Control:max-age=600]
  20. N

    Issue when using with vb and wordpress

    our lscache for wordpress wiki https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:installation has been updated. now cache policy of vb and wordpress are same. please test and see if you can find other issue.
Top