PHP-FPM Exif extension not working properly - تاریخ: 1396/5/2 ساعت: 16:51
Today I switched from SuPHP to PHP-FPM. OS is FreeBSD 11. Everything worked fluent except the EXIF extension. Here is my configure.php71 file: Code: root@srv2:/usr/local/directadmin/custombuild/configure/fpm # cat configure.php71 #!/bin/sh ./configure --prefix=/usr/local/php71
Directadmin conf. and create .onion accounts - تاریخ: 1396/5/2 ساعت: 16:51
Da vielleicht alles nochmal bloß in einer anderen sprache :ich benutze directadmin (centos) seit vielen jahren auf meinen Serve . Ich möchte die Möglichkeiten des directadmins vergröße und zwar mit der Eröffnung des Kontos in Webadresse .onionTor ist schon aktiv und funktioniert aber ich weiß nicht ...
Some suggestions for the new skin - تاریخ: 1396/5/2 ساعت: 16:51
First of all.I really like how the new skin looks and caanot wait to make my clients happy with a new look and feel.When i click around alott of pages it looks alott better and fresher.I noticed some things tgat could still be better (in my opinion) and i hope you will take these comments serously.I
Block access to all vhosts / shared vhosts command - تاریخ: 1396/5/2 ساعت: 16:51
"Order Deny,Allow" is wrong for your case with the included clauses. With Deny,Allow you first specify the denied origins (the deny clause) and then the exceptions from that rule (the allowed clause). The IP address which you wish to block matches both clauses. So you first deny the IP and then allo
I need IMAP compiled into php - تاریخ: 1396/5/2 ساعت: 16:51
All:I have read all of the posts I could find. I have run through this at least 6 time.Can someone please tell me what process I need to follow.I did this.https://help.directadmin.com/item.php?id=341This guide is it current? I have centos7, custombuild 2, the most current stable version of directadm...
URGENT Problem: The server requested authentication method unknown to the client - تاریخ: 1396/5/2 ساعت: 16:51
#2054 - The server requested authentication method unknown to the clientwhen i want to co ect phpmyadmin i see this errorandwhen i want to co ect websitesDatabase co ection error (2): Could not co ect to MySQL.Database co ection error (2): Could not co ect to MySQL.server run good mysql startedwhat ...
SSL necessary - تاریخ: 1396/5/2 ساعت: 16:51
SSL necessary Today, 01:51 AM &#
How to make request to DirectAdmin with REST API? - تاریخ: 1396/4/29 ساعت: 12:14
Bare in mind that the DA API format was made like 14 years ago; at which time the REST format was no way the standard that it is today.Screenshot-2016-11-01-16.01.29.pngSource: https://blog.readme.io/the-history-of-rest-apis/A very basic PHP example is this: PHP Code: <?php$x = file_get_contents
How do I install DA without mod_security? - تاریخ: 1396/4/29 ساعت: 12:14
I'm setting up some new servers and the problem I'm having is with mod_security, as I do not want it installed onto the server.I'm ru ing CentOS 6.9 and am installing DA on a fresh, clean server. During the DA installation setup, I choose Option 1 for the latest CustomBuild.After DA is installed, I
Direct admin install on lan - need help - تاریخ: 1396/4/29 ساعت: 12:14
Hi,My ens18 lists only my inte al ip not the exte al ip on which i have the licensSo i went thro this tutorial https://help.directadmin.com/item.php?id=418 everthing go's fine until i hit point 4 wich states "/etc/init.d/startips start" then i get error : no such file or directoryI have bin googling...
cronjob not working? - تاریخ: 1396/4/29 ساعت: 12:14
If you have root on this server, can you confirm crond is actually ru ing? Code: ps aux | grep crond If it is, set a MAILTO environment variable at the top of your cronfile to email you output. Maybe there will be a hint there. Code: MAILTO="[email protected]" */10 * * * * wget -q -O /dev/null http...
[Plugin] Site Scanner (plugin for daily ClamAV run) [BETA] - تاریخ: 1396/4/27 ساعت: 13:40
Site Sca er is free open-source plugin for daily ClamAV run.https://bitbucket.org/ruweb/site_scanWARNING: Plugin is in BETA state! It's tested on FreeBSD only (since we don't have any Linux servers with DirectAdmin). Plugin still lacks english localization (only text placeholders will be displayed
Backups "Append to Path " doesnt work - تاریخ: 1396/4/27 ساعت: 13:40
So my problem is that :i have a server which i backup to an exte al ftp server.the problem is that i use the "Append to Path" but it never really goes to the PATH specified,instead it changes the NAME of the files toSunday.user.user.tar.gzinstead of going to the PATH of /home/backup/Nameoftheday/use...
Migrated from mod_php to php-fpm truble installing extension - تاریخ: 1396/4/27 ساعت: 13:40
I really need some help here. I have been ru ing php 7.0 with mod_php and mod_ruid2 and imagick extension installed from source, it have worked correct. However I have now changed to use php-fpm, it seems to work correct except I am not able to get imagick extension to work correctly.imagick extens
Authorization in header not set - تاریخ: 1396/4/27 ساعت: 13:40
hello,I am new in directadmin,when I send a request to a php page with "Authorizaion" header it seems it don't Authorizaion but when I try to send another things in header it works well.Is there any limitation for Authorization in Directadmin ?here is my codes: Code: if(isset($_SERVER['HTTP_AUTHORIZ...
License for sale - تاریخ: 1396/4/27 ساعت: 13:40
License for sale Yesterday, 11:42 PM
Let&#039;s Encrypt client 1.0.10 to 1.0.11 update is available. - تاریخ: 1396/4/27 ساعت: 13:40
Let's Encrypt client 1.0.10 to 1.0.11 update is available.Directadmin updatedadded is: CN_DOMAIN=${DOMAIN}if ! echo "${DOMAINS}" | grep -m1 -q "DNS:${DOMAIN},"; thenCN_DOMAIN="`echo ${SAN} | cut -d':' -f2 | cut -d',' -f1`"fiif [ "${CN_DOMAIN}" = "" ]; thenCN_DOMAIN=${DOMAIN}fi DUTCH GERMAN, GERMAN D...
php56+mod_ruid2 -> php71+php_fpm: Broken images Wordpress / MySQL-error phpbb forums - تاریخ: 1396/4/27 ساعت: 13:40
Current setup:- php1 : php56 w/mod_ruid2- php2 : NoneCentOS 6. Everything updated (yum/CB)Tried to change to php56+php_fpm last night, from ru ing php56+mod_php w/ mod_ruid2, and ru ing the 2nd php-release with php71+php-fpm.- php1 : php56+php-fpm- php2 : php71+php-fpm- tu ed off mod-ruid2 in CBA
Unable to set redirects from DA menu - تاریخ: 1396/4/27 ساعت: 13:40
When a specific user tries to use 'Site Redirection' from the da menu he gets the following error:An error has occurredDetailsUnable to get Lock on /home/$USER/domains/$DOMAIN/public_html/.htaccessHe's the only user with this problem on the server, the .htaccess file exists and is owned by this user...
error while loading shared libraries: libssl.so.10 - تاریخ: 1396/4/25 ساعت: 9:32
after run following command directadmin stopped and not run : Code: 408 cd /usr/local/directadmin/custombuild 409 nano options.conf 410 yum install nano 411 nano options.conf 412 ./build set php1_release 7.0 413 ./build update 414 ./build php d error : Code: Stopping DirectAdmin: [FAILED] Starting D...