Recent content by lsqtwrk

  1. L

    Error " createEntry failed, may due to no permission to write file or file is updating."

    then please enable debug log and seach for 500 error , see what it says I don't think this cache issue will cause 500 error , worse case of scenario is to make cache keep miss , but your site has CF cache already
  2. L

    [Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

    try add ` storagePath /usr/local/lsws/cachedata ` in the top of that conf , then restart it
  3. L

    [Module:Cache] createEntry failed, may due to no permission to write file or file is updating.

    check your conf file , see where it is set to , if you have enable cache module
  4. L

    Problems with LSCache / Wordpress / external cookie

    did you restart OLS after this rule is added ?
  5. L

    Memcache connection failed

    please let me know where exactly is gives 11211 with socket ? I will ask doc team to update the inaccurate doc
  6. L

    Memcache connection failed

    when you use memcached as unix socket mode host ---> /path/to/it.sock port ---> 0
  7. L

    Help rewrite .htaccess under Openlitespeed

    well , frankly I don't know , try to read its code but PHP is not exactly my skill please try contact the CMS author and kindly ask for how it detects "clean URL" is supported or not
  8. L

    Help rewrite .htaccess under Openlitespeed

    yes, but besides that error message , do you have any more specific issue ? if it uses apache way to detect mod_rewrite, it will always show failed despite the OLS actually supports URL rewrite
  9. L

    Help rewrite .htaccess under Openlitespeed

    What's the issue ? It just works fine on me Did you restart the OLS to apply htaccess ? I got some 404 , then restart OLS fixed it
  10. L

    Help rewrite .htaccess under Openlitespeed

    what's your env ? standalone OLS ? combined with any control panel or something ?
  11. L

    Proxy extension and HTTP/2

    Hi, as far as I know , reverse proxy on OLS and LiteSpeed Enterprise only support HTTP/1.1 to backends. only LiteSpeed ADC supports HTTP/1.1 , HTTP/2 , HTTP/3 and QUIC on reverse proxy for the time being. Best regards,
  12. L

    Why max_input_vars is not updated in phpinfo

    you need to remove that ; in front , that comment out the setting so it won't apply after that do a pkill lsphp
  13. L

    lsphp74/bin/lsphp vs /php vs /php7.4 and WP-CLI

    that questions curious me as well from what I know , it seems the lsphp was not made for CLI env , only for webserver to launch PHP , while PHP is for CLI use.
Top