Xavier Cabrera said: > Thanks for your answer... > > I want to limited the number of connections to a webpage www.foo.com per > IP address, for example i want to user only connect 5 times to a webpage > per day. maxconn won't help you with that. You'll have to write an external acl, which would look up things in e.g. a database. Joost