summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_status.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A little odd having that warning buried under the machine-readableRich Bowen2016-08-111-9/+10
| | | | | | | section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755973 13f79535-47bb-0310-9956-ffa450edef68
* * Remove trailing whitespace from a bunch of *.xml filesKen Coar2015-04-151-1/+0
| | | | | | | * Quoted arguments to Rewrite{Base,Cond,Map,Rule}. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673945 13f79535-47bb-0310-9956-ffa450edef68
* Enclose parameters in quotation marks for <{Files,Directory,Location}{,Match}>Ken Coar2015-04-151-1/+1
| | | | | | | containers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673892 13f79535-47bb-0310-9956-ffa450edef68
* Syntax updates for mod_s*.xml (sans mod_ssl.xml)Daniel Gruno2012-04-271-9/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331227 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-4/+4
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* This functionality is available when the module is *loaded* into the server, ↵Rich Bowen2011-07-261-1/+1
| | | | | | not *compiled* into the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1150943 13f79535-47bb-0310-9956-ffa450edef68
* TypoRich Bowen2011-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089085 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild, and fix XML error. Troubleshooting using server-statusRich Bowen2011-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086608 13f79535-47bb-0310-9956-ffa450edef68
* Advice regarding troubleshooting high server load with server-status -Rich Bowen2011-03-291-0/+32
| | | | | | | something that comes up on IRC at least once a day. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086605 13f79535-47bb-0310-9956-ffa450edef68
* Slight tweak to example - add indentation.Rich Bowen2011-03-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68
* Change mentions of 'Deny from' and 'Allow from' to new Require syntax.Rich Bowen2010-11-041-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031084 13f79535-47bb-0310-9956-ffa450edef68
* More 'Apache' => 'Apache HTTP Server' changes. Other minor nitpickyRich Bowen2010-03-231-4/+4
| | | | | | | changes. Identified a few docs that could use some attention to grammar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926543 13f79535-47bb-0310-9956-ffa450edef68
* Move core flags into core.xml directivesWilliam A. Rowe Jr2010-01-271-60/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903777 13f79535-47bb-0310-9956-ffa450edef68
* Juicy update !Lucien Gentis2009-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@779139 13f79535-47bb-0310-9956-ffa450edef68
* Add a example of SeeRequestTailTakashi Sato2008-06-171-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668628 13f79535-47bb-0310-9956-ffa450edef68
* * clean the compatibility note of SeeRequestTailTakashi Sato2008-06-171-4/+4
| | | | | | * use <code> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668620 13f79535-47bb-0310-9956-ffa450edef68
* use example.com for example domain nameTakashi Sato2008-05-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657842 13f79535-47bb-0310-9956-ffa450edef68
* * Don't track 1.3 compatibilityTakashi Sato2008-05-131-3/+1
| | | | | | * SeeRequestTail was backported to 2.2 in r602508 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655888 13f79535-47bb-0310-9956-ffa450edef68
* Add in SeeRequestTail directive, to handle the shortcomingJim Jagielski2007-10-311-0/+24
| | | | | | | | | | | | | of only storing 63 bytes of the request, when the requests are longer than that and only vary towards the end; eg: GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/apples.jpg GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/pears.jpg GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/plums.jpg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@590641 13f79535-47bb-0310-9956-ffa450edef68
* PR38644 mod_status no longer needs to be recompiled to show extended status ↵Vincent Bray2007-09-181-3/+3
| | | | | | items. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@576690 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright noticeAndré Malo2005-01-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125277 13f79535-47bb-0310-9956-ffa450edef68
* $Revision$ is slightly misdocumented (only available since svn 1.1)André Malo2004-11-201-1/+1
| | | | | | | use LastChangedRevision instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
* adjust properties and revision expansion of the English docsAndré Malo2004-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
* add $Revision$ keywordAndré Malo2004-04-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103423 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102532 13f79535-47bb-0310-9956-ffa450edef68
* Bring mod_status document up to date. This change was discussed back inYoshiki Hayashi2003-12-191-19/+6
| | | | | | | June but I've never got around to do it until now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102092 13f79535-47bb-0310-9956-ffa450edef68
* add missing ids.André Malo2003-04-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99430 13f79535-47bb-0310-9956-ffa450edef68
* add the metafile attribute to all xml files.André Malo2003-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bunch of little problems that the directive quick-referenceJoshua Slive2002-09-191-4/+5
| | | | | | | made apparent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96904 13f79535-47bb-0310-9956-ffa450edef68
* Update the stylesheet reference to the new language-specific version.Joshua Slive2002-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244 13f79535-47bb-0310-9956-ffa450edef68
* Bring some docs into line with the DTD.Joshua Slive2002-03-061-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68
* Conversion to xmlRich Bowen2002-02-191-0/+137
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93486 13f79535-47bb-0310-9956-ffa450edef68