So I have it observium almost fully setup on FreeBSD 11 however I can't get Apache 2.4 to work. I'm getting a error that php is too old.
Has anyone else run into this?
php56
apache24
<VirtualHost *>
LoadModule rewrite_module libexec/apache24/mod_rewrite.so
DocumentRoot /usr/local/www/observium/html
CustomLog /usr/local/www/observium/logs/access_log combined
ErrorLog /usr/local/www/observium/logs/error_log
<Directory "/usr/local/www/observium/html">
DirectoryIndex index.php
AllowOverride All
Options FollowSymLinks MultiViews
Require all granted
</Directory>
LogLevel debug
</VirtualHost>