Bonjour,
En vue de rendre mon proxy transparent (sous squid) j'ai rajouté ces 4 lignes
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
httpd_accel_port 80
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Mais j'ai cette erreur:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
Restarting Squid HTTP proxy: squid Waiting.....................done.
2008/06/04 12:23:36| parseConfigFile: line 2984 unrecognized: 'httpd_accel_port 80'
2008/06/04 12:23:36| parseConfigFile: line 2985 unrecognized: 'httpd_accel_host virtual '
2008/06/04 12:23:36| parseConfigFile: line 2986 unrecognized: 'httpd_accel_with_proxy on'
2008/06/04 12:23:36| parseConfigFile: line 2987 unrecognized: 'httpd_accel_uses_host_header on'
Faut-il installer un paquet qui reconnait httpd ou c'est quoi le probléme?
Merci