Search results for query: httpd restart

  1. Murat

    Change /home directory to new Hard disk drive

    Hello, I copied my /home / /newhomessd with permissions. But now it's time to umount /home disk from hdd and mount ssd to /home. I run command umount /home But it says umount /home target is busy I tried to umount -f command, it did not work either. I tried fuser -k /home command, it did not...
  2. D

    Solved Appache not running (AH00526)

    .bak indeed. Removed it. Did a DA restart, same issue. ./build rewrite_confs gives: Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set. Using [178.18.82.4 2a02:348:55:5204:0:0:0:1] for your server IP /usr/local/directadmin/custombuild/build: line 15515: [...
  3. H

    Apache cannot start

    cd /usr/local/directadmin/custombuild ./build update ./build php ./build apache ./build rewrite_confs still its not working then check this systemctl restart httpd.service and then check the journel -xe
  4. N

    Apache crashing every week

    One more thing what I just got. I update php 7.4 (there was update). So after that I succesfully repeat this issue. So it try to rewrite configs, but apache after that didn't start. Same error about mod_combat_access.so So I check httpd.conf how it looks like, and it was same what I posted...
  5. T

    Let's Encrypt uses self-signed for a www-version after auto renewal

    I thought Let's Encrypt's auto update will only automatically renew certificates within 30 days prior to expiry date. But today, it did the auto renewal even I have two and a half months remaining. I just did a manual renewal 2 weeks ago without any problem. But for today's renewal, one of my...
  6. Active8

    Solved AH01630: client denied by server configuration / Error 500

    Similar problem (php 5.6) https://forum.directadmin.com/threads/php-503-error-ah01079-failed-to-make-connection-to-backend-httpd-uds.50692/ Restart php-fpm service maybe helps
  7. Richard G

    recommended error messages settings

    ...it in: /usr/local/php74/lib/php.ini for 7.3 change 74 to 73 and so on. After that, restart the according php-fpm version and apache. For example from SSH: service php-fpm74 restart service httpd restart But you can also restart services from your DA panel as admin, use admin level in that case.
  8. P

    Logging Destination Port

    I'd like to share my solution to you for directadmin servers that are running Apache and Litespeed, They both use; /etc/httpd/conf/httpd.conf File for the web server settings. You simply go to LogFormat directives. And add that you want the remote port to be logged there. As for me, i've...
  9. Richard G

    Need help changing serverwide hostname (SSL)

    I try to answer some in the quick before dinner time. You don't need sudo installed if you can su to root. But mostly sudo is installed by default. As long as the hostname is correct in your VPS panel, it probably is not needed to keep that immutable fag on your /etc/hostname file however it...
  10. Ch3vr0n

    Need help changing serverwide hostname (SSL)

    ugh seems my ip somehow got blacklisted in the firewall (as i can access the server on my phone while on mobile data) i think, but now the domain is in accessible and the lfd service is down? rebuilt apache with no effect /usr/local/directadmin/data/admin/ip_blacklist does not exist/is empty
  11. A

    SSL Location is different - Apache can't restart

    Hi, I have two VDS servers with DirectAdmin on it. New one has a SSL problem. I enabled enable_ssl_sni=1 with this new one. First one doesn't have enable_ssl_sni=1 in /usr/local/directadmin/conf/directadmin.conf. The new one is a freshly installed DirectAdmin. I firstly created a new user and...
  12. MaXi32

    Solved [DA 1.63.1] After a new DA installation with auto mode, apache is not running. httpd: Syntax error on line 222 of /etc/httpd/conf/httpd.conf:

    Ok, I think I might found the issue, after install I have to manually trigger the systemctl restart httpd to resolve this issue. Weird but yeah it's ok now for auto installation. Shouldn't the installer do this for us? Did not have this issue before.
  13. Zhenyapan

    php.ini - import database

    also after modifying php ini - you must restart php-fpm/httpd/nginx/lsphp or what you are using
  14. MaXi32

    Solved Hostname hsts header is missing when using nginx or nginx_apache

    EDIT: I changed the title for this thread, this issue seems related to nginx or nginx_apache only webserver ORIGINAL TITLE: Cannot access phpmyadmin via hostname The hsts for hostname does not appear (as security header) when using nginx or nginx_apache. The other root domains have no issue...
  15. W

    Wrong user SSL common name on :2222

    <server name> is for example s1.mydomain.com but I have also site under mydomain.com. force_hostname= removed from directadmin.conf. Yes <server name> is the same servername in directadmin.conf. Added to directadmin.conf: cacert=/usr/local/directadmin/conf/cacert.pem...
  16. Richard G

    Wrong user SSL common name on :2222

    It might not have any effect, but if you don't use a line, you can better remove it from directadmin.conf just to be sure. So remove the: force_hostname= line from directadmin.conf and restart directadmin. This way you are sure that is having no odd effects. I presume you used the server...
  17. K

    Solved CAA record prevents issuing the certificate: SERVFAIL

    I had the same issues and I restarted the directadmin service and also the named service, still no resolution. I restarted the httpd service and bingo the error went away and I was able to make the Lets encrypt SSL request successfully. This has happened on three separate occasions and the...
  18. W

    502 Bad Gateway, httpd restart required

    Hi all, It's difficult to pinpoint the cause, I'll try to explain and provide information. Problem: after a while (random, but mostly 6+ hours) our websites give a 502 Bad Gateway response. After restart httpd (which is running normally according to Direct Admin) everything is working as...
  19. N

    apache 2.4.49,2.4.52 strange unreachable after pass few hours

    Coming from https://forum.directadmin.com/threads/httpd-2-4-49.64548/ Got same problem with one of my server with CentOS 7. nignx_apache setting. When problem appear, restart httpd fix it. No log to let me know what cause the problem though.
  20. O

    apache 2.4.49,2.4.52 strange unreachable after pass few hours

    Centos 8 with Nginx_Apache apache with mod_maxminddb (mod_maxminddb not recomplier) I just post here to anyone got same problem with me, in now I temporary back to 2.4.48 problem start after update to 2.4.49 non any relate log here and "service httpd status -l" it's show running fine, no...
Back
Top