Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
220squid:020_squid [le 26/03/2009 à 19:47] prof220squid:020_squid [le 30/06/2018 à 17:44] (Version actuelle) – [Squid] prof
Ligne 1: Ligne 1:
 ====== Squid ====== ====== Squid ======
-{{keywords>proxy squid installation}}+
  
 ===== Configuration matérielle utilisée ===== ===== Configuration matérielle utilisée =====
Ligne 82: Ligne 82:
 # cd /etc/squid3 # cd /etc/squid3
 # mv squid.conf squid.conf.origin  # mv squid.conf squid.conf.origin 
-# cat squid.conf.origin | egrep -v -e '^[:blank:]*#|^$' > squid.conf +# cat squid.conf.origin | egrep -v -e '^[[:blank:]]*#|^$' > squid.conf 
 </pre></html> </pre></html>
  
Ligne 91: Ligne 91:
 <html><pre class="code"> <html><pre class="code">
 acl manager proto cache_object acl manager proto cache_object
-acl all src all 
 acl localhost src 127.0.0.1/255.255.255.255 acl localhost src 127.0.0.1/255.255.255.255
 acl to_localhost dst 127.0.0.0/8 acl to_localhost dst 127.0.0.0/8
Ligne 144: Ligne 143:
 <html><pre class="code"> <html><pre class="code">
 acl manager proto cache_object acl manager proto cache_object
-acl all src all 
 acl localhost src 127.0.0.1/255.255.255.255 acl localhost src 127.0.0.1/255.255.255.255
 acl to_localhost dst 127.0.0.0/8 acl to_localhost dst 127.0.0.0/8