From: William A. Rowe Jr This option tracks additional data per worker about the
+ currently executing request, and a utilization summary; you
+ can see these variables during runtime by configuring
+ This setting applies to the entire server, and cannot be
+ enabled or disabled on a virtualhost-by-virtualhost basis.
+ The collection of extended status information can slow down
+ the server. Also note that this setting cannot be changed
+ during a graceful restart. Note that loading mod_status with If Apache is handling The lines marked "(*)" are only available if
- ExtendedStatus On
+ displays the actual request being handled.
+ For historical purposes, only 63 characters of the request
+ are actually stored for display purposes. This directive
+ controls whether the 1st 63 characters are stored (the previous
+ behavior and the default) or if the last 63 characters are. This
+ is only applicable, of course, if the length of the request is
+ 64 characters or greater.GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows:
+
+
+
+
+
+ Off (default)
+ GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples
+
+
+ On
+ orage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1
+ On.On. In version 2.3.6, loading mod_status will
+ toggle
This setting applies to the entire server, and cannot be - enabled or disabled on a virtualhost-by-virtualhost basis. - The collection of extended status information can slow down - the server.
-mod_status with ExtendedStatus On
- displays the actual request being handled.
- For historical purposes, only 63 characters of the request
- are actually stored for display purposes. This directive
- controls whether the 1st 63 characters are stored (the previous
- behavior and the default) or if the last 63 characters are. This
- is only applicable, of course, if the length of the request is
- 64 characters or greater.
If Apache is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows:
-
| Off (default) | -GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples | -
|---|---|
| On | -orage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 | -