Search results

  1. Zhenyapan

    Database creation via Legacy API from plugin

    checked, no errors or any mentions logged
  2. Zhenyapan

    Database creation via Legacy API from plugin

    Hello, I'm trying to create database via plugin (like CMS install) but it shows 500 error on POST requests to CMD_API_DATABASES in browser inspection tab I can see only (details=Unable+to+execute+script&error=1&text=An+Error+has+occurred) This plugin works fine on other server. This one little...
  3. Zhenyapan

    Question about assigned ip to reseller and then email and rDNS/PTR config

    As I see - it's enough just to have valid (resolvable) PTR/rDNS no matter which domain it, enough that this exact sending IP has rDNS and domain linked resolves back to this IP. I'm using for 192.168.0.50 like srv050.hostname.com to easier find which IP it about directly from name.
  4. Zhenyapan

    CLI option to set default Name Servers for new users

    Hello, put desired NSs here: /usr/local/directadmin/data/users/RESELLERNAME/reseller.conf
  5. Zhenyapan

    Cloudlinux PHP Selector SubDomain

    @wdc you can make it by your own (you need root access) per-domain, for sudomains you need to add few lines to htaccess, or add subdomain as separate domain https://forum.directadmin.com/threads/directadmin-php-selector-and-cloudlinux-php-selector.62860/#post-326268
  6. Zhenyapan

    Enabling gzip in nginx_apache mode

    as i know it enabled by default, check your /etc/nginx/nginx-gzip.conf and check headers by any online tool that check website speed - it will show if file was compressed and what ratio/archive type
  7. Zhenyapan

    DirectAdmin PHP version change (target: different settings for each domain/subdomain) while using plugins/phpselector

    maybe subdomain path issue? https://docs.directadmin.com/changelog/version-1.648.html#creating-a-new-sub-domain-allow-selecting-custom-document-root
  8. Zhenyapan

    No PNG support with Imagick on new install

    ImageMagick now compilled from OS packages so you can recompile it with needed formats then rebuild php-imagick with custombuild
  9. Zhenyapan

    Rebuild Software RAID 1

    https://docs.hetzner.com/robot/dedicated-server/raid/exchanging-hard-disks-in-a-software-raid
  10. Zhenyapan

    Automated backups stopped working

    cron works before and after failed backup? i mean another cron tasks logged as successful? like 15min 1h before or after your planned backups?
  11. Zhenyapan

    Automated backups stopped working

    what you see in cron logs and in directadmin logs - was it started failed days?
  12. Zhenyapan

    Automated backups stopped working

    it works if you run this cron task from DA panel manually by "run now" ?
  13. Zhenyapan

    PHP disable_functions not changing anything

    maybe you have Cloudlinux? Or you didn't restart php/apache after modifying php.ini
  14. Zhenyapan

    Adding servers to CSF cluster

    you can use one separate server so all servers will send to it and receive from it
  15. Zhenyapan

    DirectAdmin 1.675

    Thanks! now clear )
  16. Zhenyapan

    DirectAdmin 1.675

    Are da_interactive_custombuild didn't work anymore? just tried as usually - and it ignore this and install all by default
  17. Zhenyapan

    php 5.3?

    @Richard G right, you can get php 5.3 with Cloudlinux 8, because Cloudlinux 9 - doesn't support it too. Recently installed 8 version for same reason (old clients with old projects).
  18. Zhenyapan

    Block IP addresses which overload server

    I'm prefer block bots on nginx side, or add this to custom nginx or add to separate conf and include via custom nginx template: if ($http_user_agent ~*...
  19. Zhenyapan

    Nginx_Apache benefit with htaccess rewrites on most requests

    You can use both but replace htaccess rules with nginx rules maybe?
  20. Zhenyapan

    Faults is hitting CPU maximum

    you can find on this page "snapshots" - logs at faulted moments (which processes caused etc)
Back
Top