Search results

  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.
  14. L

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

    please try /usr/local/lsws/lsphp74/bin/php wp-cli.phar --info
  15. L

    How to fix Cyberpanel error after restarting on Google Cloud.

    try systemctl status mariadb or systemctl status mysqld see what's status for database if not running , try start it up
  16. L

    how to set up openlitespeed Proxy

    Hi, Please check : 1. if you have install lsphp from repo ? 2. did you create external app and script handler ? 3. if you access a static resources, like an image or HTML file , does it open properly ? 4. for the error log you posted in #17 , that's something else, not related to your...
  17. L

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

    it should be /usr/local/lsws/cachedata you can try run rm -rf /usr/local/lsws/cachedata to remove everything inside of it then check cachedata , it should be owned by "nobody:nobody" after that if you still seeing that log , it's probably the caching file is being...
  18. L

    Openlitespeed wordpress image on digital ocean

    you can try netdata , it can store many hours of historical data (if you have enough RAM to spare) if you are on small RAM server, database process might be killed by OOM you can check system log see if that ocurred
Top