Search results

  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

    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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. mangelot

    PHP Version Display

    Old thread, but if its quite simple (like mentioned) to include a secondary php version also (if any installed by custombuild) Regards, Marco
  11. mangelot

    optimal hdd config directadmin

    Thanks, For your answer, but its not really what I mean. Put it this way, how can I optimize the performance of the (complete) directadmin server based on blocksizes. whats the best filesystem?, best block sizes for mySQL, httpd and or MTA. specific finetuning for this can optimize the entire...
  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

    /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open

    Same here after updating yesterday the nightly tally breaks apache 2.4 (not apache 2.2 servers?) A ssh command #./build apache (from inside /usr/local/directadmin/custombuild/ folder) fixes this issue. As far that I can remember the error some info: after nightly tally apache shutdown...
  14. mangelot

    18 new duplicatel lines in options.conf

    Hello SMtalk Everytime I run ./build update the following lines are added to options.conf mysql_force_compile=no pureftpd_uploadscan=no proftpd_uploadscan=no clamav_exim=yes apache_mpm=auto harden_symlinks_patch=yes opcache=no suhosin=no suhosin_php_uploadscan=no mysql_force_compile=...
  15. mangelot

    Directadmin 1.45.0 has been released

    Receiving following error on 5 out of 6 servers. Subject: *** An error has occurred while trying to update the software *** Today at 11:10 This is an automated message notifying you that an error has occurred while trying to update the software. The generated error message is as follows...
  16. mangelot

    PHP Selector not working right

    Same issue (different php mode) on new install directadmin. options.conf #PHP settings. #Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp) php1_release=5.5 php2_release=5.3...
  17. mangelot

    Multi ip: Add a shared ipv6 to all users at once

    Good working script, I've made a few changes in the script.. If you have an client with a owned IPv4 (lets say for SSL certificate) and add an ipv6 address. the ipv6 address will resolve as shared ip. and not the the clients website http://[your_ipv6_address] gives an 'This IP is being...
  18. mangelot

    Not receiving bounce emails from exim (spamblocker4 +clamav)

    Thanks Jeff, But one question the originating server is the same server. (both sender and receiver are on the same server) example: [email protected] is sending an mail with attachment .bat to [email protected] (both domains on srv01.server.com) User1 connects throught port 587 SMTP (with...
  19. 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...
Back
Top