Search results

  1. K

    AH03490: scoreboard is full, note at MaxRequestWorkers.Increase ServerLimit.

    I made the httpd settings, but when I examined the logs, I found out what was causing the problem. There are many domains on the server that use the same script. There is a cron file on these sites and it runs every minute. It connects to a url to pull exchange rates. The connection to this url...
  2. K

    AH03490: scoreboard is full, note at MaxRequestWorkers.Increase ServerLimit.

    Thank you for your help. I updated the settings as follows. <IfModule mpm_event_module> StartServers 6 MinSpareThreads 32 MaxSpareThreads 128 ThreadsPerChild 64 ServerLimit 150 MaxRequestWorkers 9600...
  3. K

    AH03490: scoreboard is full, note at MaxRequestWorkers.Increase ServerLimit.

    I am looking for a solution to the error: AH03490: scoreboard is full, note at MaxRequestWorkers.Increase ServerLimit. I use nginx_apache as webserver on my servers. Also installed CSF and ModSecurity for security. My Apache version: Apache/2.4.58 I've never seen http go unanswered before...
  4. K

    Wordpress plugin cannot be included in the package.

    My WordPress plugin is installed and active. I cannot include "wordpress" in the package. The wordpress option appears on the user packages editing page. I select it and save it, but when I enter the edit page again, it appears to be unselected. I cannot see the WordPress plugin anywhere in...
  5. K

    Solved Nginx cannot be started.

    Solved. Thank you very much.
  6. K

    Solved Nginx cannot be started.

    I did a new server setup. Now the server is set up with apache as directadmin does automatic installation. Later, I wanted to install nginx_apache, but nginx cannot be started. The error I'm getting is this: nginx: [emerg] bind() to [::1]:80 failed (99: Cannot assign requested address) This is...
  7. K

    I cannot remove the ClamAV services

    I have 2 services on my server named "clamav-freshclam" and "clamd@scan". I cannot remove them. When I enter the command "yum remove clamav* -y" and "yum remove clamd -y", I get the output "No Packages marked for removal". In the Custombuild settings, the "clamav" option is set to "no". These...
  8. K

    Failed to start The nginx HTTP and reverse proxy server.

    nginx has stopped and is not working again, although no action is taken on the server. The IP address does not appear on the line with the error. I reinstalled nginx_apache, switched to apache but nothing changed. What should I do? -- When I run the "netstat -lp" command, the IP addresses show...
  9. K

    Directadmin Backup Error curl: (8)

    I solved it! I don't know much about ipv6. when i disabled this, my connection problems went away. For friends who have this problem, the solution is as follows. # nano /etc/sysctl.d/70-ipv6.conf -- net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 -- # sysctl --load...
  10. K

    Directadmin Backup Error curl: (8)

    Thanks a lot for your help. The curl(8) error persists. I can establish ftp connection over ssh. When I enter ftp information that does not require ipv6, the result is the same. I also entered the ports 35000:35999 for tcp_out. It's not normal that I can connect via ssh but not via directadmin 🧐
  11. K

    Directadmin Backup Error curl: (8)

    unfortunately nothing happens
  12. K

    Directadmin Backup Error curl: (8)

    thank you for your help. I tried turning off the csf. I added it to the whitelist and opened all the necessary ports. unfortunately the situation is the same. problem not solved.
  13. K

    Directadmin Backup Error curl: (8)

    I have many directadmin servers. I am using the same backup system. But this time I couldn't set backup. I have curl and ftp installed on the server. I can connect to ftp account with filezilla. I can connect via ssh on the same server. but the backup part cannot establish ftp connection. "...
  14. K

    Exim Problem With One Domain

    is there anyone ?
  15. K

    Exim Problem With One Domain

    Domains x and y are on the same server. I am using phpmailer. Mail is sent with domain x. I am getting an error with domain y. error output: 2020-08-27 13:48:07 CLIENT -> SERVER: EHLO www.y.com 2020-08-27 13:48:07 CLIENT -> SERVER: STARTTLS SMTP Error: Could not connect to SMTP host. 2020-08-27...
  16. K

    custombuild error (php)

    I've created. thank you.
  17. K

    custombuild error (php)

    i cant install "cmake3". i installed "cmake" and i got an error build icu step. make[2]: *** [../../bin/uconv] Error 1 make[2]: Leaving directory `/usr/local/directadmin/custombuild/icu/source/extra/uconv' make[1]: *** [all-recursive] Error 2 make[1]: Leaving directory...
  18. K

    custombuild error (php)

    I want only version 7.3 to be used. I currently get an error even though there is only 1 php version. [root@root custombuild]# ./build php_expert Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: linux.darkpenguin.net * extras: centosmirror.netcup.net *...
  19. K

    custombuild error (php)

    Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-693.11.6.el7.x86_64 yesterday I was using 7.3,7.0 and 5.4. I made the 5.4 version 5.5 and I can't go back to 5.4 again. the problem occurred after that.
Back
Top