Search results

  1. D

    CentOS 8 = Big performance gains

    I have not yet any box with CentOS 8. However my datacenter is currently building two new dedicated servers to me, and they will have CentOS 8. It is a matter of few days before they are delivered to me. Hardly can't wait. :) I am not using Cloudlinux, and I don't know anything about their...
  2. D

    CentOS 8 = Big performance gains

    I would like to share a article with recent benchmarks of CentOS 8.0 vs CentOS 7.7, wich shows there is really big performance gains. Here is the article (make sure you read all 4 pages): https://www.phoronix.com/scan.php?page=article&item=centos-8-benchmarks Here is some quotes from the...
  3. D

    backup problem

    You need to edit /etc/my.cnf and move local-infile=0 AFTER [mysqld] - if your my.cnf file does not have the line [mysqld], then you should create [mysqld] right above local-infile=0 It other words, local-infile=0 needs to be below [mysqld] in my.cnf
  4. D

    MySQL 8 and CentOS 8

    The user has also posted about it here: https://forum.directadmin.com/showthread.php?t=57681 - please see that thread for any progress/solution.
  5. D

    CentOS 8 Information

    I see that CentOS 8.x 64-bit ALPHA now is available at https://www.directadmin.com/install.php and also is available to select in licenses. Hopefully some will test it, so that we can have a beta soon. :)
  6. D

    Default DirectAdmin SMTP port, hostname and username?

    The username is the same as the email address. For IMAP port number is 993, and POP is 995, and for SMTP you use port 465 or 587. You can use the server hostname as IMAP/SMTP address, or you can use mail.yourdomain.com Most of these settings is shown to you when you create a new mail account...
  7. D

    install DA on an centos 8 server.

    Please see "CentOS 8 Information": https://forum.directadmin.com/showthread.php?t=59040
  8. D

    Restrict PHPMyAdmin access

    Please take into consideration of shared hosting providers. We are a shared hosting provider, and we do not allow our customers to install phpMyAdmin, because regular hosting customers can't be trusted to keep phpMyAdmin up to date whenever there is a new release with security fixes. Also they...
  9. D

    install DA on an centos 8 server.

    You can't install DirectAdmin on CentOS 8 before support for it is added. You then need to change your license to CentOS 8.
  10. D

    Restrict PHPMyAdmin access

    -1, I would not like this. Also it would not be more secure. On DirectAdmin phpMyAdmin is password protected with http auth, and because of that it is not possible to exploit any vulnerability from the outside. phpMyAdmin should continue to be stand alone install. Also many shared hosting...
  11. D

    MySQL Crash

    MariaDB does not make use of open_files_limit in my.cnf. Please post the output from these commands: ulimit -a ulimit -Hn ulimit -Sn
  12. D

    Can't get nameservers to work

    I am happy to hear you solved the issue. Regarding the seutp I told you to use: ns1.parent-domain.com. 14400 A 1.2.3.4 ns2.parent-domain.com. 14400 A 1.2.3.5 This is the setup I use, but I first setup the name servers for more then 10 years ago, so DirectAdmin must have changed what they...
  13. D

    RedHat 8 released, waiting for CentOS 8

    CentOS 8 was official released yesterday: https://www.mail-archive.com/[email protected]/msg11440.html Forum admin: Can you please create a CentOS 8 subforum at this page?: https://forum.directadmin.com/forumdisplay.php?f=70
  14. D

    Can't get nameservers to work

    If your TTL was 14400 (wich is default in DirectAdmin), then I would wait up to four hours before making any conclusion. In step 2 it seem you have changed the name servers wich was used when installing DirectAdmin, maybe best to double check /usr/local/directadmin/conf/directadmin.conf wich...
  15. D

    Can't get nameservers to work

    Without knowing the real domains and name servers, it is hard to do anything but making guesses. Here is my guess: What does your A records in step 3 look like, does they look like this?: ns1.parent-domain.com. 14400 A 1.2.3.4 ns2.parent-domain.com. 14400 A 1.2.3.5 Please make sure that the...
  16. D

    DirectAdmin 1.59.0 has been released

    I don't see any reason or benefit for a separate feature request system, because we already has what we need in this forum: "Feedback & Feature Requests": https://forum.directadmin.com/forumdisplay.php?f=8 - you can even add a poll to your request. I would not like DirectAdmin developers to...
  17. D

    exif and imagick installation

    Strange. I am also only using one PHP version (php-fpm). Maybe DirectAdmin has made som changes that only affect new installs.
  18. D

    exif and imagick installation

    You should also have /usr/local/php72/lib/php.conf.d/10-directadmin.ini (replace php72 with your php version). In my case I have both /usr/local/php72/lib/php.conf.d/10-directadmin.ini and /usr/local/lib/php.conf.d/10-directadmin.ini, however it is...
  19. D

    Optimal Opcache settings?

    To enable opcache in custombuild, please see https://help.directadmin.com/item.php?id=567 - also here is a very good article worth reading: https://tideways.com/profiler/blog/fine-tune-your-opcache-configuration-to-avoid-caching-suprises - and also...
  20. D

    exif and imagick installation

    Don't you have /usr/local/php72/lib/php.conf.d/10-directadmin.ini? (replace php72 with your php version) Check if imagick.so is added there.
Back
Top