Search results

  1. S

    Directadmin API and "Cannot Execute Your Request" error

    Hi, Can you tell me how to bypass this? For example if directadmin is doing a cronjob with database backup I can't in that time do my calls in API with PHP.... why? My call: $da->set_method('post'); $da->query('/CMD_API_DOMAIN', array('action' => 'create', 'domain' => $domain, 'ubandwidth' =>...
  2. S

    MariaDB 10.11 - when in custombuild?

    Hi - like in thread - when will be next MariaDB LTS release (10.11) avaiable to install through custombuild? :)
  3. S

    LiteSpeed is overwriting disable_functions in PHP ?

    Hi, I'm using Litespeed (not openlitespeed) and php 8.1 - I have in /usr/local/php81/lib/php.conf.d/90-custom.ini disable_functions=dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname...
  4. S

    MariaDB 10.6.15

    14.08.2023 :) https://mariadb.com/kb/en/mariadb-10-6-15-release-notes/
  5. S

    Litespeed and unlimited time in cron jobs (PHP scripts)

    Hi, I have big probem.... I have on server newest Alma Linux 8 and newest DA etc. I need to have cron job script working more than 60 minutes.... it's not working like I need...script (PHP) in litespeed is ending after 60 minutes everytime.... I need to run it more than 60 minutes... What I did...
  6. S

    Something wrong with API

    I don't know when it happened but I guess something around year ago after changing server from centos 7 to alma linux 8... I have something like that in my script PHP (I'm using that to connect with API https://files.directadmin.com/services/all/httpsocket/httpsocket.php ) $da = new...
  7. S

    Remote backups - error

    Hi, I have 2 servers, both are with DIrectadmin.... When cron try to do backup on the first server and then send it through FTP there's an error everyday after ~ 1.5-2hours.... how to fix that? That backup has probably something around 300-350gb (both servers are connected in vRack ovh ~6gbps)...
  8. S

    Backup location of TMP file in Remote backup

    Hi, I have a question - I have system (main) disk which have just 355 GB free space - and I have additional disks which have 3.5 TB - my backup will have probably between 350-400gb - I want it send remote to FTP but my question is - where is creating that TMP backup file before sending to FTP...
  9. S

    MariaDB (mysqld) problem - not enabled multi-thread (but it's enabled in my.cnf!)?

    Hi, I spent today like 15 hours on this and I have no idea why this f**** sh** working only on one thread? I have everything turned on in /etc/my.cnf and nothing working (it's fresh install/new server -> centos 8/alma linux)! If I want do backup of databases - it works only on one thread and...
  10. S

    AlmaLinux + OVH + DA

    Hi, I have server on OVH with DirectAdmin license (from them) - I changed CentOS 8 to Alma Linux and I think everything is working fine but in DirectAdmin license (in OVH panel) I can't change it to something like AlmaLinux, there's only CentOS 8 etc. - will it work fine? In DA I have DA build...
  11. S

    Can't access to hostname if there's no Wildcard in DNS

    Hi, I have domain.com and hostname as server.domain.com - anyone have idea why I (and any DNS checker) can't connect/resolve to this hostname if there's no record A "*" ? Even if there's record A "server" I can't connect... it's only working when there's "*" (wildcard?) - why? CentOS 7 and...
  12. S

    Let's Encrypt 2.0.17 - wildcard problem - generating domain.com not *.domain.com

    Hi! Just now after update to 2.0.17 it can't generate wildcard properly!!! It shows in messages it's successful for domain.com and *.domain.com but it's generated just for domain.com and my 1000+ subdomains doesn't work!!! WTF?!?! @smtalk @DirectAdmin Support
  13. S

    Let's encrypt failed for hostname

    Hi, There wasn't problem till now.... my hostname is server.domain.com and I have also domain.com added as normal domain - wildcard for *.domain.com generated fine but for server.domain.com I have outdated SSL since 24.04.2021... I don't know why it was generating fine till now... something...
  14. S

    Frozen e-mails. Mail delivery failed: returning message to sender

    Hi, I have DomainX.com on directadmin server (CentOS 7.x) + dovecot + exim. My hostname on server/directadmin is Server.DomainX.com I don't have local mail for DomainX.com - I have DNSes (MX) to Gmail (google) - it's working fine when I want to send message to [email protected] from outside...
  15. S

    PHPMyAdmin - leave just signon option

    Hi, Is this possible to have signon option to phpmyadmin (from DA panel) but turn off form on phpmyadmin's page? I just want to signin to PMA from DA panel, not directly from PAM page. If someone hacked password to some database etc. I want to deny him from login through form on phpmyadmin page.
  16. S

    Tally and dataskq - high load.

    Hi, I deleted 2 hours ago 15-20 domains... why it's "DDoS" my server? why so long time? Here's log: 2020:04:03-19:34:03: Tally User acdm Begin: mask 20 2020:04:03-19:39:36: signal TERM received. Waiting for children to exit 2020:04:03-19:39:36: Clean shutdown successful 2020:04:03-19:42:02...
  17. S

    LiteSpeed - htaccess,httpd configurations

    Hi, I read that LiteSpeed has Apache compatibility - if I have .htaccess files in domains and CUSTOM HTTPD configurations in DA - will it work with litespeed? or not? or it will be deleted? I have to be 100% sure :D
  18. S

    AH00112: Warning: DocumentRoot [/etc/httpd/`REALDOCROOT` ] does not exist

    Hi, I had since 3-4 years settings in CUSTOM HTTPD of my domain |*if SUB| |?DOCROOT=`REALDOCROOT`/subdomains| |*endif| And suddenly 1hour ago I had ERROR 404 in every of my subdomain.... and I found out in APACHE ERROR logs something like: Why? When I changed `REALDOCROOT` to real path it's...
  19. S

    CName points to subdomain in Directadmin - Apache is functioning normally - why?

    Hi, I pointed CNAME "subdomain.domain.com" to "subdomain.domain2.com" and there's error "Apache is functioning normally" Why? What should I do in directadmin with that? When I go directly to subdomain.domain2.com it's ofcourse working normally....
  20. S

    Redis extension in php.ini - dissappear after update PHP

    Hi, My system is CentOS 7.x and php version - PHP-FPM 7.2. I installed Redis and PECL Redis to PHP... all tutorials in google write that I have to include extension=redis.so to file /usr/local/php72/lib/php.conf.d/10-directadmin.ini but after update PHP to newer version this file is...
Back
Top