Címke: squid

  • SQUID conf file magyarázatokkal III.

    # TAG: reply_header_access # Usage: reply_header_access header_name allow|deny [!]aclname … # # WARNING: Doing this VIOLATES the HTTP standard. Enabling # this feature could make you liable for problems which it # causes. # # This option only applies to reply headers, i.e., from the # server to the client. # # This is the…

  • SQUID conf file magyarázatokkal II.

    # TAG: cache_dir # Format: # cache_dir Type Directory-Name Fs-specific-data [options] # # You can specify multiple cache_dir lines to spread the # cache among different disk partitions. # # Type specifies the kind of storage system to use. Only „ufs” # is built by default. To enable any of the other storage systems #…

  • SQUID conf file magyarázatokkal I.

    #WELCOME TO SQUID 5.7 # —————————- # # This is the documentation for the Squid configuration file. # This documentation can also be found online at: # http://www.squid-cache.org/Doc/config/ # # You may wish to look at the Squid home page and wiki for the # FAQ and other documentation: # http://www.squid-cache.org/ # http://wiki.squid-cache.org/SquidFaq # http://wiki.squid-cache.org/ConfigExamples…