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
1
vote
0 answers

Pterodactyl Panel additional subdomain pointing to Discord bot server

I apologize in advance if this makes no sense at all. I'm currently working on a public Discord bot, and I want it's settings to run through a web dashboard. I set up a panel using discord-dashboard as it was designed to work, and hosted it on my…
1
vote
1 answer

Create and import database from url

I've script in directadmin which create new clean database: #Create DB /usr/bin/mysqladmin -uda_admin -p$(cat /usr/local/directadmin/conf/mysql.conf | grep pass | cut -d\= -f2 ) create ${wpconfigdbuser}; echo "CREATE USER ${wpconfigdbuser}…
Tom Arm
  • 153
  • 7
1
vote
0 answers

PHP break script of option disable

In DirectAdmin I have the option: This option variable name:installwp When option is selected then below script is running: #check custom pkg item installwp if [[ $installwp == 'OFF' ]]; then exit 0; else #set up DB…
Tom Arm
  • 153
  • 7
1
vote
0 answers

Font doesn't load when angular project is deployed in direct admin

My Angular Project is running correctly in localhost and all fonts are loaded. But when I deploy my project on direct admin all the font requests are failed. I have used fontface like this and included assets folder which contains fonts in the…
1
vote
1 answer

Configuring Laravel project in DirectAdmin server

I'm a newbie to Laravel projects but I need to have one accessible over the internet so I tried using DirectAdmin but whenever I go to my domain I get an index (pictures attached). I renamed the Laravel 'public' folder to 'public_html', is that…
1
vote
1 answer

Exim router configuration for fail

I have an exim router configuration for suspended account check. I use a perl lookup for verification for suspeded accounts and the perl function works fine. The issue is , exim still deliver the message without failure. The router settings as…
sherin
  • 323
  • 3
  • 10
1
vote
1 answer

How to enable Brotli on Debian 10 with DirectAdmin?

I'm running the latest version of DA (1.61.3), PHP 7.4.7 en Apache 2.4.43 on a Debian 10 server. I want to add Brotli support en did this: Installed Brotli package on Debian (apt-get install brotli) Added brotli module to apache for custombuild,…
brasileric
  • 1,017
  • 1
  • 8
  • 18
1
vote
0 answers

Incomplete response received from application in nodejs selector server

so as the title mention my app works on google cloud, heroku, and ovh.. but i can't get it to work on directadmin nodejs selector static pages are served but can't login due to "Incomplete response received from application"
nab
  • 568
  • 8
  • 20
1
vote
0 answers

Fully automate a Let's Encrypt certificate request when adding a new domain in DirectAdmin

I am looking for a way to automate the proces of creating a new Let's Encrypt certificate upon adding a new domain in Direct Admin. Currently I am making a script that will add multiple domain names to DirectAdmin under the same user, which has…
user3734231
  • 40
  • 1
  • 15
1
vote
1 answer

How to change 'No Privileges' for phpMyAdmin online?

I have a website I uploaded online. It works perfectly fine on XAMPP (localhost), but when online, it seems that functions like INSERTING new users to the DB (to register) do not work online, as well as many other INSERT functions. I gave all…
1
vote
0 answers

cURL returning 404 while the page is found in browser

Some domains are not pleased while trying automatically get a ssl certificate with lets encrypt on my server. I am trying to request a free certificate, but somehow the request is returning the following error: Error:…
Salihan Pamuk
  • 175
  • 1
  • 2
  • 13
1
vote
0 answers

Run a vue.js page placed in a folder in public_html in direct admin

I have a direct admin host which wordpress version 5 is installed. The public_html folder contains the wordpress files (wp-admin,...). Now i have a vue project which has an "index.html" file and a "static" folder which contains the js files and…
AASP
  • 13
  • 5
1
vote
1 answer

How to enable/install PHP exif in Directadmin?

I do not have my own VPS on da-debian 9. I have Directadmin installed and I'm using php7.2. I would like to enable the php exif extension. I tried to do it according to the instructions: https://help.directadmin.com/item.php?id=252 but after…
1
vote
0 answers

DIrectadmin after enable SSL too many redirects

I'm stuck on a problem. After enabling SSL in DA for domain and add RewriteRule to htaccess, I have a redirect loop. Here is my vhost config file: ServerName www.my-shop.net ServerAlias www.my-shop.net my-shop.net…
mini
  • 11
  • 2
1
vote
3 answers

Debugging Apache AllowMethods error

We are running an API for our mobile app, and with the right HTTP headers, have been able to enable developing it locally using the live API without the need of a 'CORS plugin'. Now, it does not work anymore, probably since moving the domain name…
Sygmoral
  • 7,021
  • 2
  • 23
  • 31
1 2
3
14 15