Package: drupal6
Version: 6.18-1
Severity: normal
I have been experiencing the problem documented at http://drupal.org/node/18565
--
downloads seem to just not work at all. This simple change fixes it:
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -629,7 +629,7 @@ function drupal_load($type, $name) {
function drupal_page_header() {
header("Expires: Sun, 19 Nov 1978 05:00:00 GMT");
header("Last-Modified: ". gmdate("D, d M Y H:i:s") ." GMT");
- header("Cache-Control: store, no-cache, must-revalidate");
+ header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", FALSE);
}
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35.4-rscloud (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages drupal6 depends on:
ii apache2 2.2.16-6+squeeze1 Apache HTTP Server metapackage
ii apache2-mpm-prefork [h 2.2.16-6+squeeze1 Apache HTTP Server - traditional n
ii curl 7.21.0-1 Get a file from an HTTP, HTTPS or
ii dbconfig-common 1.8.46+squeeze.0 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii exim4-daemon-light [ma 4.72-6 lightweight Exim MTA (v4) daemon
ii mysql-client 5.1.49-3 MySQL database client (metapackage
ii mysql-client-5.1 [virt 5.1.49-3 MySQL database client binaries
ii php5 5.3.3-7+squeeze1 server-side, HTML-embedded scripti
ii php5-gd 5.3.3-7+squeeze1 GD module for php5
ii php5-mysql 5.3.3-7+squeeze1 MySQL module for php5
ii wwwconfig-common 0.2.1 Debian web auto configuration
Versions of packages drupal6 recommends:
ii mysql-server 5.1.49-3 MySQL database server (metapackage
ii mysql-server-5.1 [mysql-serve 5.1.49-3 MySQL database server binaries and
drupal6 suggests no packages.
-- Configuration Files:
/etc/drupal/6/htaccess changed [not included]
/etc/drupal/6/sites/default/settings.php changed [not included]
-- debconf information excluded
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]