File: control

package info (click to toggle)
sqcwa 0.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 116 kB
  • ctags: 54
  • sloc: ansic: 808; makefile: 64; sh: 36
file content (23 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: sqcwa
Section: web
Priority: optional
Maintainer: Celso Providelo <cprov@gwyddion.com>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.6.1

Package: sqcwa
Architecture: any
Depends: ${shlibs:Depends}, squid, squidclient
Description: Workaround for Squid not caching some pages 
 This program reads squid/access.log on the fly, analyses it and
 searches inside all text/html objects for some <meta> tags, and
 if found, tells squidclient to purge the page.
 .
 It is needed for some webservers that do not put http-equiv tags
 in http headers.
 .
 Currently these tags are:
   <meta http-equiv="pragma" content="no-cache">
   <meta http-equiv="cache-control" content="no-cache">
   <meta http-equiv="expires" content="0">
   <meta http-equiv="expires" content="-1">