
All fine here with 10.3-RELEASE-p2:
# php -v PHP 5.6.30 (cli) (built: Jan 21 2017 01:16:05) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
# httpd -V Server version: Apache/2.4.25 (FreeBSD) Server built: unknown Server's Module Magic Number: 20120211:67 Server loaded: APR 1.5.2, APR-UTIL 1.5.4 Compiled using: APR 1.5.2, APR-UTIL 1.5.4 Architecture: 64-bit Server MPM: prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled) -D APR_USE_FLOCK_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=256 -D HTTPD_ROOT="/usr/local" -D SUEXEC_BIN="/usr/local/bin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/apache_runtime_status" -D DEFAULT_ERRORLOG="/var/log/httpd-error.log" -D AP_TYPES_CONFIG_FILE="etc/apache24/mime.types" -D SERVER_CONFIG_FILE="etc/apache24/httpd.conf"
In httpd.conf:
LoadModule rewrite_module libexec/apache24/mod_rewrite.so LoadModule php5_module libexec/apache24/libphp5.so
-- Eduardo Schoedler
2017-02-14 20:13 GMT-02:00 Andrew Meyer andrewm659@outlook.com:
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>