Recent content by Dolirow

  1. D

    [INFO] locked pid file [/tmp/lshttpd/lsphp.sock.pid]

    Hey, what is these info/erros? thanks 2021-04-29 00:54:24.300772 [INFO] [4827] [lsphp]: locked pid file [/tmp/lshttpd/lsphp.sock.pid]. 2021-04-29 00:54:24.300786 [INFO] [4827] [lsphp] remove unix socket for detached process: /tmp/lshttpd/lsphp.sock 2021-04-29 00:54:24.300830 [NOTICE] [4827]...
  2. D

    where to configure FilesMatch on Litessped ?

    Hey bro, thanks I did that, configuration: https://prnt.sc/1277xuo but Im still having troubles, maybe you know why? Access to resource at 'https://cloudflareinsights.com/cdn-cgi/rum' from origin 'https://mydomain.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header...
  3. D

    where to configure FilesMatch on Litessped ?

    Thanks, worked! :love: Another thing, where I can place that? <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|css|js)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>
  4. D

    where to configure FilesMatch on Litessped ?

    Hey, Im using sucuri firewall and I should free some IPs and Deny the others... they gave me 2 options (apache and gnix, but dont have example how to add in litespeed, so I dont know how to implement it here) Apache2 we can use: <FilesMatch ".*"> Order deny,allow Deny from all Allow...
  5. D

    BLOCK ACCESS WITHOUT DOMAIN

    How can I block access that does not pass through the domain? Example: My domain is www.domain.com My IP is: 111.1.1.1.1 So when they try to access (or attack, attack ddos) my site through IP 111.1.1.1.1 the connection will be denied (to avoid ddos/spam). Im using php script but I need add...
  6. D

    Refusing to accept PID outside of service...

    I did it and worked: https://forum.openlitespeed.org/threads/lshttpd-service-refusing-to-accept-pid-outside.3970/
  7. D

    Refusing to accept PID outside of service...

    I getting that error here: # systemctl status lsws ● lshttpd.service - OpenLiteSpeed HTTP Server Loaded: loaded (/lib/systemd/system/lshttpd.service; enabled; vendor preset: enabled) Active: failed (Result: resources) since Fri 2021-02-26 15:51:13 -03; 3min 15s ago Process: 1430...
  8. D

    Possible dead lock [LSAPI application] - (OpenLiteSpeed V 1.6.18 Stable)

    I dont changed autoStart yet, with another changes that u told, the erros is gone, but appear few new erros, you have these erros too? (thank you) 2020-12-10 22:18:52.663527 [INFO] [186.271.109.185:30791] Connection idle time too long: 31 while in state: 2 watching for event: 4, close...
  9. D

    Possible dead lock [LSAPI application] - (OpenLiteSpeed V 1.6.18 Stable)

    Thankls for the awnser, where have that option "Start By Server" ?
  10. D

    Possible dead lock [LSAPI application] - (OpenLiteSpeed V 1.6.18 Stable)

    PHP Version 7.2.34 Hi, I just installed and I'm getting these errors: 2020-11-25 05:45:51.055467 [NOTICE] [162.158.78.15:64750#Example] No request delivery notification has been received from LSAPI application, possible dead lock. 2020-11-25 05:45:52.140357 [INFO] [162.158.78.15:64750#Example]...
  11. D

    "No request delivery notification has been received from LSAPI application, possible dead lock."

    Im getting the same, but CPU is normal, max that OLS is using is 3%
  12. D

    /usr/local/lsws/conf/httpd_config.conf is missing.

    ohh yes, now installed succesfully! thankyou :love: question: hey, for that is that in config? disableWebAdmin also for change default password we should use: cd /usr/local/lsws/admin/misc ./admpass.sh thats right? @lskagan @lslisa @Pong
Top