SQUID
Fermé
robby06
Messages postés
2
Date d'inscription
mercredi 17 octobre 2007
Statut
Membre
Dernière intervention
17 octobre 2007
-
17 oct. 2007 à 14:29
robby06 - 17 oct. 2007 à 21:32
robby06 - 17 oct. 2007 à 21:32
A voir également:
- SQUID
- Squid (logiciel) - Télécharger - Divers Utilitaires
- Conf squid cache ✓ - Forum Linux / Unix
- Probleme avec SQUID + OLFEO Aidez-moi SVP - Forum Linux / Unix
- Bloquer un site via squid - Forum Linux / Unix
- Probleme de resolution DNS avec squid sous debian - Forum Réseau
4 réponses
asevere
Messages postés
13084
Date d'inscription
lundi 28 janvier 2002
Statut
Webmaster
Dernière intervention
23 novembre 2024
426
17 oct. 2007 à 14:42
17 oct. 2007 à 14:42
Bonjour,
Peux-tu nous copier-coller le fichier de configuration, sans les commentaires:
Nous serons sans doute plus à même de te répondre :)
Cordialement
Peux-tu nous copier-coller le fichier de configuration, sans les commentaires:
egrep -v "^$|^[ [:space:]]*#" fichier_de_configuration_de_squid(sans espace entre [ [)
Nous serons sans doute plus à même de te répondre :)
Cordialement
robby06
Messages postés
2
Date d'inscription
mercredi 17 octobre 2007
Statut
Membre
Dernière intervention
17 octobre 2007
17 oct. 2007 à 15:03
17 oct. 2007 à 15:03
Bonjour et merci,
le fichier de config, son nom ?
C squid.conf ?
le fichier de config, son nom ?
C squid.conf ?
asevere
Messages postés
13084
Date d'inscription
lundi 28 janvier 2002
Statut
Webmaster
Dernière intervention
23 novembre 2024
426
17 oct. 2007 à 15:49
17 oct. 2007 à 15:49
Oui, c'est ça,
Peux-tu nous copier-coller lecontenu, sans les commentaires obtenu par la commande:
egrep -v "^$|^[[:space:]]*#" squid.conf
Cordialement
Peux-tu nous copier-coller lecontenu, sans les commentaires obtenu par la commande:
egrep -v "^$|^[[:space:]]*#" squid.conf
Cordialement
#We recommend you to use the following two lines.
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
# To log the request via syslog specify a filepath of "syslog"
access_log /var/log/squid/access.log
hosts_file /etc/hosts
tlmssp
col=gss-spnego
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
path
# acl aclname urllogin [-i] [^a-zA-Z0-9] ... # regex matching on URL
login field
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
acl LAN arp 10.0.0.0/8
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Only allow purge requests from localhost
http_access allow purge localhost
http_access deny purge
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
# And finally deny all other access to this proxy
http_access allow LAN
http_access deny all
# and finally allow by default
http_reply_access allow all
icp_access allow all
# cache_effective_user proxy
cache_effective_user fab
# http_port
http_port debian.fbru.dyndns.org:8080
relaxed_header_parser on
http_port 8080 transparent
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
# To log the request via syslog specify a filepath of "syslog"
access_log /var/log/squid/access.log
hosts_file /etc/hosts
tlmssp
col=gss-spnego
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
path
# acl aclname urllogin [-i] [^a-zA-Z0-9] ... # regex matching on URL
login field
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
acl LAN arp 10.0.0.0/8
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Only allow purge requests from localhost
http_access allow purge localhost
http_access deny purge
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
# And finally deny all other access to this proxy
http_access allow LAN
http_access deny all
# and finally allow by default
http_reply_access allow all
icp_access allow all
# cache_effective_user proxy
cache_effective_user fab
# http_port
http_port debian.fbru.dyndns.org:8080
relaxed_header_parser on
http_port 8080 transparent