Search results

  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, 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...
  3. 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...
  4. 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...
  5. 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]...
  6. D

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

    Hey, I used litespeed a while ago, I tried to install it here and it is giving an error. I'm currently using apache. Ubuntu 18 help me please? Command used: bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) --adminpassword mypassword --email...
  7. D

    Static Requests/second

    Hello, its a question, Im sorry if Im posting on wrong thread... I want to know if there is some exception in Static Requests/second for specific pages, per example (I want to allow 10000 request/sec in that page): www.mysite.org/somepage.php
  8. D

    How to Upgrade by command?

    I run the command:> apt-get upgrade openlitespeed but the version stay the same, what I did wrong? openlitespeed: Installed: 1.6.14-2+xenial Candidate: 1.6.14-2+xenial
  9. D

    Failed to get process [18953] start time, not running, skip killing.

    What this log means? 2020-06-29 12:29:28.575994 [NOTICE] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 999 gid 65534. 2020-06-29 12:29:28.576290 [NOTICE] [AdminPHP] add child process pid: 18953...
  10. D

    How to generate correct LOG?

    Hello, I remember that a while ago, my log was detailed with IP, date and the LINK accessed in that moment, but now the log is coming without any details, would anyone know how to help me? To summarize: I wanted the application to generate a log from where the client is accessing Look the...
  11. D

    Possible dead lock [LSAPI application] - Help

    "No request delivery notification has been received from LSAPI application, possible dead lock." When this happens, the webserver will return a 500 Internal Server Error. I have tried many edits, as you can see, value of initTimeout and pcKeepAliveTimeout are big (from 60 to, 600 and 10000). I...
  12. D

    Possible dead lock [LSAPI application] - Help

    "No request delivery notification has been received from LSAPI application, possible dead lock." When this happens, the webserver will return a 500 Internal Server Error. I have tried many edits, as you can see, value of initTimeout and pcKeepAliveTimeout are big (from 60 to, 600 and 10000). I...
Top