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

Fatal error: Call to a member function connection() on null

I am using Laravel 5.3.26. Whene I upload your project in DirectAdmin Host, happening this error? Fatal error: Call to a member function connection() on null in…
AliNasiri
  • 137
  • 1
  • 3
  • 11
0
votes
0 answers

MySQL database corrupt when moving DirectAdmin user

My hosting company has moved user user1 to user2 using DirectAdmin's tool for this (script built in DirectAdmin that basically shuts down MySQL, renames user folder, turns on MySQL). After that they've imported a DirectAdmin back-up that was…
Arko Elsenaar
  • 1,689
  • 3
  • 18
  • 33
0
votes
1 answer

Directadmin combine / merge spf records

We have these two TXT records running in our Directadmin DNS for the same domain name. v=spf1 +a +mx -all v=spf1 +a +mx2 -all I am asked to merge them to have a single TXT record for both mx and mx2. With everything I've tried so far, the system…
KJS
  • 1,176
  • 1
  • 13
  • 29
0
votes
2 answers

Check PHP version for DirectAdmin running two versions

I've got a server running a primary and secondary PHP version (in this case 5 and 7). I'm slowly migrating all sites hosted there to PHP 7. I set the PHP version through the DirectAdmin domain setup options. My question is, is there a way to list…
Sander Koedood
  • 6,007
  • 6
  • 25
  • 34
0
votes
1 answer

How to point domain B tot domain A without redirect in directadmin keeping HTTPS/SSL?

I'd like to point bla.com to bla.org without a redirect using directadmin on a shared hosting. How would I do this? Are there things to consider regarding SEO? I use a ALIAS pointer at the moment (Domain pointer -> Create as an Alias). However if I…
online Thomas
  • 8,864
  • 6
  • 44
  • 85
0
votes
1 answer

Telegram Bot api - how to send my self signed certificated file using curl?

I want to create a BOT for Telegram, but I have issues in sending my public.key file to telegram. I have a vps and the last version of directadmin installed on it. I purchased a free IP and assigned it to one of "my users" which I'm going to use for…
user5601721
0
votes
1 answer

How to increase worker_process nginx directadmin

I want increase worker_process in Nginx installed on DirectAdmin, and i open this file: nano /etc/nginx/nginx.conf but it have no Worker_process, below is all codes: #user nginx; # The number of worker processes is changed automatically by…
antonio
  • 57
  • 7
0
votes
1 answer

Centos7 with directadmin - phpmyadmin blank page

I have some trouble with my PHPMyAdmin on dedicated server. Directadmin was installed with system CentOS7 by soyoustart.com Here is line with phpmyadmin error line from apatche error logs: [Tue Jun 28 10:22:51.938070 2016] [:error] [pid 30558]…
KarambolNaA4
  • 29
  • 1
  • 5
0
votes
1 answer

DirectAdmin Blocks after 100 non-existing emails

I have installed phplist on the server for E-mail marketing but when it has send 100 E-mails to non-existing adresses DirectAdmin blocks the email account. When this happends I must change the password but I have a list of 30.000 E-mails which…
Rob
  • 127
  • 1
  • 2
  • 12
0
votes
1 answer

Restart remote service from DirectAdmin

I have 8 servers connected together to a kind of cluster. On one of the servers i have DirectAdmin that controll all configs (config files mounted over NFS). Everything works correct except restarting services after configs updates. How to force…
McKanty
  • 21
  • 5
0
votes
1 answer

SSL error: certificate Chain Complete?

I got an email from COMODO. the file is: AddTrustExternalCARoot.crt COMODORSAAddTrustCA.crt COMODORSADomainValidationSecureServerCA.crt domain_file_.crt i set this by directadmin and copy files to private_html folder. now when i check certificate…
rouzbeh
  • 11
  • 1
  • 1
  • 8
0
votes
1 answer

Connect SQL Server Management Studio 2014 with directadmin database

I've been trying to connect SSMS 2014 with my database for quite a while now but it's still not working. I hosted my website on versio.nl that uses directadmin. I've added my IP to the access hosts of my database. I forwarded port 3306 on my router…
jeroenvdbergh
  • 362
  • 2
  • 16
0
votes
1 answer

DirectAdmin remote MX not working

We're hosting a WordPress website with a Contact Form 7 contactform. The e-mails doesn't arrive at the customers e-mail. The customer uses Google apps for work so the MX is remote. Only the domain.com and the www records are pointing to our…
user3663901
  • 1
  • 1
  • 3
0
votes
1 answer

htaccess doesn't allow my domain

I created a htaccess file and put it in public_html directory(root of my server): RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://mdpcomics.ir/.*$ [NC] RewriteRule \.(jpg|jpeg|png|gif)$…
M D P
  • 4,525
  • 2
  • 23
  • 35
0
votes
1 answer

Slowly download files via PHP from Direct Admin

I try using file_get_contents(), cURL, FTP... to download files from Direct Admin server. It runs slowly and takes about 2 minutes to download 10MB. When I download files from VestaCP server. It takes about 2-5 seconds to download 10MB. How can I…
Diego
  • 81
  • 8