Search results

  1. Zhenyapan

    Solved Convert lifetime license to standard-payed

    Hi, Question more for @fln @DirectAdmin Sales if I convert lifetime license on production server - will it have impact on existing configs/programs? Also if I have currently on server Cloudlinux - will all provided by ProPack features Git/Redis/etc work with it seamless? Also about payment - mo...
  2. Zhenyapan

    Nginx static files

    Hello, We have next code in default nginx-template: |*if HAVE_NGINX_PROXY="1"| location / { |CUSTOM2| # access_log off; proxy_buffering |PROXY_BUFFERING|; proxy_pass http://|PROXY_IP|:|PORT_8080|; proxy_set_header...
  3. Zhenyapan

    Solved Yum update recompiled main php from sources

    Hello, Today I run yum update on Almalinux 8.8 with directadmin + cloudlinux. There was php packages only in YUM, but in the middle of Cleanup it started main PHP recompiling for DA from sources. Why? Cloudlinux support tell ask directadmin support. When I run YUM update I wait for rpm-packages...
  4. Zhenyapan

    Httpd template updated?

    Hello, Recently I had to rewrite all user's httpd.confs and they don't able to send emails without SMTP authentication anymore because new template generates virtualhosts without strings: php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |PHP_EMAIL|' old was: <Directory...
  5. Zhenyapan

    Custombuild with deprecated options

    Hello, I have enabled mod_php and mod_ruid2 on old server with a lot of custom modifications so I must keep it. Can I temporarily disable both them in options.conf to upgrade all other stuff provided with custombuild (exim/nginx/proftpd/mariadb etc.) and then turn ON back? Will it broke...
  6. Zhenyapan

    WP plugin Limit Login Attempts CVE-fixed

    Severe Vulnerability Impacting 600,000 Sites Patched in Limit Login Attempts The plugin is vulnerable in versions up to, and including, 1.7.1. A patch addressing this vulnerability was released on April 4, 2023 as version 1.7.2. We recommend all site owners update to version 1.7.2 as soon as...
  7. Zhenyapan

    Solved No php-fpm socket in users httpd.conf

    Hello, My client modified something in DA and now all sites down due to absent php-fpm socket in their virtual-hosts. I checked php-fpm mode for all versions, trying rebuild php / nginx_apache / rewrite_confs - no luck. Also there are no custom templates. build_remove items tells me that there...
  8. Zhenyapan

    Solved BFM not always blocks IPs

    Hello, Brute force monitor not always blocks IPs, How can I find out why? And how can I configure it to block IP after for example 20 failed attempts during 24h. Thanks!
  9. Zhenyapan

    domainips file missed in new installations

    Hello, Last three installs (Ubuntu20, Centos7) missed file /etc/virtual/domainips So emails sent through main server IP, not from user's dedicated IP. Check please. Thanks!
  10. Zhenyapan

    Brute Force Monitor timings

    Hello, I want to understand few fields: Time before failed login count resets - it related to DA logins only or for all BFM detected attempts (all services)? --- Remove an IP from the blacklist after and Remove an IP from the BF blacklist after - first for DA, second for other services? ---...
  11. Zhenyapan

    License check failed after csf CC_DENY CN,SG,VN,IN,KR,NL

    Hello, License check failed after csf CC_DENY CN,SG,VN,IN,KR,NL So where licence server located to exclude it from list?
  12. Zhenyapan

    Brute-Force monitor customizations

    Hello, I'm receiving notifications from BFM like: Subject: Brute-Force Attack detected in service log from IP(s) 222.223.217.34 A brute force attack has been detected in one of your service logs. IP 222.223.217.34 has 104 failed login attempts: exim1=104 But this IP not blocked. As...
  13. Zhenyapan

    RewriteCond: cannot compile regular expression (after upgrade apache to 2.4.54)

    Hello, Centos 7, Apache (mod_php) was upgraded from 2.4.49 to 2.4.54 after that error log start filling with error reports: -- [Thu Jun 16 23:25:09.039564 2022] [core:alert] [pid 15282] [client 74.125.151.103:0] /home/agro/domains/agro.tld/private_html/.htaccess: RewriteCond: cannot compile...
  14. Zhenyapan

    clean_dangerious_env_vars in directadmin/error.log

    Hello, Just checked on few servers next lines: 2022:05:30-12:18:54: clean_dangerious_env_vars:Command::all_script:/usr/local/directadmin/scripts/custom/all_pre.sh: cleared dangerous variable: ETH_DEVICE_SKIP_= 2022:05:30-12:18:54...
  15. Zhenyapan

    Backup on the fly

    Hello, Is there possibility to make backup without duplicating data to backup_tmp_dir? --- For example I have 100gb account and 100gb free space, if DA makes duplicate of /home/username/ - there is no enough space to put compressed archive, but I still can compress it via ssh and tar czf.. --...
  16. Zhenyapan

    BFM "bad login/username" list for immediate blocking

    Hello, Can we create some list of logins/usernames to block attempts to connect immediately? For example I'm receiving a lot of messages from BFM like: Brute-Force Attack detected in service log on User(s) anonymous "User anonymous has 18041 failed login attempts: exim2=66 & proftpd1=17975" I...
  17. Zhenyapan

    Solved New install - no admin password

    Started new install Centos 7 with export DA_INTERACTIVE_CUSTOMBUILD=true And admin pass not provided directly to console, or it passed only to file now? (/usr/local/directadmin/scripts/setup.txt there it present) ---- Welcome to DirectAdmin version 1.63.4! Here is the information given: Admin...
  18. Zhenyapan

    Exclude tables from backup

    Hello, Can we exclude tables from mysql backup for certain user by exact name/template like we exclude paths from file backup? for example exclude cache/log tables can DA-tech add such feature for mysql-backup like this?: https://www.directadmin.com/features.php?id=1737 thanks!
  19. Zhenyapan

    Solved Service Monitor - didn't show php/nginx/apache/mysql/exim services

    Hello, New install, Centos7x64, Service Monitor - didn't show php/nginx/apache/mysql/exim they installed, working, but not included to Service Monitor I tried to install with predefined options.conf
  20. Zhenyapan

    Solved Old program selector for new DA install

    Hello, How can I run ./setup.sh as it was earlier - to ask me what to install and which version? I need to be able to configure for each client different configs manually. autoinstall not for me.
Back
Top