aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/observium/files
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-04-23 21:43:17 +0000
committerMark Felder <feld@FreeBSD.org>2019-04-23 21:43:17 +0000
commite234c41813e9d9c884798cb1598265255c60fae8 (patch)
tree44e2037c87dfa570d32b069f41aca0cdd639c316 /net-mgmt/observium/files
parent58a9580aa6197cd17358bb3e183d42ed7dd88012 (diff)
downloadports-e234c41813e9d9c884798cb1598265255c60fae8.tar.gz
ports-e234c41813e9d9c884798cb1598265255c60fae8.zip
Notes
Diffstat (limited to 'net-mgmt/observium/files')
-rw-r--r--net-mgmt/observium/files/observium.conf.sample.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-mgmt/observium/files/observium.conf.sample.in b/net-mgmt/observium/files/observium.conf.sample.in
index d72c5ea4d213..dbcb702254cc 100644
--- a/net-mgmt/observium/files/observium.conf.sample.in
+++ b/net-mgmt/observium/files/observium.conf.sample.in
@@ -5,9 +5,17 @@
#
# Replace the '*:8080' by the actual virtual host(name)
# you will be using; and consider enabling SSL. An example
-# can be fund at e /usr/local/etc/apache24/extra/httpd-ssl.conf
+# can be found at /usr/local/etc/apache24/extra/httpd-ssl.conf
#
+<IfModule !rewrite_module>
+LoadModule rewrite_module libexec/apache24/mod_rewrite.so
+</IfModule>
+
+<IfModule !php7_module>
+LoadModule php7_module libexec/apache24/libphp7.so
+</IfModule>
+
Listen *:8080
<VirtualHost *:8080>
Documentroot "%%WWWDIR%%/html"