Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 80353 invoked from network); 7 Feb 2008 22:30:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 22:30:15 -0000 Received: (qmail 96668 invoked by uid 500); 7 Feb 2008 22:29:56 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 96650 invoked by uid 500); 7 Feb 2008 22:29:56 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 96639 invoked by uid 99); 7 Feb 2008 22:29:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 14:29:56 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [128.174.254.16] (HELO sab-fillmore.sab.uiuc.edu) (128.174.254.16) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 22:29:24 +0000 Received: from SAB-FENWICK.sab.uiuc.edu ([128.174.254.19]) by sab-fillmore.sab.uiuc.edu with Microsoft SMTPSVC(6.0.3790.3959); Thu, 7 Feb 2008 16:30:38 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C869D9.1073DF06" Date: Thu, 7 Feb 2008 16:30:38 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Mod Disk Cache Problem Thread-Index: Achp2OgUTcYOTFjyR8KyIymsTec3FA== From: "Campbell, Lance" To: X-OriginalArrivalTime: 07 Feb 2008 22:30:38.0668 (UTC) FILETIME=[108EE8C0:01C869D9] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Mod Disk Cache Problem ------_=_NextPart_001_01C869D9.1073DF06 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Apache 2.2.8 =20 I am using mod disk cache to cache some dynamic content. It works great if there are NO parameters passed to the requested URL. =20 Working Example: =20 http://qa.webtools.uiuc.edu/rssManager/imageList/30/1 =20 But if I pass any parameters at all the URL is not cashed. =20 Example: =20 http://qa.webtools.uiuc.edu/rssManager/imageList/30/1?abc=3D123 =20 What should I do? =20 Below are my configuration settings: =20 CacheRoot /some/location/qa CacheEnable disk /rssManager/article/ CacheEnable disk /rssManager/imageCurrent/ CacheEnable disk /rssManager/imageList/ CacheEnable disk /rssManager/imagePast/ CacheEnable disk /rssManager/js/ =20 CacheEnable disk /rssManager/newList/ CacheDefaultExpire 3600 CacheIgnoreNoLastMod On CacheDefaultExpire 600 CacheMaxExpire 3600 =20 =20 Thanks, =20 =20 Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu =20 ------_=_NextPart_001_01C869D9.1073DF06 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Apache 2.2.8

 

I am using mod disk cache to cache some dynamic = content.  It works great if there are NO parameters passed to the requested = URL.

 

Working Example:

 

http://qa.= webtools.uiuc.edu/rssManager/imageList/30/1<= /p>

 

But if I pass any parameters at all the URL is not = cashed.

 

Example:

 

= http://qa.webtools.uiuc.edu/rssManager/imageList/30/1?abc=3D123<= /o:p>

 

What should I do?

 

Below are my configuration = settings:

 

    CacheRoot = /some/location/qa

    CacheEnable disk = /rssManager/article/

    CacheEnable disk = /rssManager/imageCurrent/

    CacheEnable disk = /rssManager/imageList/

    CacheEnable disk = /rssManager/imagePast/

    CacheEnable disk = /rssManager/js/ 

    CacheEnable disk = /rssManager/newList/

    CacheDefaultExpire = 3600

    CacheIgnoreNoLastMod = On

    CacheDefaultExpire = 600

    CacheMaxExpire = 3600      

 

Thanks,

 

 

Lance Campbell

Project Manager/Software = Architect

Web Services at Public = Affairs

University of Illinois=

217.333.0382

http://webservices.uiuc.edu

 

------_=_NextPart_001_01C869D9.1073DF06--