Code

Properly set "Options FollowSymLinks" in the apache configuration
authortolimar <tolimar@98d490a6-b407-0410-aaaa-fdee166ba3f5>
Wed, 7 Sep 2011 12:30:46 +0000 (12:30 +0000)
committertolimar <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
debian/changelog

index a2933f6ca9df9549c14b143071c13e29684a4628..cc7cd5e51370f708882b19189e7cd5c74d541604 100644 (file)
@@ -4,13 +4,18 @@ Alias /nagvis/nagvis/gadgets /etc/nagvis/gadgets
 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
index 1202135a65b49e1e8a8592f0202b701ebb925103..cd12c25125eef8add2fdd12cd5614f568934493e 100644 (file)
@@ -6,8 +6,10 @@ nagvis (1:1.4.6-2) UNRELEASED; urgency=medium
     * 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