Search results for query: httpd restart

  1. G

    Still showing old SSL after renewing/replacing

    Found on this case also. already did restart directadmin , httpd service but still same result (browser already remember old expired cert) -> open with incognito however information on https://crt.sh already show new cert but on da not update openssl x509 -in...
  2. I

    Blacklist IP vs wrong log in to wordpress

    I changed in /etc/csf/csf.conf then I restart csf (csf -r) but it doesn't work :( MESSENGER = "1" MESSENGER_USER = "webapps" MESSENGER_HTTPS_CONF = "/usr/local/directadmin/data/users/*/httpd.conf" MESSENGER_HTTPS_IN = "443,2222" MESSENGERV3 = "1" MESSENGERV3GROUP = "access" Thanks for your...
  3. Richard G

    Custom alias for RoundCube

    No to prevent it being overwritten by custombuild you have to create the custom directory's like stated above. And then copy that httpd-alias.conf to /usr/local/directadmin/custombuild/custom/ap2/conf/extra as I stated above. There is no /etc/httpd/conf/extra/my-httpd/ directory in use by...
  4. Richard G

    Custom alias for RoundCube

    Not in that directory. If you want to have a custom httpd-alias.conf then just adjust your current httpd-alias.conf and restart apache. This way you don't have to recompile apache right away. After that, copy your httpd-alias.conf to here...
  5. zEitEr

    Install AVIF support for ImageMagick using CustomBuild 2.0

    Just tested and created a test.php with the following content: <?php $image = imagecreatefromjpeg('coffee.jpg'); //read a jpg file imageavif($image, 'coffee.avif'); //save an avif file and executed it as /usr/local/php81/bin/php test.php, and here is a directory listing: $ ls -la...
  6. C

    Custom httpd changes not taking effect in PHP 8.1

    Hi, Inside custom2 of PHP-FPM 8.1 you put some variable. I have also tested it on several servers: What you do see is that it launches the following: PHP 8.1 tail -f /usr/local/directadmin/data/task.queue action=php%2Dfpm%38%31&value=restart /var/log/directadmin/system.log empty Same test...
  7. zEitEr

    Custom httpd changes not taking effect in PHP 8.1

    Hello, The custom httpd changes are applied to a web-server Apache, Nginx, OLS, LS. Why should it restart PHP-FPM? Changes for PHP-FPM should be done in "PHP-FPM config customization" section. If you do changes in "PHP-FPM config customization" and a corresponding PHP-FPM process does not...
  8. F

    Error: AH10159: MinSpareThreads of MaxRequestWorkers

    Hi Forums, I've been having trouble accessing my websites lately. Whenever I restart php and apache the problem goes away. But after 30 minutes my websites are down again. I own 150 websites on a small scale. I get following apache error log: AH10159: server is within MinSpareThreads of...
  9. S

    Need help with renew LetsEncrypt's cert

    thank you So my problem is : 1. Directadmin will renew my cert when I renew my cert, but it only updated to /etc/httpd/conf/ssl.crt and /etc/httpd/conf/ssl.key (I call it CERT A) 2. But directadmin will not update my /usr/local/directadmin/data/users/USER/domains/DOMAIN.COM.cert...
  10. S

    DirectAdmin/CustomBuild: Removal of suPHP, mod_ruid2, mod_php, MySQL 5.5/5.6, MariaDB 5.5/10.0/10.1/10.2

    I had an even more unpleasant experience. In the early morning, around 3 am, I received for the first time the "Removal of mod_ruid2" and "Removal of mod_php" messages. Three hours later, our webserver (httpd) went down. Maybe that was not directly related to this announcement, but must have...
  11. W

    Something is gracefully reloading HTTPD, resulting in error

    According to the logs it seems apache itself that is still running. For example, Apache is stopping at 14:51:05 and stopped at 14:51:10. But something runs an additional command at 14:51:06, which obviously could return an error as Apache is not fully stopped yet. Only lsphp. Thanks, I...
  12. A

    Problem with ServerRoot apache_nginx

    Hello Problem is that i didn't set any customize configuration, after build all with custom build, it generated by server itself. Main issue is with ServerRoot /etc/httpd If i remove this line for each domain and restart nginx then it will works fine but if i reboot the server or restart nginx...
  13. A

    Problem with ServerRoot apache_nginx

    Hello After i installed new clean DA server with latest version of services from custombuild, i got this issue but before that i could use apache_nginx as web server without any problem. There are no custom configuration for httpd. On 2 different servers i test it and got same result. What can...
  14. zEitEr

    Something is gracefully reloading HTTPD, resulting in error

    DirectAdmin has its own monitoring system, and if it finds Apache is down, then it tries to restart it. Though I don't have a clue on why your Apache process fails, the reason why is it restarted might be DirectAdmin. In order to check this version you might review...
  15. C

    Custom httpd changes not taking effect in PHP 8.1

    Hello, I have been able to verify that the changes made in custom httpd do not take effect and finally I have to restart the php-fpm service manually. It only happens in PHP 8.1. I do not know if also in 8.0. In the other versions, Directadmin takes care of doing it automatically by displaying...
  16. Zhenyapan

    Solved how to compile a module manually

    after compilation you receive .so module, then you must include it in httpd.conf, restart it and check is it loaded.
  17. abdulbasitrana

    php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php 8.1 or higher.

    Sir, I have Rebuild my Server and Installed Ubuntu 20.04 LTS. Sir, Ubuntu 20.04 comes with Openssl 1.1.1f. Sir, I run below Commands: cd /usr/local/directadmin/custombuild ./build set php1_release 7.4 ./build php n Sir, PHP 7.4.32 Installed but It is also showing me Errors. Sir, I have run...
  18. micheld

    Permission denied for 7.4 mod_php

    I do this only build php 7.4 fpm: /usr/local/directadmin/directadmin set http2 1 service directadmin restart cd /usr/local/directadmin/custombuild ./build update ./build php #PHP Settings php1_release=7.4 php1_mode=php-fpm php2_release=no php2_mode=php-fpm php3_release=no php3_mode=php-fpm...
  19. S

    upgrade Deb 9 to Deb 10

    Hi All, I have a strange problem. i have upgraded my server yesterday. created thank god a Snapshot before upgrading... It was just a simpel upgrade from deb 9 to 10.... i used the following commands: cp /etc/apt/sources.list /etc/apt/sources.list.bak cat >/etc/apt/sources.list <<EOF deb...
  20. Q

    scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit

    Hi, I have to get back to this problem because it is not solved. I still get this error: [Tue Jul 13 10:37:54.440017 2021] [mpm_event:error] [pid 1638:tid 139662962415744] AH03490: scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit. I have increased settings to: <IfModule...
Back
Top