Search results

  1. Zhenyapan

    Is it possible to install Directadmin directly on CloudLinux?

    I tried both - install on Alma then convert, install Cloudlinux from their ISO - then DA. Both works fine.
  2. Zhenyapan

    Improve DNS Latency DirectAdmin

    if your DNS configured just like: ns1.your.host with 6 A-records for 6 different DCs/servers - so your clients will randomly ask DNS server, so sometimes they will have answer from nearest servers sometimes from far away one. I don't have experience how to configure "weighted" dns to make it...
  3. Zhenyapan

    Improve DNS Latency DirectAdmin

    you just need to setup DNS servers in nearest to user DCs with good connectivity. usually each DC provide test files/links on their websites to check latency/speed etc.
  4. Zhenyapan

    Error: No package liblsapi-1.1-72* available

    same last 3 days, you can write to Cloudlinux support, I will wait till Monday and then try to solve with them (I don't make updates on week end).
  5. Zhenyapan

    Strategies for Monitoring MariaDB Users and Reducing RAM Usage

    number requests != ram usage. requests can be short, tables can be small. you can limit frequency to see who makes most requests (who will reach limit). but better - configure/monitor slow log also you can just check mysql's "processlist"
  6. Zhenyapan

    Strategies for Monitoring MariaDB Users and Reducing RAM Usage

    maria/mysql by itself made to keep in RAM as much as possible because it fastest storage. So you can limit max memory consumption by limiting: max user connections, total buffers, monitor slow queries, make shorter timeouts - but all this will cause more often requests to disks and total mysql...
  7. Zhenyapan

    php 8.2 installation failed

    you need to update OS packages and DA to latest stable versions, currently you trying to install old PHP
  8. Zhenyapan

    DirectAdmin 1.660

    Thanks for Advanced mode for creating new database evolution new
  9. Zhenyapan

    cleanup /var/log/httpd/apache (25G)

    cat /dev/null > /var/log/httpd/apache but better to check with tail what exactly there and why it so big
  10. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    so install/reinstall libicu libicu-devel
  11. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    so try reinstall this lib from OS packages, or restore from old removals
  12. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    https://docs.directadmin.com/changelog/version-1.656.html#tools-for-removing-old-libraries-from-usr-local some packages was removed from custombuild and used OS versions, so you need to deinstall them from custombuild
  13. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    as workaround - try create relative symlink with name libjpeg.so.9 linked to /usr/lib64/libjpeg.so ---- but I think if you rebuilded apache - you need to rebuild PHP too to receive new links to updated libraries.
  14. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    in my Almalinux 8.9 console command: whereis libjpeg shows libjpeg: /usr/lib64/libjpeg.so chech if you have it, maybe you need to build/rebuild it. Did you update DA and OS packages before rebuilding PHP?
  15. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    check includes here: /usr/local/php56/lib/php.conf.d/ /usr/local/php72/lib/php.conf.d/
  16. Zhenyapan

    Urgent HELP please - PHP issues after Apache update

    remove this library from includes check if PHP run's normally, then on working PHP try to recompile libjpeg. Also check if you have any customizations for PHP in custombuild Check paths where PHP looks for libjpeg and where it really exist
  17. Zhenyapan

    looking for vps providers who provide directadmin along side

    besthosting.ua provides VDSs in Ukraine with free DA (legacy internal licenses, without ProPack)
  18. Zhenyapan

    different php.ini for each domain or user ?

    memory_limit - limits memory for one PHP process, limits for whole account you can set cloudlinux or in DA cgroups limits.
  19. Zhenyapan

    directadmin php and ioncube

    @ericosman yes, it works: https://www.ioncube.com/sa/release-notes.php
Back
Top