How do I upgrade PHP4 to PHP5 in Direct Admin control panel?

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 temporary directory (https://www.php.net/downloads.php) – cd [the temporary directory] – tar zxvf php-5.0.x.tar.gz – cd php-5.0.x – /usr/local/directadmin/customapache/configure.php ( _ap2 for Apache2) – make – make

Webalizer is giving errors

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 open shared object file: No such file or directory That means that the program is unable to find the gd library required to run it.

How do I downgrade from apache 2 back to apache 1.3?

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: cp -f /etc/httpd/conf/httpd.conf.1.3.backup /etc/httpd/conf/httpd.conf 2) Get DirectAdmin to use the old httpd.conf files for the users. Edit the /usr/local/directadmin/conf/directadmin.conf file and change apache_ver=2.0 to apache_ver=1.3.

How do I forward a website to another URL?

There are several ways to accomplish this task, but the simplest to understand is to use php. To do this, you need to create the page that will do the forwarding. This can be any page, as long as it ends in “.php”. If you are trying to redirect a

How do I use a custom VirtualHost template?

If you wish to change the setup of the VirtualHosts for all domains, you can do so by creating your own custom templates. cd /usr/local/directadmin/data/templates cp virtual_host*.conf custom cd custom Once you’ve copied the 4 VirtualHost files (or just the ones you want) to the custom directory, you can then

How do I transfer a domain from one user to another?

Go to Reseller Panel -> Manage User Backups and make a backup of the user who owns the domain you want to transfer. Login as that user, go to User Panel -> Domain Administration -> Change domain name, and change the name of that domain to something different (ie: from

How do I make diskuage, and webalizer stats update more?

Cron is the tool used to control the update frequency of the stats. You can easily change the frequency by modifying the cron job. Cron file for RedHat: /etc/cron.d/directadmin_cron Cron file for FreeBSD: /etc/crontab Edit the cron file and locate the line that looks like the following: 10 0 *

How do I install SSL for Direct Admin?

Setup SSL Certificates for Direct Admin: This step is only required if you wish to use DirectAdmin through SSL. You will also have to change set SSL=1 in the directadmin.conf file. ( /home/directadmin/directadmin.conf ) # openssl req -new -x509 -keyout /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cacert.pem # openssl rsa -in /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cakey.pem

How do I install Direct Admin on Linux systems?

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

How do I use my existing ssl key and certificate?

To enable SSL, do the following: Select Domain info in the Domain Settings menu. Click the Edit icon in the Web Service field. Enable SSL for the domain in the list. One the page that appears, scroll down to SSL Support and choose the option Import SSL certificate. Agree to

How do I change the Hosting Plan for an account?

The hosting plan determines the services that go with the account and the prices for these services. Big sites with high hit rates and special services require more expensive plans; cheaper plans are suitable for simpler sites. In order to change to a different plan: Access the control panel home.