Search results

  1. wattie

    [SOLVED] WordPress Asking for FTP Credentials” Error?

    In future you can just use chmod -R for that.
  2. wattie

    MySQL utf8 issue

    You need to use utf8_bin collation on that column.
  3. wattie

    New Directadmin forum

    Much better
  4. wattie

    Remove Curl Custom build.

    Is there any good reason for you to want that? Curl IS actively used by the Build script. It must be installed. On FreeBSD for example it duplicates with Curl from ports. But it is not an issue - it does not break anything. Sometimes you have to update ports with forcing skip of Curl build but...
  5. wattie

    Upgrade to FreeBSD 11.3 experiences

    Do not get me wrong here. You can (and you usually do) use OpenSSL from ports. So in theory it should work fine when you install older OpenSSL through the ports system. I just don't have the time to test it yet.
  6. wattie

    Upgrade to FreeBSD 11.3 experiences

    I am not going to update to 12.0 yet. Most of the websites on my server depend on PHP 5.x (they are built on old custom CMS which uses lots of old libraries). While I may be able to use the older OpenSSL from ports and everything should be OK, I don't wish to be the one who experiment with it...
  7. wattie

    CP Migration error 400 on a WP

    Yes, this is common issue with some CMS systems during migrations. It happens commonly with forums. It is even more complex with Wordpress if you want to change the domain of the website. It not only hardcode it in the config file (exactly for the permalinks reason) but it also leaves it in...
  8. wattie

    phpmyadmin redirects from domain.com -> hostname(what doesnt registred)

    In /usr/local/directadmin/custombuild/options.conf you have the option use_hostname_for_alias with setting "yes". That means that whenever you want to open customer <domain>/phpmyadmin it will redirect to your server <hostname>/phpmyadmin (same with e-mail, etc - all webapps that are not part of...
  9. wattie

    New server (clean DA) and NGINX (also Apache) error

    Without details from logs, etc., we can only guess. I think you must open a ticket and let a specialist login and look into it.
  10. wattie

    InnoDB or MyISAM on MariaDB 10.4 for Shared Hosting

    "Shared hosting" means many different websites. Each of them is free to use whatever database engine it needs - InnoDB, Aria, MyISAM, etc are all supported by the modern MariaDB servers. The DBMS (database management system - eg MySQL/MariaDB in your case) do support multiple database engines...
  11. wattie

    InnoDB or MyISAM on MariaDB 10.4 for Shared Hosting

    Briefly: use InnoDB for your projects! It is the default and superior storage engine. InnoDB is superior in all aspects. Since MariaDB 5.5 and MySQL 5.5 it has been the default option for both systems. It is crash safe, it supports transactions, integrity checks, etc. Some old tutorials mocks...
  12. wattie

    how i can edit keep-alive options for apache 2.4?

    Take a look here: https://help.directadmin.com/item.php?id=351
  13. wattie

    Upgrade to FreeBSD 11.3 experiences

    It is really easy. I even managed to upgrade a FreeBSD 7.0 machine up to 12 remotely. Major upgrades (for example 10.x to 11.y) are more complicated because it requires updating all ports and software as well. Minor upgrades (like in your case) are "peace of cake" and it's all about one restart...
  14. wattie

    MySql compile vs package

    Briefly: keep it NO if you do not have any issues building MySQL. Usually DirectAdmin ships customized packages for each Operating System. You should keep mysql_force_compile NO to use them (this is recommended!). The mysql_force_compile is used in cases when you try to build it and it fails...
  15. wattie

    MySQL 8.0.13 update to 8.0.17 ends up running but not accessible

    If you are FreeBSD or Debian, it will be in /usr/local/mysql/data (the file ends with ".err" name). If not, I think you should open a ticket.
  16. wattie

    MySQL 8.0.13 update to 8.0.17 ends up running but not accessible

    First you should restart the service for sure. If that does not help, check its logs.
  17. wattie

    Strange error at the end of the build on FreeBSD

    When I updated Dovecot to it's newest version today I got the following error at the end: Restarting dovecot. Stopping dovecot: cat: /var/run/dovecot/master.pid: No such file or directory usage: kill [-s signal_name] pid ... kill -l [exit_status] kill -signal_name pid ...
  18. wattie

    Compile specific PHP version

    Yes, this should do it: You can change 7.3 to whatever version you want. Anyway I strongly encourage you to keep all your software up-to-date.
  19. wattie

    exim 4.92.3 custombuild error

    Not it compiles with no problems.
Back
Top