How can I add PHP support to my cPanel server?
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 …
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 …
In some situations, you may want to have domain.com as well as *.domain.com point to the same site in Plesk. Plesk will automatically set up …
The default installations of Apache will set this up using the logrotate script. If you don’t have this configured automatically or if you’re using a …
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: …
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
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 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: …
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 …