
Use PHP 7, not php5.6
http://linoxide.com/unix/freebsd-11-webserver-nginx-mysql-php-7-0-fpm/
On Tue, Feb 14, 2017 at 2:13 PM, Andrew Meyer andrewm659@outlook.com wrote:
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>
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium