
How do I recompile PHP on a Direct Admin control panel server?
SSH to server and then run the following commands. cd /usr/local/directadmin/customapache ./build clean ./build update ./build php

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

If you get the following error when installing the Frontpage Extensions to a domain: Error setting up your web: /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.4: Undefined symbol “_flockfile” or …

An issue with php/apache is causing apache not to start in FreeBSD. It segfaults and core dumps, logged in the /var/log/httpd/error_log. Try removing –with-openssl from …

edit: /usr/local/lib/php.ini Search for ; Maximum allowed size for uploaded files. upload_max_filesize = 2M Change the 2M to whatever new value you want, then restart …

If you want to list all files in a directory that doesn’t use an index.html (or index.php) file, you can create an .htaccess file with …

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 …

Go to Reseller Panel -> Manage User Backups and make a backup of the user who owns the domain you want to transfer. Login as …

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 …

Running the following commands to update DirectAdmin cd /usr/local/directadmin wget -O update.tar.gz https://www.directadmin.com/cgi-bin/daupdate?uid=123\&lid=1234 #Where 123 and 1234 are your Client ID and License ID, respectively. …

If you are getting this error /usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory when compiling, install the e2fsprogs-devel package which provides the required header file …