Search results

  1. stefantriep

    php memory_limit for a specific user cli

    I've already done at Custom HTTPD Configurations ->user.com ->php-fpm.conf At the php-fpm Global |CUSTOM2| tab: php_admin_value[memory_limit] = 1024M At the php-fpm php-fpm |CUSTOM2| tab: php_admin_value[memory_limit] = 1024M But this only sets 1024 MB for the php-fpm web through apache, not...
  2. stefantriep

    Check if Let's Encrypt is still enabled

    I was wondering if there is any option to check in the user conf if Let's Encrypt is enabled. Use case: migrated 1100 accounts from server 1 to server 2 all had Let's Encrypt with renewal enabled. After the migration, the new server can't pick-up the renewal at all domains, so LE SSL expires...
  3. stefantriep

    Server stats log files E-mails Sent/Received

    Hi all, I was wondering where I can find the log file with the counters of the E-mails Sent/Received that's on the Server Stats page and got updated after the nightly tally. Just want to see how much mail a server is handles over time and not just the current month.
  4. stefantriep

    IPv6 with Nginx/Apache

    Hi, I have some issues enabling IPv6 on multiple servers with Nginx/Apache config. Nginx is proxy in front of Apache and on building got this error: nginx: [emerg] bind() to [IPV6-address]:80 failed (99: Cannot assign requested address). Already found this...
  5. stefantriep

    PHP 7.4 installation error

    If I try to install PHP 7.4 on Centos 6.9 I got this error: Cannot find cmake, installing it... Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: *** * extras: *** * updates: *** No package cmake3 available. Error: Nothing to do Found...
  6. stefantriep

    CSR generation issue through API

    I'm trying to automate my request of a new SSL-certificate starting at the CSR. Using DirectAdmin v 1.55.0 on CentOS 6.9 and the httpsocket.php v 3.0.2. 1. Connect to socket and login (check) 2. Login to account of user of the domain (check) 3. use CMD_API_SSL with action=> save and request =>...
  7. stefantriep

    VirtualHost if elseif else

    Hi all, I'm trying to figure out a customization for the VirtualHost Got already a custom one for 1 domain loading an other docroot. But try to have multiple domains with different docroots. Can I implement something like this? |*if DOMAIN="domain.com"| #custom item for just this domain...
  8. stefantriep

    GitLab on a DirectAdmin server

    Hi all, Does anyone have experience with GitLab on a DirectAdmin powered server? The installer installs a webserver for the Git repositories to view, but don't know if this breaks things. I will try to install and report it here. If you have experience, please share!
  9. stefantriep

    Apache crash during DA tally

    Since 1 week Apache crashes during DA Tally at 0.10 AM and all websites are offline (HTTP 500). I've got it almost everyday now. Yesterday got this error in apache error log: *** glibc detected *** /usr/sbin/httpd: free(): invalid pointer: 0x000000000488fa00 *** ======= Backtrace: =========...
  10. stefantriep

    enabling CoreDumps

    Hi Guys, I've followed a lot of guides to enable CoreDumps, but no coredumps when I got an segfaults. Does anyone has a tutorial? or can help me out? Thanks!
  11. stefantriep

    ZendOptimizer+

    Hi guys, Anyone any experience with ZendOptimizer+? Source: https://github.com/zend-dev/ZendOptimizerPlus/ I would like to install the Zend OPcache to speed up my Zend Framework webapplications. But don't know if the manually install will brake anythink if I update PHP later using CustomBuild...
  12. stefantriep

    Protecting your SSH/FTP/POP3/IMAP services

    Hi Guys, I'm searching for an application for protecting SSH/FTP/POP3/IMAP services from attackers. Recently found SSHGuard, but with a CustomBuild is sshd not available as dependancy. Anyone have a working SSHGuard on a server using DirectAdmin? Using a workaround or something else. Do you...
Back
Top