Author: philip Date: Tue Oct 20 09:54:25 2015 New Revision: 1709558 URL: http://svn.apache.org/viewvc?rev=1709558&view=rev Log: * publish/docs/release-notes/1.9.html (enhancements): Add section apache-cache-status.
Modified: subversion/site/publish/docs/release-notes/1.9.html Modified: subversion/site/publish/docs/release-notes/1.9.html URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1709558&r1=1709557&r2=1709558&view=diff ============================================================================== --- subversion/site/publish/docs/release-notes/1.9.html (original) +++ subversion/site/publish/docs/release-notes/1.9.html Tue Oct 20 09:54:25 2015 @@ -1395,6 +1395,32 @@ path as a parameter.</p> </div> <!-- locking-post-hooks --> +<div class="h3" id="apache-cache-status"> +<h3>Apache FSFS cache status + <a class="sectionlink" href="#apache-cache-status" + title="Link to this section">¶</a> +</h3> + +<p>Subversion's Apache module, mod_dav_svn, can display statistics +that describe the status of the FSFS cache for the running Apache +instance. To enable this define a Location block in the Apache +configuration file:</p> + +<pre> + <Location /svn-status> + SetHandler svn-status + </Location> +</pre> + +<p>Visiting the Location with a web browser will display statistics +about the FSFS cache for the running Apache instance. If Apache is +configured to use multiple processes, most Unix deployments, the +statistics will only apply to the process that served the GET request +and repeating the request will cause different processes to be +queried.</p> + +</div> <!-- apache-cache-status --> + </div> <!-- enhancements --> <div class="h2" id="issues">