|
From: John D. <jo...@jo...> - 2007-11-07 00:26:42
|
On 07/11/2007, at 12:54 AM, Bj=F8rn Ruberg wrote: > > ExtendedStatus On > > in your Apache configuration file. > > This requirement is properly documented in the plugin: > > # Requirements: > # - Needs access to http://localhost/server-status?auto (or > # modify the address for another host). See your apache > # documentation on how to set up this url in your > # httpd.conf. Apache needs ExtendedStatus enabled for this > # plugin to work. Note also that ExtendedStatus causes some additional overhead for =20 every request, which is why it's generally turned off by default. =20 It's not bad, just something you should be aware of. =46rom http://httpd.apache.org/docs/2.2/misc/perf-tuning.html: If you include mod_status and you also set ExtendedStatus On when =20 building and running Apache, then on every request Apache will perform two =20 calls to gettimeofday(2) (or times(2) depending on your operating system), =20= and (pre-1.3) several extra calls to time(2). This is all done so that =20= the status report contains timing indications. For highest performance, set ExtendedStatus off (which is the default). Yours, John --=20 http://johndalton.info http://linkedin.com/in/johnrdalton |