Re: [users@httpd] mod_cache and caching .php with query strings

2011-02-17 Thread Igor Galić
> Unfortunately it's not enough for unpatched Drupal because Apache's > mod_cache violates http://tools.ietf.org/html/rfc2616#section-14.9.3 > by > looking Expires header before max-age directive and Drupal always > sets > Expires:...1978 mentioning this rule. IIRC, that's fixed in 2.3.. yup: htt

Re: [users@httpd] mod_cache and caching .php with query strings

2011-02-17 Thread Ognyan Kulev
На 17.2.2011 г. 11:11 ч., Igor Galić написа: I'm using Debian's apache 2.2.26 with mod_fcgid for PHP. My CMS Given that the latest available version is 2.2.17, that would surprise me. 2.2.16, yeah :-) Is it possible that you do *not* use mod_rewrite? And instead use: FallbackResource? http

Re: [users@httpd] mod_cache and caching .php with query strings

2011-02-17 Thread Igor Galić
- Original Message - > Hi > > I'm using Debian's apache 2.2.26 with mod_fcgid for PHP. My CMS Given that the latest available version is 2.2.17, that would surprise me. > Drupal > rewrites all URLs so that they execute main index.php, e.g. > http://localhost/node/1 -> http://localhost/i

[users@httpd] mod_cache and caching .php with query strings

2011-02-16 Thread Ognyan Kulev
Hi I'm using Debian's apache 2.2.26 with mod_fcgid for PHP. My CMS Drupal rewrites all URLs so that they execute main index.php, e.g. http://localhost/node/1 -> http://localhost/index.php?q=node/1. The problem is that mod_disk_cache only caches the URL "http://localhost/index.php?"; and as a