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
1 answer

OpenCart maintenance mode 503 error

I install directadmin with CB2 + Apache + MariaDB 10.1.31 + PHP 5.6.34. When I upload OpenCart and enable maintenance mode, Apache shows the 503 error page instead of maintenance.tpl. I checked the catalog/controller/common/maintenance.php and found…
Rasul Sh
  • 1
  • 2
0
votes
1 answer

Directadmin php 7 with MsSQL extension

i have searched a lot on the internet and tried all tutorials. But i am not able to install Directadmin with PHP7 and MsSql extention i am using CentOs 7 + Directadmin + php7.0 Can anyone please help ?
Tupic
  • 545
  • 1
  • 6
  • 12
0
votes
1 answer

https not accept http_method DELETE

my server return 405, Method Not Allowed when request to https with http_method DELETE, but request to http is ok. Can anyone please help ? Server Environment Apache 2.4.29 DirectAdmin 1.52.1 OS: centOS release 6.9 (Final) Thanks Add Error log [Wed…
Singha
  • 62
  • 8
0
votes
1 answer

adding domain name and mx records for mail only in directadmin

I am quite new to webadmin (esp email setups), and I am in the process of setting up emails for an app (mydomain.com) which is hosted elsewhere (a VPS provider via cloudflare dns) I have a small shared hosting plan with directadmin acces with…
JohnJ
  • 6,736
  • 13
  • 49
  • 82
0
votes
1 answer

PHP DirectAdmin API get domain and domain pointers

I'm trying to list all domains including domain pointers using the DirectAdmin API. I currently have the following code: //list users $sock->query('/CMD_API_SHOW_USERS'); $users=$sock->fetch_parsed_body(); foreach($users['list'] as $user) { …
vespino
  • 1,714
  • 3
  • 15
  • 28
0
votes
0 answers

Dovecot ACL Configuration

The following is what i am trying to achieve: users are allowed to move email between folders, but not fully delete the message. Using the dovecot ACL: user=arjo@xxx.nl lrwsip This translates to: Lookup, Read, Write, Write-seen, Insert, Post In a…
Arjo
  • 5
  • 4
0
votes
0 answers

Directadmin soapclient error

In server one I user soapclient $GLOBALS['params'] = [ "where" => $fldpar, ]; $client1 = new soapclient('http://**.**.**.**:3000/Service1.svc?wsdl'); $res = $client1->Read_1522($GLOBALS['params']); $arr =…
0
votes
1 answer

Cannot start MySQL anymore in DirectAdmin

I stopped the DirectAdmin MySQL service in the Serice Admin panel and wanted to start it again but it doesn't start anymore. When I try it on the command line I get this error: Any ideas? Server = Debian 8
brasileric
  • 1,017
  • 1
  • 8
  • 18
0
votes
2 answers

Selected the second PHP version, but on the command line it's still the first

I have installed 2 PHP version in my DirectAdmin environment: php5.5 (php1_release) and php7.1 (php2_release). Now I have one user set to php 7.1 with the PHP Versions Selector under Domain Setup. On the website in the browser it seems to work well,…
brasileric
  • 1,017
  • 1
  • 8
  • 18
0
votes
1 answer

Nginx url rewrite error : [emerg] unexpected "}"

I'm trying to rewrite urls in nginx, blow is my sample code : server { listen 80; server_name example.com; root /full/server/path/to/your/cms; index index.php; location / { try_files $uri $uri/ /phphandler } …
Alexander Jones
  • 103
  • 3
  • 11
0
votes
0 answers

How to deploy a j2ee WAR file on DirectAdmin?

I have build a small j2ee web application and successfully deployed the WAR file on Tomcat on my Linux (CentOS). I decided to install DirectAmdin to configure my domain and DNS. Now, I want to deploy my WAR file on DirectAdmin. I can't find how to…
Tail of Godzilla
  • 531
  • 1
  • 6
  • 20
0
votes
1 answer

How to setup server to accept Woocommerce 3.0 CRON-job emails

Woocommerce just launched an update (3.0) with transactional emails being send with a CRON-job. This causes troubles to a lot of sites because their server isn't accepting it. And so is mine. Users with problems:…
Ruben
  • 11
  • 3
0
votes
1 answer

Redirect shows ip instead of url

I know this question is placed many times, except my situation is different and couldn't find the right answer. I have a wordpress installed on a path bij direct admin on 123.456.11.11/path. My domain is registered by a other company and i did a…
0
votes
0 answers

Laravel: View [Site.home.index] not found

I was getting this error when upload my source from local to server: Error Can anyone help me fix this problem... InvalidArgumentException in FileViewFinder.php line 140: View [Site.home.index] not found. in FileViewFinder.php line 140 at…
0
votes
1 answer

Prevent Copy the files from the server to server

I have dedicated server, control panel is DirectAdmin and OS is linux. Using the copy copy ( "https://example.com/file.mp3" , string $dest) command in PHP, The file can be copied. How can I prevent? Prevent copying server to server this link for…
frzdno
  • 172
  • 9