des gens qui roxent ... mais à mon avis ils ont pas dû trop roxer en cours pour gérer comme ça leurs stylos :D
j'ai pas fait comme ça, je suis parti sur
# ACL
acl my_host hdr(host) -i hostname
acl my_path path_beg /path
# Proxy_pass
http-request set-header X-Location-Path %[capture.req.uri] if my_path my_host
http-request replace-header X-Location-Path ^(\/path/)(.*) \2 if my_path my_host
http-request set-uri https://hostname/%[hdr(X-Location-Path)] if my_path my_host
Très très bon :)
dig +short google-public-dns-a.google.com TXT
"http://xkcd.com/1361/"
frontend foxtrot-tango-papa-control
bind :21
default_backend ftp_server_pool
frontend foxtrot-tango-papa01
bind :10001-10750
default_backend foxtrot_tango_papa01
backend ftp_server_pool
server foxtrot-tango-papa01 $ip check port 21 inter 10s rise 1 fall 2
backend foxtrot_tango_papa01
server foxtrot-tango-papa01 $ip check port 21 inter 10s rise 1 fall 2
Il faut encore que je voie pourquoi il fautl e debug
très intéressant, j'en connaissais beaucoup mais la partie sur les fichiers de config m'a apporté :)
[edit]
Ainsi que l'agent forwarding Oo j'en avias parlé avec Ju mais je n'avais jamais vu de mise en oeuvre !
le sujet classique, encore une nouvelle approche
je l'ai testée sur uen portion de ma rue, j'ai pu trouver plus d'une centaines de wifi dont 10% en WEP, on va pouvoir faire joujou les dimanches pluvieux :p
un guide "explain it to me like I'm 5" sur SELinux