From 243347685b16e9fe7ead44bd0827289fbbad1d76 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Fri, 12 Sep 2008 09:20:21 +0000 Subject: [PATCH] Reorder sections as per the DTD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@694661 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_sed.xml | 57 +++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 28 deletions(-) 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. +

+
+
+ -- 2.50.1