Hi, i have made the following changes to squid-2.5.STABLE3
The squid.conf file now supports an additional option in the
"refresh_pattern" section.
The additional option is always-cache and it's functional description
follows:

#               always-cache ensures that the matching URL is always cached
#               useful for caching search engines an other dynamic content
#               which has changes that you don't care about.
#               Doing this VIOLATES the HTTP standard. Enabling
#               this feature could make you liable for problems which
#               it causes.

Here is an example of its use, which works quite nicely. (most of the other
options are probably superfluous in this case).

refresh_pattern www.yahoo.com   259200  100%    259200  ignore-reload
override-expire override-lastmod        always-cache

How do i go about submitting this change for review/implementation?

Thanks in advance.

        - Nick Weedon
          (programmer, part time network/linux tinkerer.)



Reply via email to