Hi,
here's a patch to put non-caching headers out; maybe an 'Expires' header is also 
needed..?

--- jk_worker_status.c.orig     Fri Feb 27 12:24:12 2004
+++ jk_worker_status.c  Sun Feb 29 19:30:24 2004
@@ -944,6 +944,10 @@
         s->headers_out->put(env, s->headers_out,
                             "Content-Type", "text/html", NULL);
     }
+    s->headers_out->put(env, s->headers_out,
+                        "Pragma", "no-cache", NULL);
+    s->headers_out->put(env, s->headers_out,
+                        "Cache-Control", "no-cache", NULL);
     s->head(env, s );
 
        s->jkprintf(env, s, "<style>%s</style>\n", DEFAULT_CSS );

Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to