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 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 …
Solution Since the php module does not have control over the httpd.conf (or .htaccess files), you need to put a php.ini file with your needed …
Solution Log into your server via WHM/cPanel via url like ‘https://10.20.30.40:2086/’ Selecte ‘Update Apache’ under the ‘Software’ section of WHM on the left side near …
Solution As root on the shell, via SSH, you should type `/scripts/easyapache` and press return. Select an option with PHP support from the easy to …
You can put php.ini file into httpdocs folder of required domain and do required settings there. Please note that it does not work in case …
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
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 …
With Plesk 7.5.x, a PHP upgrade to version 5 will cause some issues with Horde. These issues stem from problems with the pear scripts that …
Activation of PHP/CURL on windows is starting up notepad (or similar) and removing a semicolon from the following line in php.ini: ;extension=php_curl.dll