Search results for query: httpd restart

  1. O

    Error 521 Web server is down | network unreachable resolving

    I don't use cloudlinux, so I don't know how correct way to rewrite_confs. @smtalk Can help you, just wait him. or create ticket support in cloudlinux site. because I saw some error on rewrite_confs.
  2. F

    Error 521 Web server is down | network unreachable resolving

    Below is output: [root@vim735ac ~]# /usr/local/directadmin/custombuild/build rewrite_confs Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set. Configuring /etc/container/php.handler... Using 65.21.xx.xx.xx for your server IP CloudLinux Selector setup: successful PHP has been secured...
  3. Tomy666

    php-fpm80 -error load page

    Hallo :) Hello, I wanted to switch to php 8.0 fpm. Compiled well. However, the forum does not start for me. Please help me :) Error below.
  4. Richard G

    CSF / LFD wont work LF_APACHE_404

    In cPanel it does not work by default. I found various posts stating their having the same issue when using Apache 2.4, maybe you used 2.2 on cPanel before? So I checked a cPanel server myself and there CSF is pointing to the error log too and in my error log there is not a single 404 518 to be...
  5. Richard G

    CSF / LFD wont work LF_APACHE_404

    Good one. The logs are on the bottom of the csf.conf file. You can add things there. By default it points to the apache error log. But you can add things like there. I use this line to also check the domain errorlogs: HTACCESS_LOG = "/var/log/httpd/error_log /var/log/httpd/domains/*.error.log"...
  6. W

    Solved ./build php hangs, cannot upgrade

    Thanks for the hint. I tried rebuilding PHP 8.1 first, looks like it is not specifically CB related but the php-fpm74 service seems stuck. I'll try to build php-fpm74 now with the bash -x command and post output. Creating symlink for /usr/local/php81/bin/phpize81... + ln -sf...
  7. A

    csf messenger with country filter

    ...themselves. Config MESSENGERV3 = "1" MESSENGERV3LOCATION = "/etc/httpd/conf/extra/httpd-includes.conf" MESSENGERV3RESTART = "service httpd restart" MESSENGERV3TEST = "/usr/sbin/apachectl -t" MESSENGERV3HTTPS_CONF = "/etc/httpd/conf/httpd.conf" MESSENGERV3WEBSERVER = "apache"...
  8. L

    There is no ionCube loader available for PHP 8.1.

    custombuild]# php -i |grep ionCube with the ionCube PHP Loader v12.0.1, Copyright (c) 2002-2022, by ionCube Ltd. ionCube Loader and EN-ClamAV : Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website...
  9. E

    getting 503 while trying to enter PHPMYADMIN

    Hey guys, I'm running Personal license(1 user, 10 domain) on my machine. for some reason after several month after the installation(everything was working perfectly) I tried to access PHPMYADMIN, And I'm receving 503 error: Service Unavailable The server is temporarily unable to service your...
  10. Richard G

    Error 521 after changing IP server

    What are you using for DNS? External? Because there is no A record for that ip visible. If I do a nslookup for that ip, it points to nothing. I presume you tried to restart apache also before you tried to do the rewrite_confs command? Apache is not running, but you have to look at the error...
  11. E

    DirectAdmin bugs (or normal issues?) after years of flawless work

    Hi, I've been running server with DirectAdmin for a long while (probably for longer than 8 years). So, at some point I noticed strange process that seemingly was ran with some crontab logic, related to DirectAdmin. It was taking a lot of time and being never able to complete which heavily...
  12. T

    Still showing old SSL after renewing/replacing

    I have same issue that scipt do well, but SSL for port 2222 not change to use new key. I do check ssl date and confirm file is ok: And that my check on port 2222 Any other information for fix that issue =(
  13. duy13

    [AntiDDoS] for DirectAdmin with vDDoS Proxy Protection

    [AntiDDoS] for DirectAdmin with vDDoS Proxy Protection STEP 1: Install DirectAdmin bash <(curl -LSs https://download.directadmin.com/setup.sh || curl -LSs https://download-alt.directadmin.com/setup.sh) 'Provided license key should go here' More documentation...
  14. O

    Warning: The system load average is 22.28

    it's good thing to stop httpd before upgrade SQL server, It can prevent data missing. if you have high load website that use with SQL. Imagine, there have customers Topup on your website, but you suddenly restart mysql server, this will possible make Fail Transaction.
  15. I

    apache 2.4.49,2.4.52 strange unreachable after pass few hours

    Longer ago we had "same problem" changed then in a config file the reload in restart, that solved as kind of workarround. don't know where i did that then!
  16. T

    Solved Directadmin Admin User Deleted by root

    This is solution for everyone who have same problem: This solution worked for me, It may not work for you. So please backup everything before every file edit and do this at your own risk. add "admin" user back: # adduser admin # passwd admin ==> change "admin" password change gid and uid...
  17. I

    SSL to a domain pointer

    Hello, We are trying to make an SSL certificate for a domain pointer. We changed the path of the SSL certificate file to another path in the httpd.conf of the primary domain, but this settings will be overwritten in the next time the directadmin will restart/build. Is there any way to make...
  18. Zhenyapan

    Possible to make exception to PHP's disable_function list for specific user?

    @bdacus01 @peps03 @Richard G there are easier way: "custom httpd" -> "php-fpm" -> "php-fpm Global custom2" or "php-fpm VER_number" and there add line like: php_admin_value[disable_functions] = mail, fileinfo wait 1 min till php-fpm restart via cron and check phpinfo.
  19. smtalk

    CustomBuild corrupted a fresh system

    No, it hasn’t been reported. Did you use any custom settings there?
  20. C

    CustomBuild corrupted a fresh system

    I've recently installed a new Directadmin server. The setup is mostly stock with php7.4 fpm Custombuild has gotten stuck on an issue around ProFtp unified_ftp_password_file is not set to 1. You must convert before you can use pureftpd Please read this guide...
Back
Top