Scolastance
Un article de EoleWiki.
Scolastance est un E.N.T proposé par la sociéte Infostance
Il y a un problème de gestion du cache avec certaines versions InternetExplorer derriere un proxy Squid!
Donc une solution de contournement sur un Amon serait d'autoriser un acces direct aux sites Scolinstance
Voila un exemple de patch que vous pouvez télécharger ICI
--- ./eole.local/squid.conf 2006-03-17 10:58:44.000000000 +0100 +++ /etc/eole/squid.conf 2006-03-17 11:20:26.000000000 +0100 .... - +#scolastance +acl scolastance dstdomain .scolastance.com +#scolastance acl reseaueth1 dst %%adresse_network_eth1%%/%%adresse_netmask_eth1%% acl %%nom_machine_eth1%% src %%adresse_network_eth1%%/%%adresse_netmask_eth1%% acl %%nom_machine_eth2%% src %%adresse_network_eth2%%/%%adresse_netmask_eth2%% ... http_access deny CONNECT !SSL_ports ##windows update ... http_access allow winupdate +#scolastance +http_access allow scolastance +#!scolastance # Autorisations des differents reseaux http_access allow %%nom_machine_eth1%% http_access allow localhost ... +#scolastance +no_cache deny scolastance +#!scolastance # # We strongly recommend the following be uncommented to protect innocent
