From: André Malo Date: Mon, 14 Jul 2003 12:47:18 +0000 (+0000) Subject: oops... add missing
s X-Git-Tag: pre_ajp_proxy~1435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a6bbdf46c967be7289c691e5669813969298ccb;p=thirdparty%2Fapache%2Fhttpd.git oops... add missing
s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100592 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 26e3eb1aab4..8bc8c7aced6 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -98,8 +98,8 @@ content-type

Example

<Location /news>
- SetHandler news-handler - Action news-handler /cgi-bin/news.cgi virtual + SetHandler news-handler
+ Action news-handler /cgi-bin/news.cgi virtual
</Location>

diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml index 78368ef5555..3077107a9a4 100644 --- a/docs/manual/mod/mod_actions.xml +++ b/docs/manual/mod/mod_actions.xml @@ -77,8 +77,8 @@ content-type Example <Location /news>
- SetHandler news-handler - Action news-handler /cgi-bin/news.cgi virtual + SetHandler news-handler
+ Action news-handler /cgi-bin/news.cgi virtual
</Location>