Re: [users@httpd] mod_apache_snmp

2011-03-24 Thread Peter Janovsky
thnx ben.  going to dig into it now, looks like something i can use. From: Ben Timby To: users@httpd.apache.org; Peter Janovsky Sent: Wednesday, March 23, 2011 10:54 PM Subject: Re: [users@httpd] mod_apache_snmp On Wed, Mar 23, 2011 at 8:23 PM, Peter Janovsky

[users@httpd] mod_apache_snmp

2011-03-23 Thread Peter Janovsky
is anyone using mod_apache_snmp?  i notice there hasn't been active development since 2006.  i'm interested in determining the total number of bytes currently served at a given moment?  is mod_apache_snmp the way to go, if not which direction should i look in?  thnx for the help peter

Re: [us...@httpd] last access time

2010-11-17 Thread Peter Janovsky
thnx From: Jeroen Geilman To: users@httpd.apache.org Sent: Wed, November 17, 2010 3:26:06 PM Subject: Re: [us...@httpd] last access time On 11/17/2010 09:21 PM, Peter Janovsky wrote: does apache modify the last access date of a resource obtained through a

[us...@httpd] last access time

2010-11-17 Thread Peter Janovsky
does apache modify the last access date of a resource obtained through a call to function ap_sub_req_lookup_file?

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Peter Janovsky
Varnish is a great tool. You would have to pre-cache your content to minimize first byte response time for large objects as varnish waits for the entire response from the backend to be cached before streaming to client. If object is in cache response times are great. I know the varnish team was

Re: [us...@httpd] modifying original request response headers when using subrequests

2010-08-17 Thread Peter Janovsky
: [us...@httpd] modifying original request response headers when using subrequests On Tue, 17 Aug 2010 12:51:58 -0700 (PDT) Peter Janovsky wrote: > 1. if i modify the response headers before the subrequest is performed they > appear correct within the response > 2. if i modify the re

[us...@httpd] modifying original request response headers when using subrequests

2010-08-17 Thread Peter Janovsky
i'm in need of help clarifying the request and subrequest life-cycles and how and when response headers are modified. what i have is a request for audio content.  the audio content is verified within a C module which performs a subrequest.  custom response headers need to be sent upon a success