Search results

  1. Aar

    Support for relay per domain in Exim?

    Maybe this is a nice feature request, or maybe someone knows a good solution? I have a number of sites running on my server, and I want to have the outgoing SMTP in Exim relayed via my provider TransIP. According to them this is possible via this extension (not tested yet)...
  2. Aar

    No locale for nl_nl installed

    Hello, I've an DirectAdmin-server wilt Almalinux, and i see that the Dutch locale not in installed. I see instructions on other sites that i can try: yum install glibc-langpack-nl.x86_64 But before executing this command, I was wondering if there are other things I should consider? Or is...
  3. Aar

    How to restart php-fpm automatically?

    Recently I got a new VPS server with 4GB RAM. The server has been running with one of my important sites for a few days now, but suddenly it was unreachable. Soon I noticed that php-fpm had overflowed with 2 GB of processes in memory. Normally it runs around 110 MB of processes. Does anyone...
  4. Aar

    Using variabeles in backup/restore

    Hello, I have a simple question: Is it possible to use variables ($weekday) in the remotepath? For e.g. the numbers of the day's of the week (1-7)? Or is it more convenient to just create seven different cronjobs, one for each day of the week?
  5. Aar

    License expired,

    Hello, When i log in to my DirectAdmin, i see: "License has expire I've take a look into the journal, but i don';t see any notices about the license. I've taken a look into /usr/local/directadmin/conf/license.key, and i see a long code (licence key?) but in the file below i see a lot of...
  6. Aar

    Uploadscript doesn't upload the gzip

    Hello, I have this uploadscript: #!/bin/sh datum=`date +%u`; `echo "action=backup&ftp_ip=123.123.123.123&ftp_username=USER&ftp_password=TOP_SECRET=&ftp_path=/$datum/&owner=admin&type=admin&value=multiple&when=now&where=ftp&who=all" >> /usr/local/directadmin/data/task.queue` But, it doesn't...
  7. Aar

    Method to hashing/encrypt password for backup

    Hi folks, I use this bash-script in a cronjob to make a backup to an external server. Now i have to switch to another server. Can somebody tell me how the ftp_password is hashed/encrypted? I believe that the password that is actually in my script is not the same as the password for the FTP...
  8. Aar

    What to use? CSF+LFD or Fail2ban or both?

    I'm going to install a server with DirectAdmin this week. And I wonder what the best combination is. I know you have CSF which works with iptables so you can manage the firewall through DirectAdmin. This one also has LFD (Login Failure Deamon) on board. You also have Fail2Ban which is separate...
  9. Aar

    Let Encrypt won't create cert with forced SSL setting

    Since I use Cloudflare for my domains. In my messagebox of my user appears the next error: Error: http://www.beta.example.org/.well-known/acme-challenge/letsencrypt_1592442705 is not reachable. Aborting the script. dig output for www.beta.example.org: 2606:4700:3036::****:****...
  10. Aar

    Roundcube gives blank page after login

    I have a problem with Roundcube, and i don't know how i can debug this. When i login in Roundcube, it gives a blank page. I don't see any errors in /var/www/html/roundcube/logs/errors Also the general Apache Error log on /var/log/httpd/error_log doesn't give a hint with an error. I have also...
  11. Aar

    Apache of PHP reload will not be logged to /system.log

    After some work on my server, such as updating PHP (fpm), Apache and rebuilding it, I suddenly notice that my /var/log/directadmin/system.log no longer seems to be filled when I run from the Admin> Service Monitor PHP or Apache reload? For example, if I let Directadmin restart to test it, or a...
  12. Aar

    Apache wil not restarting,

    I have updated my php1_release from 5.3 to 7.3, but Apache will not restarting. When i enter the command 'service httpd restart' is takes a a lot of time, and i see this: [root@servercustombuild]# service httpd restart Redirecting to /bin/systemctl restart httpd.service Job for httpd.service...
  13. Aar

    SSL problem on CloudFlare hosted subdomain

    This week I noticed that the subdomains are giving problems. It concerns subdomains with www. (for example this fictional domain: https://www.subdomain.domain.nl) It concerns the error: SSL_ERROR_NO_CYPHER_OVERLAP This error can only be seen on subdomains that use www. and that are handled by...
  14. Aar

    LetsEncrypt ACME v1 is not supported from 1st June

    One of my client has recieved a mail contains a notice that ACME v1 is not supported. Now I was wondering if this can be solved by upgrading to the latest version of letsencrypt with ./build letsencrypt? Or are there other important things when upgrading to ACME v2?
  15. Aar

    Can't access to 'admin' on SSH

    I have a strange problem. I can't acces to my 'admin' account on SSH? I see in DirectAdmin that SSH is on for this user. But when i login by SSH, i see the error: "Access denied". Other users are no problem, also root uplifting from a user is no problem. What is wrong? The bash-history for...
  16. Aar

    How to exclude domain in backup-script?

    Hello, I have the code below here (for a cron) to make a backup of alle domains, and copy this by FTP. It works great! However, now i'm looking for a option for exclude a domain. Is there an option availiable for this? #!/bin/sh datum=`date +%u`; `echo...
  17. Aar

    Build PHP-release without re-build existing php-release

    Is it also possible to install an additional PHP release (3 or 4) without having to rebuild the existing versions? The process to build takes about 8 minutes per PHP-relasse. (I have 1 Core on my VPS and no SSD unfortunately). All of my PHP-releases are running on fpm-php. Or it this not...
  18. Aar

    AH00687 error in my logs (Negotiation-fault)

    - doublepost - -sorry-
  19. Aar

    Login in SSH is slow

    Hello, When i connect to my server by SSH. The login procedure is slow, when i fill in my password. It takes a a lot of seconds to log in. I know thas a key-phrase is easier, but i'm wondering why it's slow. I've found the setting 'GSSAPIAuthentication yes'in my sshd_config, and i've changed...
  20. Aar

    My php-fpm is regularly stopping, how to fix it?

    I have the idea that my php-fpm56 on my VPS seems to stop regularly. The memory seems normal, and the load seems to rise to 0.80, after which php-fpm56 suddenly stops working. The sites that use, it will keep loading until I restart the services for php-fpm56. Other sites om php-fpm70 just...
Back
Top