How do I fix “Mail enable” problems?
To fix “Mail enable” problems for Plesk hosted on windows operation system the following command can be used. On the DOS prompt type: cd c:/program …
To fix “Mail enable” problems for Plesk hosted on windows operation system the following command can be used. On the DOS prompt type: cd c:/program …
In order to find out admin password in plesk hosted on a linux server Login to server as the root user and display the contents …
If the FTP service is down on plesk hosted on a windows operating system and you are not able to start it you can repair …
If you need to go back to apache 1.3 after installing apache 2, you’ll need to do the following: 1) Restore the old httpd.conf file: …
Sometimes the precompiled wget binaries refuse to work with your ssl linked libraries. The simple solution is to compile a new wget binary to be …
If you are unable to access your server via https://1.2.3.4:2222, then 1 of 3 things is likely happening: 1. DirectAdmin might not be running or …
1) SSH to server as root. 2) cd /etc 3) cp named.conf named.conf.BAK 4) wget -O /etc/named.conf https://www.directadmin.com/named.conf 5) then run: for i in `cat …
SSH to server as root and then perform the following: https://www.directadmin.com/forum/showthread.php?s=&threadid=5663&highlight=php5 * Compile the PHP 5 lib for Apache * – Download php to a …
SSH to server and then run the following commands. cd /usr/local/directadmin/customapache ./build clean ./build update ./build php
SSH to the server as root and run the following: cd /usr/local/directadmin mkdir customapache cd customapache wget https://files.directadmin.com/services/customapache/build chmod 755 build ./build update ./build all
Webalizer produces: error while loading shared libraries: libgd.so.2 When you run the following, you get: [root@server]# webalizer webalizer: error while loading shared libraries: libgd.so.2: cannot …