This commit is contained in:
Jordi Sanfeliu 2014-09-22 16:30:42 +02:00
parent 6ef9a1cb3e
commit 358490b784
2 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,8 @@
(thanks to Sergey Andreyev, sandreyev AT gmail.com)
- Fixed missing HTML tag terminations in several modules.
- Fixed the color in the footer URLs in Multihost mode.
- Fixed a '403 Forbidden' message in Apache generated by a misconfiguration in
'monitorix-apache.conf'. [#69]
3.6.0 - 20-Aug-2014

View File

@ -9,7 +9,7 @@ ScriptAlias /monitorix-cgi /var/lib/monitorix/www/cgi
<IfModule mod_authz_core.c>
# Apache 2.4
Require all denied
Require host 127.0.0.1
Require ip 127.0.0.1
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
@ -32,7 +32,7 @@ ScriptAlias /monitorix-cgi /var/lib/monitorix/www/cgi
# <IfModule mod_authz_core.c>
# # Apache 2.4
# Require all denied
# Require host 127.0.0.1
# Require ip 127.0.0.1
# </IfModule>
# <IfModule !mod_authz_core.c>
# # Apache 2.2