Skip to content

Commit

Permalink
While this module still builds on httpd 2.0 and 2.2, the example cited
Browse files Browse the repository at this point in the history
httpd 2.4 auth mechanics.  Clarify.
  • Loading branch information
wrowe committed Nov 18, 2015
1 parent de28af6 commit 7838e7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions docs/manual/mod/mod_bmx.html.en
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@
<p>The <code class="module"><a href="../mod/mod_bmx.html">mod_bmx</a></code> base module must be loaded to serve
bmx response pages, and all desired mod_bmx_{provider} modules must
also be loaded, such as <code class="module"><a href="../mod/mod_bmx_status.html">mod_bmx_status</a></code> and/or
<code class="module"><a href="../mod/mod_bmx_vhost.html">mod_bmx_vhost</a></code>. The example configuration below will
serve the bmx result page from http://localhost/bmx including server
status and virtual host summaries, only in response to a local request:</p>
<code class="module"><a href="../mod/mod_bmx_vhost.html">mod_bmx_vhost</a></code>. The example configuration below for
httpd 2.4 will serve the bmx result page from http://localhost/bmx
including server status and virtual host summaries, only in response
to a local request:</p>

<pre class="prettyprint lang-config">LoadModule bmx_module modules/mod_bmx.so
LoadModule bmx_status_module modules/mod_bmx_status.so
Expand Down Expand Up @@ -135,4 +136,4 @@ if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();
}
//--><!]]></script>
</body></html>
</body></html>
7 changes: 4 additions & 3 deletions docs/manual/mod/mod_bmx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
<p>The <module>mod_bmx</module> base module must be loaded to serve
bmx response pages, and all desired mod_bmx_{provider} modules must
also be loaded, such as <module>mod_bmx_status</module> and/or
<module>mod_bmx_vhost</module>. The example configuration below will
serve the bmx result page from http://localhost/bmx including server
status and virtual host summaries, only in response to a local request:</p>
<module>mod_bmx_vhost</module>. The example configuration below for
httpd 2.4 will serve the bmx result page from http://localhost/bmx
including server status and virtual host summaries, only in response
to a local request:</p>

<highlight language="config">
LoadModule bmx_module modules/mod_bmx.so
Expand Down

0 comments on commit 7838e7c

Please sign in to comment.