Recent content by mangelot

  1. mangelot

    php_fpm cgroups

    Hi, @sysdev have you managed to find a solution for this? do you have a copy of the [email protected]' shell script?
  2. mangelot

    DNSSEC, TLSA and DANE

    Great script, didn't noticed it before, just a minor update, found out that wildcard certs are not supported. made a small change to to code Change following code: MAILSAN="DNS:mail.$DOMAIN"; if ! `openssl x509 -noout -text -in $CRT | grep -q $MAILSAN`; then echo "The...
  3. mangelot

    HTTP ERROR 500 on Phpmyadmin.

    All servers with the phpmyadmin 5.2.0 issue, have phalcon an psr installed (verified with php-m) The servers without Phalcon and psr are working with phpmyadmin 5.2.0 without any issues. I also noticed that last night/today there was an update for phalcon 4.1.0 to 4.1.2 available in...
  4. mangelot

    HTTP ERROR 500 on Phpmyadmin.

    We also have this issue, but not on all directadmin servers. I noticed that all servers that have composer installed through custombuild have this issue, without composer don't. Reverted phpmyadmin back to version 4, fixes the issue. perhaps @smtalk has a update for custombuild? phpmyadmin...
  5. mangelot

    DirectAdmin 1.62.9 RC

    @fln and @Arieh, I must say Arieh has a point, Perhaps its possible to bind the hashkey to some kind of api call with the changelog details inside. this is confusing indeed.
  6. mangelot

    DirectAdmin 1.62.9 RC

    Same issue here, Centos8 DirectAdmin 1.62.9 build 92e0314341445a46e5f4b87e587d0e1e526f3b47 downgrade to 1.62.9 build 8ac6f6037d887fe5b77ae6107b7b5fa19b5fb1de is available ./directadmin c | grep update_channel update_channel=current any update on this ? (I also see that this DA version...
  7. mangelot

    CSF blocks CURL requests

    I asume you opened ports inside csf.conf for http port 80 and/or https port 443 outgoing to the payment provider API? I would suggest to take PHP out of the equation, try connecting to the URL in your script manually. You could use curl on the command line, or other tools such as the command...
  8. mangelot

    Custom httpd.conf for demo package

    Hi, Is it possible to enter a html code inside a generated httpd.conf for a specific package? I would like to give customers a trail package named "demo" for some days, and would like to input a popup with mod_substitute in the head section. Telling the visitor that the visited page is a...
  9. mangelot

    Get an error when Installing Directadmin

    Clean install on centos7 x86_64, yum updated! directadmin pre-install commands installed running setup.sh stops with aborting install... Found /usr/local/directadmin/custombuild/mysql/MariaDB-client-10.1.41-1.el7.centos.x86_64.rpm Found...
  10. mangelot

    cwaf update error rule set 1.109

    Hello We noticed an update error in Comodo ModSecurity Rule Set 1.108 update to 1.109 is available After custombuild install httpd doesn't start service httpd restart Stopping httpd: [ OK ] Starting httpd: httpd: Syntax error on line 51 of...
  11. mangelot

    custombuild 2 with fastcgi

    Noticed many errors in apache error log. Broken pipe: [client xx.xx.xx.xx:43353] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function I know its related to fcgid.conf (php - fastcgi default) <IfModule mod_fcgid.c> FcgidIPCDir /var/run/fcgidsock SharememPath /var/run/fcgid_shm...
  12. mangelot

    optimal hdd config directadmin

    Hello, I'm wondering what kind off HDD results/config other directadmin user have to optimize directadmin I/O performance? Cannot find much info on the forum about this. The facts we currently use this raid layout: Centos 6 (ext4) raid 5 (3 disks array + 1 hotspare) Shunk size 64kb Stripe...
  13. mangelot

    Not receiving bounce emails from exim (spamblocker4 +clamav)

    Hello, One question when a specified message gets blocked bij exim rules rbl or clamav and result is an deny message. Why ist it returned (bounced back) to sender? with the deny message why it is blocked. Example: sending email to user on server, with attachment file (.bat) exim.conf...
  14. mangelot

    php4 and php 5 both CGI with suphp possible?

    Hello, I'm wondering if it's possible to install php4 and php5 both as CGI with suphp? I've some customers complaining about the fact that httpd is running as user apache on php5. so i would like to change php5 to use cgi and suphp to force httpd run as user. or change php4 to cli en php to cgi...
Back
Top