Search results for query: httpd restart

  1. DrWizzle

    Solved: Setup seems to be stuck on Trying to issue automatic TLS certificate

    As @zEitEr pointed out, you now have HTTP(S) ports closed. TLS requires ports 80,443 open for a HTTP(S) challenge for issuing a certificate. and requires port 53 open (DNS) for a dns challenge. It can only do a DNS challenge if you are running the BIND9/NAMED services on your server for DNS...
  2. S

    DirectAdmin 1.680

    Have same issue like HageHosting, think there should be a warning or simple script added by DA if update affects config files in such way in future. This works form me: #!/bin/bash FILES=( "/usr/local/directadmin/data/templates/custom/nginx_server_secure.conf"...
  3. A

    DirectAdmin 1.675

    Hello. mod_lsapi-1.1-81.tar.gz was installed from the panel in CustomBuild, and after the httpd restart the specified error occurred. Manual installation: "da build mod_lsapi, da build nginx_apache, da build rewrite_confs" did not help. mod_lsapi-1.1-81 is installed, but httpd does not start...
  4. Richard G

    SSL and Redirecting to virtual domains

    Could you temporarily try to put the first line in the resolv.conf to 127.0.0.1 and then restart bind, see if that makes any difference? You can remove it again if it does not change anything. It's just to test and see. As for logfiles, yes there are many. I would start with the named logs...
  5. H

    Block IP addresses which overload server

    Zhenyapan has right. it is better to put all bots in a conf file to block globaly. you have thing it's like this. .htaccess it is like plugin each time have to hook it from apache if you use .htaccess (each sites) for each time have to hook it. this can be negativ effect of site speed, if...
  6. F

    httpd and nginx wont restart

    I tried to suspend a user and now "Show All Users" shows no user and both httpd and nginx wont restart I get the error: /bin/systemctl restart nginx.service 2>&1 Servers is Debian 9 HELP!
  7. T

    HTTPD Stops When Apache Update Available

    This has been occurring for a couple of years and it's very annoying because my sites are down until the issue is resolved. It only occurs when DA has an update for Apache. To resolve, I either need to rebuild Apache or install the update. I have no idea why it happens nor how to fix it. Is...
  8. Z

    PHP-FPM custom settings not working

    Background: I found this warning after a performance issue and I need to increase `pm.max_children` setting in /usr/local/php74/etc/php-fpm.conf from the default of 10 to 120. Originally, I did this manually in /usr/local/php74/etc/php-fpm.conf direct, unaware that it would be overwritten on...
  9. S

    Problem starting php

    This question may seem ridiculous, but how do I restart php? After changing php.ini, which resides in /usr/local/php80/lib, I've tried the usual suspects: systemctl restart httpd.service systemctl stop httpd.service systemctl start httpd.service systemctl restart nginix.service (nginx is...
  10. H

    CSF can't block port of Nginx + Apache reverse proxy

    Hi, 1. About your Picture this is only Show which port opened. this not mean csf not Blocking ports if you install nginx_apache reverse Proxy This docs i can't see in your Picture nginx listen port 80 i see port 80 listining httpd 80/tcp open httpd use command netstat -tlpn check ports...
  11. H

    How to enable userdir_access

    ...add the lines UserDir public_html it should look like this save it and reload or restart httpd service httpd reload or service httpd restart http://$ip/~user should work for all users if you want to Keep Setting don't Forget to copy the file /etc/httpd/conf/extra/httpd-vhosts.conf...
  12. jonium

    SOLVED Centos 7: Error build PHP 7.4 & 8.1

    during the rebuilding process I get but the rebuilding is continuing
  13. taker18

    want to increase the speed of one site to more than 1024 limit

    sorry for the late reply, it took me a while to do so. so I am using Apache in order to check the PHP.ini come out like this The interesting part that I found it the memory_limit = 128M only anyway i I changed to memory_limit = 2048M and i restarted HTTPBD I restated the PHP-Fpm81 at...
  14. C

    Problem: Warning: The system load average is

    Apparently you have problems reading the fastcgi, try to fix it with this command although it does fix most of the same error but it continues to persist. I don't know if this is adequate to solve it? echo 'ProxyTimeout 1800' >> /etc/httpd/conf/extra/httpd-includes.conf service httpd restart
  15. E

    httpd crashes, all websites offline

    Hi, On a DA server at our place, several times a week the httpd is running full/crashes causing all present websites to go offline. After a service restart of httpd, everything comes back online within +/- 1 minute. httpd can reach up to 5GB or more. Rebuilding and/or reinstalling does not...
  16. D

    nginx no longer works

    I have DA and azuracast running on two servers. 1. On one server I didn't want to change the radio url so i'm forced to shutdown httpd/nginx on DA, and fireup azuracast docker then visit azuracast web interface and create an ssl cert with letsencrypt once done. I shutdown azuracast docker and...
  17. zEitEr

    error 414 in website and change LimitRequestLine

    Hello, Directadmin does not set them for Apache: [[email protected] ~]# grep -R LimitRequestFieldSize /etc/httpd/ grep: warning: /etc/httpd/build/build: recursive directory loop [[email protected] ~]# [[email protected] ~]# grep -R LimitRequestLine /etc/httpd/ grep: warning...
  18. petersconsult

    DirectAdmin 1.662

    Thank You @unihostbrasil !! i think that this is definitely an avenue to explore for me! i usually create a custom server certificate using the following script (domain names edited): #!/bin/bash ## watch out! added 'domain1.tld', 'mail.domain1.tld'...
  19. A

    CSF Messenger with SSL

    I can't get it to work with https either. I have similar values: MESSENGER_USER = "csf" MESSENGER_HTTPS_CONF = "/etc/httpd/conf/httpd.conf" MESSENGER_HTTPS_IN = "443,2222" MESSENGERV3 = "1" MESSENGERV3GROUP = "csf" The username I've created was csf with the same group. I have read the...
  20. W

    Redirect users to ReCaptcha or static page when server is under high load / DDoS

    Hello, recently there are multiple DDoS attacks on my server. So its get very quickly to full load httpd service (~7GB) - then the httpd stuck (main page is unavailable) but I can login to DA panel or CMS without any problem. I solve that situation by modify (by hand) index.php to add Google...
Back
Top