Questions tagged [directadmin]

DirectAdmin is a popular web hosting control panel

DirectAdmin is a popular web hosting control panel. Questions about DirectAdmin might be more appropriate in the Server Fault or Pro Webmasters StackExchange communities.

221 questions
0
votes
0 answers

website not pointing to magento hosting

I have a magento multi store site. And I have some websites integrated it to the same. Today I have added another website, Created website, store, store view in magento admin panel. changed base url, and secured url, and edited htaccess…
hakkim
  • 666
  • 15
  • 36
0
votes
1 answer

Get remote path of current location

I am making a reseller hosting, for my own clients, but now I want to store my user-backups on a different host. So use a cronjob to do this. But now my cronjob asks me for a Remote path to store the backups on. I just want them in the /backups…
Thijs Kempers
  • 459
  • 6
  • 17
0
votes
1 answer

Instant access to newly created subdomain

I want to create new directadmin user with subdomain using da api and i need instant access to that newly created website. Problem is that sometimes dns propagation takes to much time. I'm thinking about using domain wildcard along with storing…
0
votes
2 answers

DirectAdmin Installation on FreeBSD

I want to install DA and it requires both bind and gcc to be installed first, but they aren't installed on my machine. How do I install bind and gcc on FreeBSD 10.0?
Jacek Jot
  • 81
  • 1
  • 7
0
votes
2 answers

Directadmin server performance lower than ispconfig?

I am running a web-application on 2 servers, but get strange performance problem. server 1: Core i5-4770 3.40GHz with 8gig DDR3 running ISPConfig server with PHP/Mysql. server 2: Core i7-5930K 3.50GHz with 64gig DDR4 running directadmin with…
Tupic
  • 545
  • 1
  • 6
  • 12
0
votes
1 answer

Setting up DNS settings for Azure in DirectAdmin and CPanel

I am just starting my adventure with Azure and have encountered quite a few problems with setting up DNS settings for two domains, one with CPanel as management portal and the other one with DirectAdmin. CPanel The domain with Cpanel is setup…
f78xd23
  • 117
  • 2
  • 15
0
votes
1 answer

Error while compiling Exim (directadmin custombuild)

I'm currently running DirectAdmin on my Debian 6.0.9 and got a message that Exim needed to be updated. So i did my regular commands: ./build update ./build versions ./build update_versions But, whenever I run these commands, i get the following…
Yerath
  • 62
  • 8
0
votes
1 answer

DirectAdmin PHP Cronjob cannot access specific folder

I have a php script mailing me the contents of some logfiles. If I run: php maillogs.php on the command line through SSH it mails me the logs perfectly fine. When I run the same script as a cronjob, I still get mailed (so the script runs) but its…
Flion
  • 10,468
  • 13
  • 48
  • 68
0
votes
1 answer

Autoblocking brute force attacks in DirectAdmin CentOS

I followed this guide ( http://help.directadmin.com/item.php?id=380 ) including the optional step to automatically block brute force attacks. But now after a few days of checking I do not notice any automatic IP blocking. What might be going…
user2019515
  • 4,495
  • 1
  • 29
  • 42
0
votes
2 answers

JDBC/Java App Port Scanning?

I'm having problems with my host as I keep on getting blocked for Port Scanning. Even though they have been whitelisting me, my IP is dynamic, so that's not really a solution. I've been checking and the only 2 apps I use to connect directly to my…
0
votes
1 answer

Error connecting to MySQL: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

I m using Directadmin; It has been while that I m getting this error (knowing that mysqld is running): Error connecting to MySQL: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) would you please indicate me what…
0
votes
0 answers

apache rewrite is not working in directadmin

I want to rewrite every path to an index.php with this code: RewriteEngine on RewriteRule ^(.*)$ index.php?_url_=$1 [L,QSA] but when I type an invalid address my page redirect to 404.shtml (I guess) for examle when I type: 1:…
Pooya
  • 1,508
  • 3
  • 17
  • 38
0
votes
2 answers

how to detect server's control panel type with php?

How to detect server Control Panel type like cpanel and directadmin for using them api's: that's enough for me if it just detects cpanel, directadmin, kloxo and plesk $panel = ???????????; switch($panel){ case 'cpanel': …
mohammad falahat
  • 757
  • 1
  • 4
  • 11
0
votes
2 answers

custom path directory for subdomain in directadmin

I use directadmin. I need to have a subdomain with shop name, that point to web directory. I use below code in this option: admin > Custom Httpd Configurations |*if SUB="shop"| |?DOCROOT=`HOME`/domains/`DOMAIN`/public_html/web| |*endif| But this is…
Nabi K.A.Z.
  • 9,887
  • 6
  • 59
  • 81
0
votes
0 answers

Deleted stats images from webalizer by accident

Good evening I just did something stupid, I am hosting my website somewhere and they have DirectAdmin and they use webalizer to generate stats. So i was playing around in DirectAdmin and saw a option to make stats public. And did that to watch and…
Maantje
  • 104
  • 1
  • 1
  • 10