Hello
En fait je suis maintenant sur du PB.
Le proxy IPCOP dialogue bien avec le proxy parent.
Mais toutes les requetes ICP de IPCOP a PROXY sont des GET.
Donc qd un de mes postes clients (essaye d') envoi (yé LOL) des infos sur le net il envoie une requete POST au squid d'IPCOP qui transmet cette requete au PROXY parent en la transfoment en GET.
C koi ce délire
Il me manque koi dan la config de mon squid.conf
#DEBUT
shutdown_lifetime 5 seconds
icp_port 3130
http_port 192.168.100.5:800
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_effective_user squid
cache_effective_group squid
pid_filename /var/run/squid.pid
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
log_mime_hdrs off
forwarded_for off
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl localnet src 192.168.100.0/255.255.255.0
acl SSL_ports port 443 563
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
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 800 # Squids port (for icons)
acl IPCop_http port 81
acl IPCop_https port 445
acl IPCop_ip dst 192.168.100.5
acl CONNECT method CONNECT
http_access allow localhost
http_access allow IPCop_ip localnet IPCop_http
http_access allow CONNECT IPCop_ip localnet IPCop_https
#deny
http_access allow !Safe_ports all
#deny
http_access allow CONNECT !SSL_ports
http_access allow localnet
# deny
http_access allow all
maximum_object_size 100000 KB
minimum_object_size 0 KB
cache_mem 8000 KB
cache_dir ufs /var/log/cache 200 16 256
request_body_max_size 0 KB
reply_body_max_size 0 KB
cache_peer Proxy.Cteip.fr parent 8080 3130 default no-query
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
#FIN
Voici qlq lignes du
acces.log
1096022043.788 693 192.168.100.110 TCP_MISS/200 900 GET
http://fl01.ct2.comclick.com/aff_frame.ct2? - DEFAULT_PARENT/Proxy.Cteip.fr text/html
1096022043.810 1 192.168.100.110 TCP_IMS_HIT/304 222 GET
http://www.handicanal.net/ads/but_handicanal06.gif - NONE/- image/gif
1096019168.273 164 192.168.100.110 TCP_MISS/200 22628 GET
search.php - DEFAULT_PARENT/Proxy.Cteip.fr text/html
1096019170.901 2613 192.168.100.110 TCP_MISS/200 900 GET
http://fl01.ct2.comclick.com/aff_frame.ct2? - DEFAULT_PARENT/Proxy.Cteip.fr text/html
1096019177.039 41 192.168.100.110 TCP_MISS/503 1049 POST
search.php? - NONE/- -
Voila un peu plus d'info
Merci de m'aider si vou le pouver
Toutes les remarques sont les bienvenues
Le serveur doit etre mis en production avant samedi midi sinon mon responsable abandone le projet IPCOP. SNNNIIIFFFF (ya pa moyen )
++