Apache 2.X - expires_mod: errors

cdawes

VIP Member
Just wondering who's using apache 2.X out there who also implemented expires_mod. I've implemented expires and deflate but I'm getting a few http errors on expires. Anyone seen the following errors? They're all from the same servlet:

[Tue Jan 24 09:21:52 2006] [error] [client 10.161.210.153] internal error: bad expires code: D:/WebSphere/AppServer/installedApps/jdeweb/EA_JS_PY_jdeweb.ear/webclient.war/taskexplorer/maf/silent/run, referer: http://py811.syntax.on.ca/jde/taskexplorer/servlet
[Tue Jan 24 09:21:52 2006] [error] [client 10.161.210.153] internal error: bad expires code: D:/WebSphere/AppServer/installedApps/jdeweb/EA_JS_PY_jdeweb.ear/webclient.war/taskexplorer/maf/silent/ocl, referer: http://py811.syntax.on.ca/jde/taskexplorer/servlet

Thanks,

Colin
 
Colin,
I don't know anything about mod_expires but I use heavily mod_rewrite in 2.0x and an expiring cookie to direct users to the JAS servers I want, without allowing them to bookmark a specific URL. If you need header expirations for similar reasons, I can share the approach. If it is for something else, I don't know the intricate details of the module.
However, I have noticed that most of the problems are because of headers and cookies that you don't control, the ones used by the WAS plugin, for apache 2.x it is mod_was_ap20_http.
 
Back
Top