Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 6f69fa4d6793221885ae4d244fbbe5a0 > files > 10

monitorix-1.2.0-1mdv2009.0.noarch.rpm

# Alias for Monitorix path
Alias /monitorix /var/www/html/monitorix

# Apache rules for Monitorix if you want to make access restrictions.
#    - Substitute .xxxxxxxxx.lan by your domain name, if you are in
#      a DNS environment.
#
#    - Substitute nnn.nnn.nnn.nnn by any allowed IP address(es).
#
#    - Substitute "username" by the user name you have added into .htpasswd
#      file.
# 
# Dont forget to add that user into the .htpasswd file with htpasswd command.
#
#<Directory "/var/www/html/monitorix">
#    Options Indexes Includes FollowSymLinks
#    Order Deny,Allow
#    Deny from All
#    Allow from .xxxxxxxxxx.lan nnn.nnn.nnn.nnn
#    AllowOverride None
#    AuthUserFile  /etc/httpd/conf/.htpasswd
#    AuthGroupFile /dev/null
#    AuthName      "Monitorix: Restricted section"
#    AuthType      Basic
#    Require user  username
#    Satisfy Any
#</Directory>