Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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 :)
  5. 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...
  6. P

    How to use OLS NodeJS and WSS?

    Edit: Invalid question. It was an application error, not OLS fault
  7. 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 :)
  8. 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...
  9. 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?
  10. 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...
  11. P

    htaccess with appserver (node)

    Hi, Is it possible to read .htaccess rules when using node? I tried here, but it didn't work. Setting the same rules on a rewrite{} block on vhost.conf it worked as expected... Maybe I'm doing something wrong? Can someone please test too? :)
  12. P

    How to update symlink location without restarting?

    Hi, How can I force OLS to follow symlink location even when the location changes without restarting the service? This is the app structure: document root: /srv/app/www/current current is a symlink to /srv/app/www/releases/XXXXXX Everytime the client do a deploy, XXXX value changes...
  13. P

    lshttpd.service: Refusing to accept PID outside (...)

    After upgrading OLS to 1.5.9 on ubuntu 18.04 LTS, we can no longer start/restart the service: lshttpd.service: Refusing to accept PID outside of service control group, acquired through unsafe symlink chain Searching for this error on Google, I found the following on Red Hat site: Resolution...
  14. P

    Wrong hour (daylight savings) when using LSPHP

    Hi I'm not sure this is the right place to talk about this... In our current server configuration, we have several versions of PHP available to clients: PHP 5.6 to PHP 7.3 - Both packages from Ubuntu and from LSPHP. Normally, since last week, we would be in daylight savings time in Brazil...
  15. P

    How to log NODE stderr to own file

    Hey guys! I'm using OLS to run node on thousands of applications and servers, but they are all logging errors to the default stderr file: /usr/local/lsws/logs/stderr.log I need a way to log each application to a different file, similar to what we did using PHP here...
  16. P

    [AutoRestarter] child process with pid=3264 received signal=11, a core file is created

    Hey One of my server is constantly crashing and restarting OpenLiteSpeed. In the last night, it sent 4500 emails to me about the crash 2019-10-24 09:55:37.173539 [NOTICE] Child: 3264] Core dump is enabled. 2019-10-24 09:55:37.260419 [NOTICE] [Child: 3264] Setup swapping space... 2019-10-24...
  17. P

    lsrecaptcha behind reverse proxy

    Hey guys! :D I'm doing some tests with lsrecaptcha so we can protect wordpress admin page from bots, and when I was testing with only OLS, everything worked great. However, the moment I put nginx in front of OLS as reverse proxy, the captcha is never triggered. It seems the request is always...
  18. P

    Reached max children process - Log into vhost error log instead of stderr

    Hi guys :) I noticed OLS is logging every "Reached max children process" kind of error on stderr.log instead of the vhost's own error.log In another post (https://forum.openlitespeed.org/threads/custom-error-log-for-vhost-not-working.2620/) someone said that stderr always go to stderr.log " due...
  19. P

    Wordpress Protected Pages + Litespeed Cache possible bug

    Hi guys, how are you? :) I'm trying to password protect a page on a new wordpress install with no other plugins, only LSCache, but the page asking for the password is being cached and served instead of showing the real page after I enter the password. You can check the test page here...
  20. P

    [Request] UseCanonicalPhysicalPort

    Hello, We are using OLS behind a proxy on several servers and almost everything works out of the box. However, some applications tries to redirect users after some actions using the _SERVER["SERVER_PORT"] variable. Since we are running OLS on localhost:9443 por HTTPS and localhost:8088 for HTTP...
Top