Search results

  1. D

    [ERROR] failed to enable lshttpd.service in systemd

    Thank you for your feedback. So right now, you should can use `/usr/local/lsws/ bin/lswsctrl start` to start the service. I will fix it soon.
  2. D

    many possible dead lock on a new server with a simple script.

    1, the php setting ini_set('max_execution_time', '0') is set to php process include other php ENV setting; 2, the openlitespeed setting `initTimeout` is for openlitespeed, it is counted by seconds, the default value is 60, so that usually it will be timeout after 1 minute, we will tune this...
  3. D

    many possible dead lock on a new server with a simple script.

    And my final result in browser is Max Loop: 20 => test19 (Completed)
  4. D

    many possible dead lock on a new server with a simple script.

    My test.php is <?php // Test OpenliteSpeed deadlock error: No request delivery notification has been received from LSAPI application, possible dead lock. // ini_set('max_execution_time', '300'); //300 seconds = 5 minutes ini_set('max_execution_time', '0'); // for infinite time of execution //...
  5. D

    many possible dead lock on a new server with a simple script.

    I can reproduce it and I updates the lsphp timeout to longer time in server conf file, it seems fixed. extProcessor lsphp{ type lsapi address uds://tmp/lshttpd/lsphp.sock ...... initTimeout 600...
  6. D

    many possible dead lock on a new server with a simple script.

    I will follow your steps to reproduce this issue, if I can reproduce it correctly, I will fix it. Can you give me more info about your lsphp version? Thanks.
  7. D

    openlitespeed vhost

    For adding a Vhost, you can login to webAdmin page( https://IP:7080/ ) to do that.
  8. D

    OpenLiteSpeed version update for reCAPTCHA

    If you install openlitespeed 1.5.6, you should have `reCAPTCHA` setting in the webAdmin. Other way, if you do not want to upgrade the web admin bu the binaries, you need to config `reCAPTCHA` by hand in the http_config.conf, it also can work.
  9. D

    OpenLiteSpeed version update for reCAPTCHA

    Through the RPM package upgrade to 1.5.6 is not available right now. But you can download the pre-built package from our site and run the ./install.sh in it. Please make a backup of your conf/ and admin/conf files before this upgrade. Thanks.
  10. D

    Directory listening on OpenLitespeed

    You need to add a Vhost to set the domain and map to a listener.
  11. D

    Is there upgrade 1.4 to 1.5 instruction ?

    Download the new package and run ./install.sh. Please do backup your lsws/conf and lsws/admin/conf/ first just in case anything wrong.
  12. D

    Is there upgrade 1.4 to 1.5 instruction ?

    This is not a official upgrade tool yet. It just upgrade all the binaries to make the site can run correctly, but the webadmin is not upgraded. I will write such a tool but it need some time. For now, it can just switch to different version or switch back. It provides simple usage.
  13. D

    https - connection not private, https://www - all ok

    Can you set the certificate tu support both www.example.com and example.com?
  14. D

    GTMetrix OpenLiteSpeed Cache

    For the static file, usually it should not be cached since the cache entry is also a static file on disk. We do have some feature to have the recent open-ed file cached in memory to reduce the response time. If your site is too slow, you may need to check if there is other bottleneck.
  15. D

    GTMetrix OpenLiteSpeed Cache

    Your site is good. When the first time a page is accessed, since it does not have the cache stored, it will display the "x-litespeed-cache:miss " and then after stored, it will display "x-litespeed-cache:hit". Thank you.
  16. D

    GoAccess

    You can set the format for the access.log for VHost.
  17. D

    Proper procedure/configuration of OLS as proxy

    I do not know how to answer your question, because it is not simple yes or no. You may set some rewrite rule to help to do that, but I am not so good at the rules.
  18. D

    Proper procedure/configuration of OLS as proxy

    You can try another port with the root context.
Top