home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Practical mod_perlPractical mod_perlSearch this book

15.2. mod_status and ExtendedStatus On

If you build in mod_status and you also set:

ExtendedStatus On

in httpd.conf, on every request Apache will perform two calls to gettimeofday(2) (or times(2), depending on your operating system). This is done so that the status report contains timing information. For highest performance, set ExtendedStatus Off (which is the default).



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.