Hi, I have a strange problem with caching in Apache 2.2.0 (was the same with 2.0.55): I have an Apache configured as caching reverse proxy towards another Apache with Plone behind it. Now urls which contain spaces (e.g. http://localhost/SolarisPortal/portal_javascripts/Plone%20Default/ploneS cripts1601.js) are never cached. this pages get never cached even tough the headers suggest so: bash-3.00# /usr/local/bin/wget -S --no-proxy --delete-after http://localhost/SolarisPortal/portal_javascripts/Plone%20Default/ploneS cripts1601.js --10:52:28-- http://localhost/SolarisPortal/portal_javascripts/Plone%20Default/ploneS cripts1601.js => `ploneScripts1601.js' Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:80... connected. HTTP request sent, awaiting response... HTTP/1.1 200 OK Date: Wed, 26 Apr 2006 08:52:28 GMT Server: Zope/(Zope 2.9.0-, python 2.4.2, sunos5) ZServer/1.1 Plone/Unknown Content-Length: 613 Accept-Ranges: bytes Expires: Wed, 03 May 2006 08:50:11 GMT Last-Modified: Wed, 26 Apr 2006 08:50:11 GMT Cache-Control: max-age=604800 Content-Type: application/x-javascript;charset=utf-8 Connection: close Length: 613 [application/x-javascript] 100%[=================================================================== ====>] 613 --.--K/s 10:52:31 (10.45 MB/s) - `ploneScripts1601.js' saved [613/613] Removing ploneScripts1601.js. Ohther pages are cached fine, so i guess it has something to do with the %20 in the url. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx