Search results

  1. P

    [STDERR] lscgid: execve():/usr/local/lsws/lsphp73/bin/lsphp: Resource temporarily unavailable

    Okay, so I guess I was right. I'm hitting some kind of weird limit. Turns out I'm also running nginx with "worker_processes auto" in a server with 16 cores. It seems nginx is allocating everything possible to its process, and I can't run OLS or LSPHP using the same user. I limited nginx...
  2. P

    [STDERR] lscgid: execve():/usr/local/lsws/lsphp73/bin/lsphp: Resource temporarily unavailable

    Hello guys, I'm kinda lost here. I have a lot of servers using the same configuration and working fine, but one specific server is returning this error with ANY php file, even a simple phpinfo: [STDERR] lscgid: execve():/usr/local/lsws/lsphp73/bin/lsphp: Resource temporarily unavailable From...
  3. P

    Unable to set gid=xxx or uid=xxx: calling tls_validate_require_cipher

    Hello gusy, how are you? Since the last update to 1.6.20, my servers stopped sending emails via phpmail. Checking the stderr log, I could find the following messages: 2021-02-17 17:24:14 unable to set gid=116 or uid=111 (euid=0): calling tls_validate_require_cipher exim: could not open panic...
  4. P

    LSNODE: EEXIST: file already exists, uv_pipe_open

    Hello there! There is a client trying to run some application via Node, and we can run it using pure node, but when we try to run via LSNODE, we get the following error in the logs: err = this._handle.open(fd); ^ Error: EEXIST: file already exists, uv_pipe_open...
  5. P

    PECL extension request: Mailparse

    Hello, Can you please create the packages for https://pecl.php.net/package/mailparse? Some ticket applications like UVDesk need this extension to properly work Thank you :)
  6. P

    recaptcha dont work

    Hello, Sorry for posting in such an old topic, but I'm having the same problem. My .htaccess rule is not working properly with lsrecaptcha. I did the same tests and got the same result. Captcha shows when I change the connection limit to "1", but when trying to use .htaccess to activate it, it...
  7. P

    Unable to load images

    I'm having the same error message while restoring a MySQL zip backup with PhpMyAdmin: 2020-09-18 09:33:18.374966 [INFO] [127.0.0.1:45358#ip-xxxxxxxx Connection idle time too long: 301 while in state: 6 watching for event: 0, close! 2020-09-18 09:33:18.375384 [INFO] [127.0.0.1:45358] Content...
  8. P

    PHP errors are not displayed

    Hi @kataba, I'm having the same problem with a lot of sites here. Can you please tell me what you did to fix this? Thanks! EDIT: Nevermind, just found why: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:why-php-error-reporting-not-working
  9. P

    Question about x-litespeed-cache name

    Hello, I have a client that need to hide all header information about the webservers in use, so we recompiled nginx (reverse proxy) to hide the server signature, and then we disabled the response "x-turbo-charged-by: litespeed" using proxy_hide_header in the proxy. However we still get a...
  10. P

    How to use OLS NodeJS and WSS?

    Nevermind. You can close this topic. :/ I managed to get it to work. It was an error with this specific client application. Running in the console we were able to capture the error and reproduce it.
  11. P

    How to use OLS NodeJS and WSS?

    Edit: Invalid question. It was an application error, not OLS fault
  12. P

    Add lsphpXX-libsodium to repository

    Oh, it seems I was using an outdated PHP version, now I can see libsodium enabled Thank you again, haha
  13. P

    Add lsphpXX-libsodium to repository

    Hello guys, Do you have any plan to add libsodium to lsphp repository? Since Magento 2.3.3 needs it, it would be great to have it installed with the official packages instead of downloading and compiling everytime there is an update on lsphp packages As always, thanks :)
  14. P

    OLS + Rails

    Hey Cold =) Yeah, I checked the KB, it helped a lot. Fixing the location didn't do much sadly. When I change my binPath to use the system Ruby, everything works fine (/usr/bin/ruby2.5). It seems when using the virtualenv binary, OLS is not loading the right gems ( cannot load such file --...
  15. P

    OLS + Rails

    Hey guys, how are you doing? I need some help configuring rails with OpenLiteSpeed using virtualenvs... This is my context block at the moment: context / { type appserver location /srv/app16.bffcdaf6.configr.cloud/www binPath...
  16. P

    How to change OLS cache key?

    Hi, For what I can see, OLS cache key is $DOMAIN : $PORT $URI $QUERY_STRING I'd like to drop $DOMAIN from the cache_key. How can I do this with OLS?
  17. P

    Add lsphpXX-maxminddb PHP extension

    Actually, it would be great if we could have the src package for OLS and LSPHP for Debian/Ubuntu We already have the src rpm from Remi, and I compilled some additional modules a few clients use, but when we are using Ubuntu or Debian, we have to download the extension source and compile it...
  18. P

    Where is mysql.so / mysql.ini in lsphp-mysql?

    Today new clients couldnt get wordpress to work, accusing MySQL extension missing. I checked and lsphp72-mysql was installed, but not working. So I downloaded the package and tried to see its content: root@ip-173-255-192-95:/usr/local/src# dpkg -c lsphp73-mysql_7.3.12-3+xenial_amd64.deb...
  19. P

    How to update symlink location without restarting?

    For future reference: Fixed in version 1.5.10 [Bug Fix] Fixed the old destination for a symlink directory being used when serving static files even after the symlink has been changed to a new location.
Top