Search results

  1. D

    Upload Limit Not Respected in PHP With Latest Release of OpenLitespeed

    In the Example/html DIR, there is a phpinfo.php, which will tell the upload limit. PLease run it to check your php.ini setting.
  2. D

    Rewrite not working but does on the paid version of Litespeed...Why?

    Just like the log info, the directives are not supported in openlitespeed.
  3. D

    WebConsole # issue for Rewrites

    Thank you and we will fix it.
  4. D

    Can't get vhost working

    If you are using the webAdmin to config your site, please just follow the steps. A Vhost need to be added to a listener so that it can be served.
  5. D

    SSL for SubDomain

    Did you have the right certificates and key for the sub domain? For the listener, you need to add both VHost to it. You need to provide more info for help in detail. Thanks. David
  6. D

    no lsphp socks in /tmp/lshttpd

    I removed the lsphp template since we added extuser/extGroup for lsphp and also VHost can inherit the server lsphp with ita own user/group. So you may use the SERVER level defined lsphp directly. About the $... variables, I need to check the code if we support them.
  7. D

    no lsphp socks in /tmp/lshttpd

    Can you change the DEBUG log level to DEBUG/HIGH, so that it will provide more logs, and then send to us the log?
  8. D

    no lsphp socks in /tmp/lshttpd

    Can you use the latest stable 1.4.46? Because we fixed many bugs since your running version. You can download https://raw.githubusercontent.com/litespeedtech/openlitespeed/v1.4.46/dist/admin/misc/testbeta.sh And chmod to 755 and run as ./testbeta.sh 1.4.46 to replace your current version to...
  9. D

    no lsphp socks in /tmp/lshttpd

    Can you check your errorlog if there is any errors occurred? Which version you are using?
  10. D

    Connection idle time too long: 31 while in state: 2 watching for event: 4, close!

    It seems some connection is not closed for a long time serving. This is like a bug which is fixed in 1.4.46. Can you use the latest version and watch if it happen again? Thanks.
  11. D

    Error Log Keep Days setting

    Please check you error log level. In you case, it is so big, maybe it is set to HIGH so that it will log a lot of info. If yes, you can change to NONE then it will only log a little info. Thanks. David
  12. D

    OLS doesn't feel faster than Apache!

    Even the static file serving, Opnelitespeed should be much faster than Apache. How is the testing file size? Do you have cache enabled? What tool you are using?
  13. D

    OLS doesn't feel faster than Apache!

    Can you provide more info about what you found it is not faster than Apache? Such as content you are serving, cache module enabled or not, you testing url and so on. Thanks.
  14. D

    asp.net site

    OpenLitespeed currently only runs on linux, Mac, FreeBsd and some other relate platforms. We do not provide support on windows building right now, sorry. Thanks for your request and info. David
  15. D

    min.js not working as intended

    What is you server config in the ../lswsl/conf/? Can you post it here? Thanks.
  16. D

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    Yes. It is all right for https. Server should handle https without problem. Thanks.
  17. D

    Rewrite_rule issue cms admin not working 404 error

    404 is file not exist. Maybe your rewrite is not enabled in Vhost level.
  18. D

    The Impossible POST Request to my NodeJS API (OLS Bug??)

    So you still have the example such as 8088 opening? Can you test the example page which has an file upload test? such as http://yourdomain:8088/upload.html Does this work?
  19. D

    ols 1.4.41 mp4 videos issue

    Please use the 1.4.43 to test. I tested it just now and both Chorme and Firefox work. Thanks. David
  20. D

    Good night everyone! I'm suffering from a trouble caused by SSL

    If you set your site certificate to support both www.fitpolo.net and fitpolo.net, then firefox should be good.
Top