• Resolved c

    (@igneous)


    I got litespeed running on my server today and it says it’s enabled on my wordpress page, but when I check my site on https://check.lscache.io/ it says that LSCache is not supported and I’m not sure why. I dont exactly know where to go from here, maybe there’s something misconfigured on my server?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Create a blank PHP file, copy the from below in this file, transfer it to your server where WP is installed and run the file in browser.
    on should be displayed. If see nothing than ask your hosting provider to enable LScache.

    <?php
    echo $_SERVER['X-LSCACHE'];
    
    Plugin Support qtwrk

    (@qtwrk)

    which LiteSpeed version ? and any control panel in use ?

    Thread Starter c

    (@igneous)

    I dont know how to quote on this god awful forum, but I did the “<?php echo $_SERVER[‘X-LSCACHE’];” php file thing and it says on, so why would the LScache page say no?

    Thread Starter c

    (@igneous)

    on LiteSpeed 6.1 using Interworx

    Plugin Support qtwrk

    (@qtwrk)

    I am not particularly familiar with that panel , so please contact Interworx support and kindly ask them where is the appropriate place to

    <IfModule Litespeed>
    CacheRoot /path/to/save/cache/files/
    </IfModule>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘LSCache is not supported’ is closed to new replies.