hi, i am using the following configuration to access websites on multiple web servers: http_port 80 accel vhost cache_peer 127.0.0.1 parent 80 0 no-query originserver name=server1 cache_peer_domain server1 sub1.mydomain.com cache_peer 10.1.1.1 parent 80 0 no-query originserver name=server2 cache_peer_domain server2 sub2.mydomain.com http_access allow all this is working properly, how can i do the same with FTP protocol so that i can access multiple FTP servers? -- ubuntu a.akkad