effectivement c'etait l'emplacement du cache qui n'allez pas
mais maintenant y a sa qui apparait dans le navigateur :
While trying to retrieve the URL:
http://www.fedora-france.org/
The following error was encountered:
Unable to forward this request at this time.
This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that:
The cache administrator does not allow this cache to make direct connections to origin servers, and
All configured parent caches are currently unreachable.
mon fichier de configuration :
http_port 8080
# icp_port 3130
hierarchy_stoplist cgi-bin ? .cgi .pl .php.asp
acl QUERY urlpath_regex cgi-bin ? .cgi .asp .php .pl
no_cache deny QUERY
cache_mem 16 MB
maximum_object_size 4096 KB
cache_dir ufs /cacheproxy 100 16 256
# cache_access_log /var/log/squid/access.log
# cache_log /var/log/squid/cache.log
cache_store_log none
#cache_store_log /var/log/squid/store.log
pid_filename /var/run/squid.pid
debug_options ALL,1
ftp_user
Squid@free.fr
# dns_children 10
# request_size 200 KB
# refresh_pattern -i .gif$ 300 80% 43200
# refresh_pattern -i .jpg$ 300 80% 43200
# refresh_pattern -i .jpeg$ 300 80% 43200
refresh_pattern -i .microsoft.com 1440 40% 20160
refresh_pattern -i .doubleclick.net 1440 40% 20160
refresh_pattern ^http:// 30 40% 20160
refresh_pattern ^ftp:// 30 50% 20160
refresh_pattern ^gopher:// 30 40% 20160
refresh_pattern . 30 40% 20160
shutdown_lifetime 10 seconds
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 SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl CLIENTS src 192.168.0.0/255.255.255.0
http_access allow localhost
http_access allow CLIENTS
http_access deny all
icp_access allow all
miss_access allow all
cache_mgr
ced.mari@free.fr
# cache_effective_user nobody
# cache_effective_group nogroup
# TAG: visible_hostname
visible_hostname
www.free.fr
# httpd_accel_host virtual
# httpd_accel_port port 80
# httpd_accel_with_proxy on
# httpd_accel_uses_host_header on
dns_testnames adsl.free.fr
logfile_rotate 1
# append_domain .ac-creteil.fr
forwarded_for on
# cachemgr_passwd mon_mot_de_passe all
# acl mon-web-local dstdomain [url=http://www.mon_domaine.fr]www.mon_domaine.fr[/url]
# always_direct allow mon-web-local
never_direct allow all
y a qqchose qui va pas ?