Page 2 of 2

Re: Nagios unable to get version after Apache and PHP Upgrad

Posted: Tue Mar 27, 2018 8:54 am
by scottwilkerson
Best I can say is run through these and make sure everything is as specified, especially the FilesMatch part
http://php.net/manual/en/install.unix.apache2.php

Code: Select all

<FilesMatch \.php$>
    SetHandler application/x-httpd-php
</FilesMatch>