Search results

  1. N

    [Resolved] LS Cache not working?

    can you PM lsws web admin( :7080)'s access
  2. N

    [Resolved] LS Cache not working?

    your site's URL structure looks special -- https://www.hookerandcompany.com/ https://www.hookerandcompany.com/#section2 https://www.hookerandcompany.com/#team ... at server side, they are same URL -- characters after # are removed. maybe that's why cache not work. can you tell if the URL...
  3. N

    [Resolved] LS Cache not working?

    looks like your website is quite dynamic and fast. maybe lscache for wordpress plugin conflict with another plugin ? do this site have many wordpress plugins ?
  4. N

    [Resolved] LS Cache not working?

    setting looks fine. any files under /tmp/diskcache ? #find /tmp/lscache -type f is lscache for wordpress version 1.0.2 ?
  5. N

    [Resolved] LS Cache not working?

    need more info regarding your cache settings. can you give an screenshot of lsws web admin -> Server -> Cache
  6. N

    Modsec issues on new server

    you can run #/usr/local/lsws/admin/misc/mgr_ver.sh 5.0.14 #service lsws start to back to 5.0.14
  7. N

    Issue when using with vb and wordpress

    because their cache policy is different. if virtual hosts are native, not from apache's httpd.conf, then can set different policy at virtual host level.
  8. N

    LSCWP on LSCache server

    automatically add/delete rules to .htaccess, I've seen this behavior in wp super cache/w3 total cache plugin. if the plugin get more popular, I think more users will have this feature requests and I believe this feature will be added without doubt. the difficult part is: .htaccess may contains...
  9. N

    LSCWP on LSCache server

    there may be a reasonable solution for your shared host. for you can set it to "No" so by default, all sites are not cached. in your case, drupal will not be affected. for those webistes user want to enable lscache, as the wiki tell, user should add <IfModule LiteSpeed> CacheLookup public on...
  10. N

    LSCWP on LSCache server

    explicitly disable lscache in document root .htaccess should fix the issue <IfModule LiteSpeed> CacheLookup public off </IfModule>
  11. N

    [Resolved] Bug with WP Cache

    update: 1. admin top bar issue: when access wp backend, /wp-admin/, top admin bar always there, not an issue. after log in wp backend, even access front page, top admin bar should be there too. but in cool_recep 's case, top admin bar disappear and can see "x-litespeed-cache:hit" in response...
  12. N

    [Resolved] Bug with WP Cache

    I logged in wp-admin, top admin bar is there. waiting for further confirmation. regarding "scheduled posts" issue, investigating it.
  13. N

    LSCWP on LSCache server

    what's your lsws version ?
  14. N

    [Resolved] Bug with WP Cache

    can you PM me the lsws web admin access ? let me check if any setting issue.
  15. N

    LSCWP on LSCache server

    should not affect other customers. since "Enable Public Cache - No" you can test simplest phpinfo.php under other customers' document root. see if it's cached or not. should not be cached. if cached, please report back to us.
  16. N

    mssql & oauth

    can run the test script on command line ? any error message ?
  17. N

    php.ini max_execution_time limiting no overrides

    if apache enable mod_php module, it should be able to recognize php_admin_value but usually on shared host, mod_php is not used since php will run in non-suExec mode. but litespeed can recognize php_admin_value / php_value / php_flag / php_admin_flag. please try <IfModule litespeed>...
  18. N

    Not possible to enable cache from web admin settings

    confirmed, it's 1-CPU license so no lscache built-in
  19. N

    Not possible to enable cache from web admin settings

    it's not possible. can you provide your web admin access, let us to have a check.
  20. N

    Issue with statistic plugin in Wordpress

    google analytics will work. its statistic is based on javascript in the html page. it's advanced analytics way and popular nowadays. you can also try this wp plugin: https://wordpress.org/plugins/post-views-counter/ 2 methods of collecting post views data: PHP and Javascript, for greater...
Top