I have tried this several ways but the user never sees the error page when the limits are reached.. they just cannot browse anymore.. any help would be appreciated On Wed, Nov 14, 2012 at 9:58 PM, dor eiram <doreiarm@xxxxxxxxx> wrote: > how does one get deny_info error messages to work with delay pools so you > can message the user that they have reached their bandwidth limits. i have > tried the config below which stops the user from browsinng once the limit is > reached but never triggers the error message > > > > acl testuser proxy_auth test > deny_info ERR_NO_BW testuser > delay_pools 1 > delay_class 1 1 > #256 Kbit/s fill rate, 1024 Kbit/s reserve > delay_parameters 1 32000/128000 > delay_access 1 allow testuser > delay_access 1 deny all >