Le Mardi 27 Septembre 2011 22:14:18 Momen, Mazdak a écrit : > My config is currently configured to block all non 80\443 ports and all > domains except those I specify. How can I allow domainx.com on port 1234 > without allowing port 1234 globally? > > Thanks! try something like acl d dstdomain .domainx.com acl p port 1234 http_access allow p d LD http://www.twitter.com/ldlq