Your message dated Tue, 17 Aug 2010 20:47:22 +0000
with message-id <[email protected]>
and subject line Bug#593203: fixed in cacti 0.8.7g-1
has caused the Debian Bug report #593203,
regarding make cacti.apache.conf work with fastcgi setup
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
593203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593203
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cacti
Version: 0.8.7e-4
Severity: minor
Tags: patch
Hi,
The shipped Apache configuration includes php_flag and php_value directives,
which assumes that PHP is configured to run as an Apache module. These
directives however make Apache fail to start when running PHP as a FastCGI
process, which is not an uncommon setup.
Attached patch wraps those directives in an IfModule clause. Also, I've
changed DirectoryMatch to Directory since it doesn't use any wildcards in the
pattern.
Cheers,
Thijs
--
Thijs Kinkhorst <[email protected]> – LIS Unix
Universiteit van Tilburg – Library and IT Services • Postbus 90153, 5000 LE
Bezoekadres > Warandelaan 2 • Tel. 013 466 3035 • G 236 • http://www.uvt.nl
diff -Nur cacti-0.8.7e.orig/debian/cacti.apache.conf cacti-0.8.7e/debian/cacti.apache.conf
--- cacti-0.8.7e.orig/debian/cacti.apache.conf 2010-08-16 10:07:19.000000000 +0200
+++ cacti-0.8.7e/debian/cacti.apache.conf 2010-08-16 10:09:00.141886290 +0200
@@ -1,6 +1,6 @@
Alias /cacti /usr/share/cacti/site
-<DirectoryMatch /usr/share/cacti/site>
+<Directory /usr/share/cacti/site>
Options +FollowSymLinks
AllowOverride None
order allow,deny
@@ -8,15 +8,17 @@
AddType application/x-httpd-php .php
- php_flag magic_quotes_gpc Off
- php_flag short_open_tag On
- php_flag register_globals Off
- php_flag register_argc_argv On
- php_flag track_vars On
- # this setting is necessary for some locales
- php_value mbstring.func_overload 0
- php_value include_path .
+ <IfModule mod_php5.c>
+ php_flag magic_quotes_gpc Off
+ php_flag short_open_tag On
+ php_flag register_globals Off
+ php_flag register_argc_argv On
+ php_flag track_vars On
+ # this setting is necessary for some locales
+ php_value mbstring.func_overload 0
+ php_value include_path .
+ </IfModule>
DirectoryIndex index.php
-</DirectoryMatch>
+</Directory>
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: cacti
Source-Version: 0.8.7g-1
We believe that the bug you reported is fixed in the latest version of
cacti, which is due to be installed in the Debian FTP archive:
cacti_0.8.7g-1.diff.gz
to main/c/cacti/cacti_0.8.7g-1.diff.gz
cacti_0.8.7g-1.dsc
to main/c/cacti/cacti_0.8.7g-1.dsc
cacti_0.8.7g-1_all.deb
to main/c/cacti/cacti_0.8.7g-1_all.deb
cacti_0.8.7g.orig.tar.gz
to main/c/cacti/cacti_0.8.7g.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sean Finney <[email protected]> (supplier of updated cacti package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 17 Aug 2010 22:22:02 +0200
Source: cacti
Binary: cacti
Architecture: source all
Version: 0.8.7g-1
Distribution: unstable
Urgency: low
Maintainer: Sean Finney <[email protected]>
Changed-By: Sean Finney <[email protected]>
Description:
cacti - Frontend to rrdtool for monitoring systems and services
Closes: 578909 592465 593203
Changes:
cacti (0.8.7g-1) unstable; urgency=low
.
* New upstream release (Closes: #592465).
* Update context in 05_no-adodb.patch to remove fuzz.
* Remove "official" patches from previous release.
* Remove 563955_undefined_index_local_data_id.patch, incorporated upstream.
* Remove CVE-2010-2092.patch, incorporated upstream.
* Import new batch of "official" upstream patches.
* Update apache configuration to work in FastCGI deployments (Closes:
#593203).
- thanks to Thijs Kinkhorst <[email protected]> (Closes: #578909).
Checksums-Sha1:
1e9503bc4cb4b306dd2401dbed1c837f51404b87 1113 cacti_0.8.7g-1.dsc
a5a710653e158b1bc950de0a1e2c60ee364bf782 2236916 cacti_0.8.7g.orig.tar.gz
d7691ebc2c73f12e82846228f8c10c11e034b9ec 40913 cacti_0.8.7g-1.diff.gz
da9c8be754da608c41bfb38313cb1bb39475b566 2088372 cacti_0.8.7g-1_all.deb
Checksums-Sha256:
7fb9e01a18e551170444b1e37bc5b6536cd472de9d0b507a073b2abcbdcd0b7c 1113
cacti_0.8.7g-1.dsc
d09b3bf54f51bd42b2db0a62521cf6e408716978f75d6509ec56027c49c44585 2236916
cacti_0.8.7g.orig.tar.gz
ad5c46fee96383057659334444a04aebdce9a7e0525efcff00be01376e5cd547 40913
cacti_0.8.7g-1.diff.gz
b28947304bf385e37b092cf39beda23d40c0226000b4e8f3e1a3f4be2282b394 2088372
cacti_0.8.7g-1_all.deb
Files:
d0dea1489f915ec4e108b49bc46dc01f 1113 web extra cacti_0.8.7g-1.dsc
268421cb1a58d3444f7ecbddb4c4b016 2236916 web extra cacti_0.8.7g.orig.tar.gz
f1d4ddaf6c39d8631204d7947044c04f 40913 web extra cacti_0.8.7g-1.diff.gz
37ac481d47faaa08815367661bd95754 2088372 web extra cacti_0.8.7g-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxq9BoACgkQynjLPm522B2PiACghtXwGB5YoYyyzC9+WzuMsLcv
qOUAn2d27J/1SdfT06HHU8tqM67xwRfL
=/BX7
-----END PGP SIGNATURE-----
--- End Message ---