Hello, Apache sets the NODELAY flag on all packets it sends. Does anyone know of a way to selectively change this in the apache config. I would like to be able to specify certain dirs to set other flags, to be able to match these packets with tc (and shape accordingly), without having to use additional IPs (which would be a waste). Is this possible? Greetings, Ivo De Decker _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Ivo De Decker wrote:> Hello, > > Apache sets the NODELAY flag on all packets it sends. Does anyone know of a > way to selectively change this in the apache config. > > I would like to be able to specify certain dirs to set other flags, to be able > to match these packets with tc (and shape accordingly), without having to use > additional IPs (which would be a waste). > > Is this possible? > > Greetings, > > Ivo De Decker > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/You don''t need this in Apache. Use netfilter module for HTTP Request url matching and mark or do something else with packets Here to start: http://lists.netfilter.org/pipermail/netfilter-devel/2001-October/005971.html _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/