-
Notifications
You must be signed in to change notification settings - Fork 138
Apache
Jon Crain edited this page Dec 3, 2018
·
2 revisions
Running MunkiReport using Apache is very common. Below is an example setup.
<VirtualHost *:80>
ServerAdmin webmaster@example.com
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=""
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL