Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-20 Thread Kishore Jalleda
Yes I checked the test box and the Prod boxes, there was infact a difference in apache's response headers, the difference was in the header " X-Pad: avoid browser bug " header.   This header was included in the HTTP/1.1  200 OK responses for a GET /index.php HTTP/1.1 from apache on the production b

Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-18 Thread Joshua Slive
On 3/18/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: > > Hi Joshua, > Thanks for you reply, but i checked every box and each one > sends all the required headers like Last_Modified, Cache Control, Expires, > etc (I am checking using Ethereal), also httpd -l gives this So you're

Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-18 Thread Kishore Jalleda
Hi Joshua, Thanks for you reply, but i checked every box and each one sends all the required headers like Last_Modified, Cache Control, Expires, etc (I am checking using Ethereal), also httpd -l gives this Compiled-in modules:  http_core.c  mod_log_config.c  mod_mime.c  mod_dir.c

Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-17 Thread Joshua Slive
On 3/17/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: > > Hi, > I compiled apache 1.3.34 with mod_expires module, and add the > configuration in httpd.conf, as follows > > > ExpiresActive on > ExpiresByType image/gif "access plus 5 hours" > ExpiresByType image/jpeg "access plus 5 hours" > E

[EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-17 Thread Kishore Jalleda
Hi, I compiled apache 1.3.34 with mod_expires module, and add the configuration in httpd.conf, as follows ExpiresActive onExpiresByType image/gif "access plus 5 hours"ExpiresByType image/jpeg "access plus 5 hours" ExpiresByType image/jpg "access plus 5 hours"ExpiresByType image/png "access pl