On Thu, 02 Jun 2011 13:21:26 +1200 Amos Jeffries wrote: > On Wed, 1 Jun 2011 12:42:30 +0000, Kevin Chadwick wrote: > > Is it possible to get an apache 1.3 web server to instruct squid > > adnother caches via headers or anything else to only cache images or > > everything except the actually requested page (the bulk) and not > > dynamically created text? > > > > Thanks > > > > Kc > > Yes. That would be a topic for reading the Apache FAQ though... > > http://httpd.apache.org/docs/current/mod/mod_headers.html > http://httpd.apache.org/docs/current/mod/mod_expires.html > > Amos Thanks. I'm running the audited 1.3 on OpenBSD so i don't think I can use those mods I could look into whether they're compatible. First I'll see if there's a simple header they use that I can add via PHP.