Re: intercept incoming requests in Apache Web Server

2006-04-28 Thread Tiago Semprebom
Thank“s for you reply Bill,Best regardsTiagoBill Stoddard <[EMAIL PROTECTED]> escreveu: Tiago Semprebom wrote:> Hello,> > I'm working with QoS (quality of service) and I'm using> the Apache web server to implement my QoS policy. For> that, basically I'll need to intercept all incoming> requests in

Re: intercept incoming requests in Apache Web Server

2006-04-28 Thread Bill Stoddard
Tiago Semprebom wrote: Hello, I'm working with QoS (quality of service) and I'm using the Apache web server to implement my QoS policy. For that, basically I'll need to intercept all incoming requests in Apache and after that, to classify this requests in different queues, according with their p

intercept incoming requests in Apache Web Server

2006-04-28 Thread Tiago Semprebom
Hello,I'm working with QoS (quality of service) and I'm usingthe Apache web server to implement my QoS policy. Forthat, basically I'll need to intercept all incomingrequests in Apache and after that, to classify thisrequests in different queues, according with theirpriority. So, some questions:1) -