From: Nick Kew Date: Fri, 12 Sep 2008 09:20:21 +0000 (+0000) Subject: Reorder sections as per the DTD X-Git-Tag: 2.3.0~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=243347685b16e9fe7ead44bd0827289fbbad1d76;p=apache Reorder sections as per the DTD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@694661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml index 854b1c5ef7..eb71503e38 100644 --- a/docs/manual/mod/mod_sed.xml +++ b/docs/manual/mod/mod_sed.xml @@ -58,34 +58,6 @@ the author's blog.

- -OutputSed -Sed command for filter the response content -OutputSed sed-command -directory.htaccess - - - -

The OutputSed directive specify the sed - command which will be executed on the response. -

-
-
- - -InputSed -Sed command to filter the request data (typically post data) -InputSed sed-command -directory.htaccess - - - -

The InputSed directive specify the sed command - which will be executed on the request data e.g POST data. -

-
-
-
Sample Configuration Adding a output filter # In following example, sed filter will replace the string
@@ -138,4 +110,33 @@ page.
Swap the content of hold buffer and current line
+ + +OutputSed +Sed command for filter the response content +OutputSed sed-command +directory.htaccess + + + +

The OutputSed directive specify the sed + command which will be executed on the response. +

+
+
+ + +InputSed +Sed command to filter the request data (typically post data) +InputSed sed-command +directory.htaccess + + + +

The InputSed directive specify the sed command + which will be executed on the request data e.g POST data. +

+
+
+