
Apache status is not showing up in WHM.
Solution This is usually due to the server-status directive being commented out. 1. Back up your current httpd.conf root@cpanel [~]# cd /usr/local/apache/conf root@cpanel [/usr/local/apache/conf]# cp …

Solution This is usually due to the server-status directive being commented out. 1. Back up your current httpd.conf root@cpanel [~]# cd /usr/local/apache/conf root@cpanel [/usr/local/apache/conf]# cp …

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 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 …

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 …

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 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 …