YumRepo Error and The make has failed
-
تاریخ: 1396/4/25 ساعت: 9:32
Hello,I tried to update everything with custombuild 2.0 and got this error. I believe that's because my vps is centos 5 and centos 5 went EOL as far as I know.How can I bypass this?More importantly, since now I have to upgrade centos, does centos have an in-line upgrade system to new distro like ubu
DA unreachable on port 2222
-
تاریخ: 1396/4/25 ساعت: 9:32
Question is, do I now need to undo the part where I set iptables to off? Or just leave it be? You got CSF, so iptables should not be ru ing by itself.You can give this command as root: Code: chkconfig iptables off This prevents iptables from starting after a
Symbolic link wrong when changing URL of user
-
تاریخ: 1396/4/25 ساعت: 9:32
So, let's say a user has one domain. When I change the domain name, which works well, the symbolic link in the file manager and FTP does not work...
MX records use this server among users mailing to each other
-
تاریخ: 1396/4/25 ساعت: 9:32
So let's say this is my situation:2 users (userA and userB) in DirectAdmin.userA uses exte al mail in form of hosted Exchange (hosted elsewhere)userB uses mail in DirectAdmin.Question:How does option under MX Records ‘Use this server to handle my emails. If not, change the MX record and uncheck this...
Lets encrypt seems to work but no secure connection with FF or Chrome
-
تاریخ: 1396/4/25 ساعت: 9:32
Hello, I think I overview something... If I do a check with https://www.ssllabs.com/ssltest/index.html I get a nice 'A rating' for my domain....
Letsencrypt Wildcard Certificates Coming January 2018
-
تاریخ: 1396/4/25 ساعت: 9:32
Wildcard Certificates Coming January 2018Let’s Encrypt will begin issuing wildcard certificates in January of 2018. Wildcard certificates are a commonly requested feature and we understand that there are some use cases where they make HTTPS deployment easier. Our hope is that offering wildcards will...
DNS Error
-
تاریخ: 1396/4/25 ساعت: 9:32
http://dns.squish.net100% resulted in an exception Results 50.0% recvfrom failed from 94.2.xx.xx; Co ection refused - recvfrom(2) at ns1.xx.com (94.2.xx.xx) 50.0% recvfrom failed from 94.2.xx.xx; Co ection refused - recvfrom(2) at ns2.xx.com (94.2.xx.xx)how can i solve?
MariaDB 10.2.27
-
تاریخ: 1396/4/25 ساعت: 9:32
It's already in CustomBuild. Changelog: https://mariadb.com/kb/en/mariadb/ma...027-changelog/FreeBSD users must:1. Go to /usr/local/directadmin/custombuild2. ./build update3. untar, ungz the new downloaded archive4. cd mariadb-10.2.275. cmake -DPLUGIN_TOKUDB=NO -DPLUGIN_OQGRAPH=NO -DPLUGIN_MROONGA=N...
Backup recover method
-
تاریخ: 1396/4/25 ساعت: 9:32
Hi,I'm moving mail server from one Directadmin server to another, using backup.First created same email accounts on new server, then changed dns records. After few hours created an backup on old server and now I want to recover this backup on new server.The question is: what's go a happen with the m...
CSF's IP RBL Checking From Email Field
-
تاریخ: 1396/4/22 ساعت: 0:11
Hi Emails being delivered to my support address are being sent from a root@satu .youds.com email address. Is it possible to define a default...
download file apk can not show time remain
-
تاریخ: 1396/4/22 ساعت: 0:11
Hello,That's depends on how your server and/or application sends it. If you use a PHP script to send apk to users you need to make sure that you send its size in headers, if you download the file directly over HTTP/HTTPS then you might need to check headers and adjust them with .htaccess directives,...
Forcing SSL on Webistes hosted in Direct Admin
-
تاریخ: 1396/4/22 ساعت: 0:11
Hello All,I am just wondering if there is a way in Direct Admin to force a website to be SSL only.As of now the domain that is in Direct Admin can be access either by HTTP or HTTPS.I've looked at where I thought the SSL Settings are at, but I can't seem to find the setting.
Bind 9.11.1-p3
-
تاریخ: 1396/4/22 ساعت: 0:11
https://lists.isc.org/pipermail/bind-a ounce/2017-July/001057.html ---Quote--- BIND 9.11.1-P3 addresses a TSIG regression introduced in...
List which domains use PHP1 or PHP2
-
تاریخ: 1396/4/22 ساعت: 0:11
Hello,List all domains with php2_release set as primary: Code: for d in `cat /etc/virtual/domainowners | cut -d: -f1 | sort`; do grep -q ^php1_select=2 /usr/local/directadmin/data/users/*/domains/$d.conf 2>/dev/null && echo $d; done; List all domains with php1_release set as primary: Code: for d in ...
A failure in the SSL library occurred, usually a protocol error
-
تاریخ: 1396/4/22 ساعت: 0:11
I am getting these lines in /var/log/directadmin/error.log on every click in DirectAdmin: 2017:07:11-17:42:56: Can't co ect to ssl!2017:07:11-17:42:56: -> A failure in the SSL library occurred, usually a protocol error.2017:07:11-17:42:56: -> error:00000001:lib(0):func(0):reason(1) Des
Apache 2.4.27
-
تاریخ: 1396/4/22 ساعت: 0:11
Hello,Apache 2.4.27 has been added to files1, and CustomBuild 2.0 has been updated (rev 1679).A oucement:http://www.apache.org/dist/httpd/A ouncement2.4.htmlTo update: Code: cd /usr/local/directadmin/custombuild ./build update ./build apache ./build mod_ruid2 #if set ./build php n #if
libpng 1.6.30
-
تاریخ: 1396/4/22 ساعت: 0:11
...fixes a bug in which libpng would write an empty (and pointless) IDAT chunk when the last real one exactly fills the compression buffer. It also includes a number of documentation updates and minor fixes, and it adds checks for integer overflow in the contributed utilities visupng and genpng
Nginx 1.12.1 & 1.13.3 (SecurityFix)
-
تاریخ: 1396/4/22 ساعت: 0:11
Changes with nginx 1.13.3 11 Jul 2017*) Security: a specially crafted request might result in an integer overflow and incorrect processing of ranges in the range filter, potentially resulting in sensitive information leak (CVE-2017-7529).
New Skin feedback
-
تاریخ: 1396/4/22 ساعت: 0:11
New Skin feedback Today, 04:31 AM
Does anyone want my hosting / domain reseller biz?
-
تاریخ: 1396/4/13 ساعت: 2:36
over 200 domains across 2 directadmin serversmost of whom do not pay as I haven't billed them. But there's na opportunity for someone who wants to spend some time making contact and getting them into whmcs or similar.I'll give it away. I just don't have the time to talk to people about it and don't ...