Package: xymon
Version: 4.3.0~beta2.dfsg-6
Severity: normal
In conf.d/hobbit is a slash after the Alias /hobit directive which breaks the
alias, e.g. localhost/hobbit leads to a "page not found". Removing the slash
brings the webinterface back.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: armel (armv5tel)
Kernel: Linux 2.6.32-5-kirkwood
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash
Versions of packages xymon depends on:
ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.5-6 GCC support library
ii libldap-2.4-2 2.4.23-6 OpenLDAP libraries
ii libpcre3 8.02-1.1 Perl 5 Compatible Regular Expressi
ii libpng12-0 1.2.44-1 PNG library - runtime
ii librrd4 1.4.3-1 time-series data storage and displ
ii libssl0.9.8 0.9.8o-2 SSL shared libraries
ii xymon-client 4.3.0~beta2.dfsg-6 client for the Xymon network monit
xymon recommends no packages.
xymon suggests no packages.
-- Configuration Files:
/etc/apache2/conf.d/hobbit changed:
Alias /hobbit "/var/lib/hobbit/www/"
<Directory "/var/lib/hobbit/www">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from localhost ::1/128
</Directory>
ScriptAlias /hobbit-cgi/ "/usr/lib/hobbit/cgi-bin/"
<Directory "/usr/lib/hobbit/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from localhost ::1/128
</Directory>
ScriptAlias /hobbit-seccgi/ "/usr/lib/hobbit/cgi-secure/"
<Directory "/usr/lib/hobbit/cgi-secure">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from localhost ::1/128
# Password file where users with access to these scripts are kept.
# Create it with "htpasswd -c /etc/hobbit/hobbitpasswd USERNAME"
# Add more users / change passwords with "htpasswd /etc/hobbit/hobbitpasswd
USERNAME"
#
# You can also use a group file to restrict admin access to members of a
# group, instead of anyone who is logged in. In that case you must setup
# the "hobbitgroups" file, and change the "Require" settings to require
# a specific group membership. See the Apache docs for more details.
AuthUserFile /etc/hobbit/hobbitpasswd
AuthGroupFile /etc/hobbit/hobbitgroups
AuthType Basic
AuthName "Xymon Administration"
# "valid-user" restricts access to anyone who is logged in.
Require valid-user
# "group admins" restricts access to users who have logged in, AND
# are members of the "admins" group in hobbitgroups.
# Require group admins
</Directory>
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]