Problème squid3 et port 1935 - Réseaux - Systèmes & Réseaux Pro
MarshPosté le 14-04-2014 à 20:25:26
Bonjour,
J'utilise un proxy squid3 sous un ubuntu server 12.04. J'ai un problème sur certains sites avec le streaming vidéo port:1935 je n'arrive pas à configurer mon squid correctement voici mon fichier de conf:
Code :
http_port 3128
cache_dir ufs /var/spool/squid3 1024 256 256
# Les journaux
cache_access_log /var/log/squid3/access.log common
cache_log /var/log/squid3/cache.log
cache_store_log /var/log/squid3/store.log
cache_swap_log /var/log/squid3/cache_swap.log
emulate_httpd_log on
# Configuration minimum recommandée
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
Marsh Posté le 14-04-2014 à 20:25:26
Bonjour,
J'utilise un proxy squid3 sous un ubuntu server 12.04.
J'ai un problème sur certains sites avec le streaming vidéo port:1935
je n'arrive pas à configurer mon squid correctement voici mon fichier de conf:
Auriez vous une solution ?
Merci d'avance
Laurent