In order to get the PHP-FPM process to parse files other than PHP, I followed these steps below. Edit the Apache Conf file for the website in question as follows: REMOVE the line below in red (best way is just put # in front of the line, so it’s still there) <FilesMatch \.php$> Change the […]
apache
Enable Apache Server Status on Webmin
Apache Server Status is a handy module which will display detailed information on the performance of your Apache web server. First, make sure you have the mod_status module enabled. In Webmin, browse to “Server”, then “Apache”. Choose the “Global Configuration” tab, and go to “Configure Apache Modules”. Then hit the “Enable Selected Modules” button, then […]


