Search results

  1. B

    Active-Active Disaster Recovery Setup for DirectAdmin

    Hello, Since most of the threads in this forum discussing failover and disaster recovery (DR) solutions are several years old, I kindly ask not to be referred to a Google search (I already did it). I am looking to implement an active-active disaster recovery solution for DirectAdmin. The goal...
  2. B

    Return to mail queue after deleting an email

    Hello, When I view an email at "Mail Queue Administration", and click on "Delete" button, it shows a confirmation screen "Message xxx has been removed". Then I must click on "Home" button and navigate again to "Mail Queue Administration" ("Back" button on the bottom referral to the deleted...
  3. B

    Admin backup with secure ftp connection failed

    Hi, When Secure FTP option is set to FTPS in Admin Backup/Transfer the backup fail with an error "FTP information invalid", When Secure FTP option is set to NO, the backup is working like it should be. Here is the ftp server log for secure connection: Mon Oct 19 14:32:13 2015 [pid 12176]...
  4. B

    custom nginx_php.conf per user?

    Hi, Is it possible to create/add custom rules to nginx_php.conf per user? (for example only for 'admin' user)
  5. B

    Problem when restore user database (remote MySQL)

    Hi, I have DirectAdmin server with 2 network interfaces, WAN and LAN. My DirectAdmin server is configured to connect to a remote MySQL server on the LAN. My setup is: DirectAdmin server: WAN: 37.xx.xx.xx LAN: 192.168.1.4 MySQL Server: 192.168.1.5 When I restore a user I encounter with a few...
  6. B

    PHP version selector problem

    Hi, I'm using CB 2.0 with PHP 5.5 (mod_ruid2) and PHP 5.3 (suphp). options.conf settings: #PHP Settings php1_release=5.5 php1_mode=mod_php php2_release=5.3 php2_mode=suphp In domain setup, under PHP version selector i selected php 5.3 as first, and 5.5 as second. when i running .php...
  7. B

    build secure_php

    Hi, it will be a nice idea to include the following PHP functions in the disable list: proc_nice - allow the user set the priority of his scripts. ini_set - allow the user to override php.ini settings. * posix_ (getpwnam, kill, setuid, setguid, seteuid, seteguid, setsid, setpgid) - allow the...
  8. B

    PHP 5.3 as mod_suphp + PHP 5.5 as mod_php

    Hi, I use Custombuild 2.0 with Apache 2.4 + mod_ruid2. I installed PHP 5.3 as mod_suphp and PHP 5.5 as mod_php. When I change the PHP version in the control panel it's don't take any affect at all. PHP version remain 5.5 even if I set it to 5.3. [root@server extra]# whereis php php: /bin/php...
  9. B

    custombuild 1.2 libaio (MySQL 5.5)

    Hi, I'm trying to install MySQL 5.5 on CentOS 6.3 (x86) with custombuild 1.2. Custombuild is searching for libaio in /lib64 and /usr/lib and in my case this file is located in /lib Which lead to "Cannot find libaio". As a temporary solution I just changed the path by myself. Another solution is...
  10. B

    problem with Exim and ClamAv

    Hi, I can't send e-mails when clamav is defined to scan my emails. this is the error from exim/paniclog: ClamAV 0.97.3 Exim version 4.76 CentOS 6 2.6.32-220.4.1.el6.x86_64 Please help me solve this problem. Thanks!
  11. B

    bind (named) isn't listen on server ips

    hi, bind isn't listen on port 53 for the server ip, it's listen only in 127.0.0.1 i found a temporary solution, just edit /etc/named.conf and add in "listen-on" line your extra ip manualy. but it isn't the right way to fix it, because every new ip that you add from DA panel you'll have to...
  12. B

    Ability to remove/add services to system information

    Hi, it will be nice if we can add or remove services (mysql,apache, etc..) from "System Information" page, like we have the ability to do so in the "Service Monitor" page (with the services.status file). Thanks.
  13. B

    Can DA connect to remote SQL Server?

    Hi, i want to separate the SQL serer from my main server to another server. will DA can handle it remotely? (create / remove DB users, etc..) if yes, will it have to be MySQL or can i use another SQL Server? Thanks!
  14. B

    nginx set flv Content-Type as plain/text

    Hi, my nginx version is 0.8.54. i try to stream flv files, but i can't. i finally find why - the Content-Type defined as text/plain and not as video/x-flv like it should be. my mime.types file contain video/x-flv definition. i compile nginx with --with-http_flv_module, and add location ~ \.flv$...
  15. B

    nginx client timed out (110: Connection timed out)

    Hi, i'm using nginx as proxy (for apache). apache is running under port 80 (and handle php files), nginx running under port 81 (and handle everything else - js,css,etc..). i installed rpaf_module for apache and configure it to pass the information to nginx. it worked like a charm, but suddenly...
  16. B

    sell 5 lifetime licenses

    if you want to buy one or more licenses, send me PM with your price.
  17. B

    AllowOverride None and mod_rewrite?

    hi, i want to set AllowOverride to None, but when i do it the rewrite engine is shut down. i change it in the httpd.conf file any solution? Thanks!
  18. B

    Quota problem

    hi, i have a problem with my server's quota system. when i create a new user i get this message: my /etc/fstab i don't have "/home" mount point, and i don't want one. just want to set quota on the main mount point "/" Thanks!
  19. B

    suPHP or mod_ruid?

    Hi, Almost 2 years I am using suPHP + PHP FCGI. Last week I accidentally found some mini-article about mod_ruid. If I understand correctly, this mod is very similar to suphp. As far as I know, suphp + php fcgi is slower than php cli + mod_ruid (and you can also install some accelerators...)...
  20. B

    Roundcube: SERVICE CURRENTLY NOT AVAILABLE!

    Hi, I just install a DirectAdmin on clean install of CentOS 5.4 32bit. When i try to login my email account via roundcube i am getting this message: SERVICE CURRENTLY NOT AVAILABLE! Error No. [500] here is logs from (var/www/html/roundcube/logs/error) how can i fix it?
Back
Top