mirror of https://github.com/mikaku/Monitorix.git
fixes #69
This commit is contained in:
parent
6ef9a1cb3e
commit
358490b784
2
Changes
2
Changes
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue