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
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
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
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
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