summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94f58ac)
raw | patch | inline | side by side (parent: 94f58ac)
author | tolimar <tolimar@98d490a6-b407-0410-aaaa-fdee166ba3f5> | |
Wed, 7 Sep 2011 12:30:46 +0000 (12:30 +0000) | ||
committer | tolimar <tolimar@98d490a6-b407-0410-aaaa-fdee166ba3f5> | |
Wed, 7 Sep 2011 12:30:46 +0000 (12:30 +0000) |
git-svn-id: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk@1947 98d490a6-b407-0410-aaaa-fdee166ba3f5
debian/apache.conf | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/debian/apache.conf b/debian/apache.conf
index a2933f6ca9df9549c14b143071c13e29684a4628..cc7cd5e51370f708882b19189e7cd5c74d541604 100644 (file)
--- a/debian/apache.conf
+++ b/debian/apache.conf
Alias /nagvis/nagvis/images /var/lib/nagvis/images
Alias /nagvis /usr/share/nagvis/htdocs
+# the FollowSymlinks option is only considere in a directory section, not
+# in a DirectoryMatch section. Setting it here.
+<Directory /usr/share/nagvis/htdocs>
+ Options FollowSymLinks
+</Directory>
+
# -- old style
# Alias /nagios3/nagvis /usr/share/nagvis/htdocs
# -- use basic authentification from nagios3 package
# please adapt to your needs
<DirectoryMatch (/usr/share/nagvis/htdocs|etc/nagvis(templates|gadgets)|/var/lib/nagvis)>
- Options FollowSymLinks
DirectoryIndex index.php
Order Allow,Deny
diff --git a/debian/changelog b/debian/changelog
index 1202135a65b49e1e8a8592f0202b701ebb925103..cd12c25125eef8add2fdd12cd5614f568934493e 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Set urgency to medium due to RC bug fix
* Set Path to gadget files in example configuration (via
patches/config.dpatch) (Closes: #611909)
-
- -- Alexander Reichle-Schmehl <tolimar@debian.org> Wed, 07 Sep 2011 14:21:29 +0200
+ * Properly set "Options FollowSymLinks" in the apache configuration
+ (Closes: #632333)
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org> Wed, 07 Sep 2011 14:29:16 +0200
nagvis (1:1.4.6-1.1) unstable; urgency=low