logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

storeid_file_rewrite - File based Store-ID helper for Squid

Author

       This program and documentation was written by AlanMizrahi<alan@mizrahi.com.ve>

       Based on prior work by EliezerCroitoru<eliezer@ngtech.co.il>

Description

       This program acts as a store_id helper program, rewriting URLs passed by Squid into storage-ids that can
       be used to achieve better caching for websites that use different URLs for the same content.

       It takes a text file with two tab separated columns.  Column 1: Regular expression to match against the
       URL Column 2: Rewrite rule to generate a Store-ID Eg: ^http:\/\/[^\.]+\.dl\.sourceforge\.net\/(.*)
       http://dl.sourceforge.net.squid.internal/$1

       Rewrite rules are matched in the same order as they appear in the rules file.  So for best performance,
       sort it in order of frequency of occurrence.

       This program will automatically detect the existence of a concurrency channel-ID and adjust
       appropriately.  It may be used with any value 0 or above for the store_id_children concurrency=
       parameter.

Name

        storeid_file_rewrite - File based Store-ID helper for Squid

Options

       The only command line parameter this helper takes is the regex rules file name.

Questions

       Questions on the usage of this program can be sent to the SquidUsersmailinglist<squid-users@lists.squid-cache.org>

Reporting Bugs

       Bug reports need to be made in English.  See https://wiki.squid-cache.org/SquidFaq/BugReporting for
       details of what you need to include with your bug report.

       Report bugs or bug fixes using https://bugs.squid-cache.org/

       Report serious security bugs to SquidBugs<squid-bugs@lists.squid-cache.org>

       Report ideas for new improvements to the SquidDevelopersmailinglist<squid-dev@lists.squid-cache.org>

See Also

       squid (8), GPL (7),

       The Squid wiki https://wiki.squid-cache.org/Features/StoreID

       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/

perl v5.40.1                                       2025-05-20                            STOREID_FILE_REWRITE(8)

Synopsis

        storeid_file_rewrite filepath

See Also