Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

storeid_file_rewrite (8)

Name

storeid_file_rewrite - ID helper for Squid

Synopsis

storeid_file_rewrite filepath

Description

User Contributed Perl Documentation                    STOREID_FILE_REWRITE(8)



NAME
        storeid_file_rewrite - File based Store-ID helper for Squid

SYNOPSIS
        storeid_file_rewrite filepath

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.

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

AUTHOR
       This program and documentation was written by Alan Mizrahi
       <alan@mizrahi.com.ve>

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

COPYRIGHT
        * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
        *
        * Squid software is distributed under GPLv2+ license and includes
        * contributions from numerous individuals and organizations.
        * Please see the COPYING and CONTRIBUTORS files for details.

        Copyright (C) 2013 Alan Mizrahi <alan@mizrahi.com.ve>
        Based on code from Eliezer Croitoru <eliezer@ngtech.co.il>

        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 2 of the License, or
        (at your option) any later version.

        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with this program; if not, write to the Free Software
        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.

QUESTIONS
       Questions on the usage of this program can be sent to the Squid Users
       mailing list <squid-users@lists.squid-cache.org>

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

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

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

       Report ideas for new improvements to the Squid Developers mailing list
       <squid-dev@lists.squid-cache.org>


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | web/proxy/squid  |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+

SEE ALSO
       squid (8), GPL (7),

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

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



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from  http://www.squid-
       cache.org/Versions/v4/squid-4.15.tar.xz.

       Further information about this software can be found on the open source
       community website at http://www.squid-cache.org/.



perl v5.32.0                      2022-06-28           STOREID_FILE_REWRITE(8)