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
10
votes
4 answers

Can't locate Digest/MD5.pm directadmin

I am trying to make backup in directadmin but it shows this error, perl is installed and updated Can't locate Digest/MD5.pm in @INC (@INC contains: /tmp/.perl-ppk- BP6PxZ/lib . perl5 .) at /tmp/.perl-ppk-BP6PxZ/lib/Cpanel/Pkgacct/Archive/Writer.pm…
Angel
  • 219
  • 1
  • 2
  • 5
8
votes
4 answers

AH00016: Configuration Failed

I have a dedicated root server runs Debian and the Administration Panel I use directadmin. Since this afternoon I have the following problem: My website is no longer accessible, since the service httpd is stopped and can not be launched. It always…
agxl
  • 81
  • 1
  • 1
  • 4
8
votes
5 answers

cURL error 28: Resolving timed out after 5001 milliseconds

I use WordPress and I recently moved my site from the cpanel host to a Linux server with directadmin panel. Right after the transfer realized that customers have the following error when downloading via EDD plugin. cURL error 28: Resolving timed…
Danesh-Ju Com
  • 81
  • 1
  • 1
  • 3
5
votes
2 answers

Remove .php from URL in subdirectory

On a CentOS 6 running apache 2.4 and DirectAdmin, I have a wordpress website. Beside the wordpress standard architecture, I want to have some semi-static pages which are located in a sub-directory. Filesystem is as:…
4
votes
0 answers

Got error 'PHP message: PHP Notice: Unknown: file created in the system's temporary directory in Unknown on line 0\nPHP message: PHP Warning:

PHP Warning: File upload error - unable to create a temporary file in Unknown This is a problem that keeps recurring. We have servers with PHP FPM and for some strange reason this problem keep happening: Got error 'PHP message: PHP Notice: Unknown:…
blade19899
  • 727
  • 1
  • 8
  • 32
4
votes
2 answers

Edit php.ini file using DirectAdmin

I want to edit my php.ini file to allow file uploads. Running phpinfo() tells me that it is located at /usr/local/lib/php.ini. However, I am paying for hosting and can only make these changes via DirectAdmin. How can I make the change I need to make…
user5356315
4
votes
3 answers

Can't get PHP-script running as a cronjob

Recently my site was moved to a different server, due to maintenance at the host. Ever since I can't this script to run as a cronjob anymore: http://www.filmhuisalkmaar.nl/wp-content/themes/filmhuis-alkmaar/cron/load-shows.php I tried running it…
3
votes
1 answer

DirectAdmin Apache - .htaccess rewrite(s)

I'm having trouble setting up a rewrite and hoping someone knows the answer. This is the code that i'm currently using in .htaccess: Options +FollowSymLinks RewriteEngine on RewriteBase /point/to/dir/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond…
3
votes
1 answer

Laravel cron job running every minute doubles mysql connections

I'm running a cron job on a direct admin server that runs every minute and every minute the connections/processes almost triples to about 90 from about 30. They die right away and they drop back down to about…
Theory
  • 65
  • 9
3
votes
0 answers

How to enable LDAP with PHP 7.0 in Debian 7 wheezy server with directadmin

How to enable ldap in PHP 7? I have server with DirectAdmin If I enter apt-get install php-ldap or apt-get install php70-ldap receives root@www4:/usr/local/directadmin/custombuild# apt-get install php70-ldap Reading package lists... Done Building…
P__
  • 51
  • 5
3
votes
1 answer

Directadmin + Nginx + php fpm + location: File not found

I've a nginx conf in Direct Admin with a custom location: Code: location /reset-password { alias /home/**/domains/**.**/public_html/api/frontend-scripts/resetPassword; include /usr/local/directadmin/data/users/**/nginx_php.conf; } This…
Roy Milder
  • 886
  • 2
  • 11
  • 19
3
votes
1 answer

Installing Laravel 5 application on DirectAdmin VPS

I read and tried several methods and none worked. I always get either 400 or 500 error. The app works perfectly on localhost. What are the exact steps in order to get Laravel 5 up and running on a VPS with DirectAdmin CP?? Please don't link to other…
Vahid Amiri
  • 10,769
  • 13
  • 68
  • 113
3
votes
1 answer

Symfony2: Sent DELETE (even PUT/POST) responded GET

I developed a symfony2 restful backend, and locally everything work. So I deployed the app on an apache2 server (wrapped by directadmin) and wierd errors come up: Basically when I send a DELETE (even PUT/POST it depends on the api) the server…
Matteo425
  • 168
  • 9
2
votes
1 answer

DirectAdmin web hosting error "Warning: file_exists(): open_basedir restriction in effect. File(/autoload.php) is not within the allowed path(s):"

I am trying to host a website(Laravel + Vue) via DirectAdmin but the site shows error. I don't know how to fix it. Please help me.
Pharaon
  • 45
  • 4
2
votes
1 answer

I created a subdomain and when I try to reach it , it gives access denied error

I've created a subdomain . (track.example.com) I use direct Admin panel so I set the roots for public : /domains/track.example.com/public_html private : /domains/track.example.com/private_html I copied my files to both folders above. Now when I try…
1
2 3
14 15