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
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
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
does apache modify the last access date of a resource obtained through a call
to
function ap_sub_req_lookup_file?
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
: [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
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