Apache - munkireport/munkireport-php GitHub Wiki
Running MunkiReport using Apache is very common. Below is an example setup.
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName munkireport-php.example.com
ServerAlias munkireport-php.example.com
AddDefaultCharset utf-8
DocumentRoot /srv/munkireport-php
<Directory />
Options FollowSymLinks
</Directory>
LogLevel warn
CustomLog /var/log/apache2/munkireport-php.example.com-access.log combined
ErrorLog /var/log/apache2/munkireport-php.example.com-error.log
</VirtualHost>
If you're running munkireport on an apache webserver and you want to use mod_rewrite (which gives you nicer urls), you'll have to add the following to .env:
INDEX_PAGE=""