From 54910927d31f70e7f394de9fd64806f9dfe89b35 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Fri, 24 Jan 2014 08:44:19 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560919 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 64 +++++++++++++++------------ docs/manual/expr.html.fr | 2 + docs/manual/expr.xml.fr | 2 +- docs/manual/expr.xml.meta | 2 +- docs/manual/mod/mod_proxy_ajp.html.en | 16 ++++--- docs/manual/mod/mod_proxy_ajp.xml.ja | 2 +- 6 files changed, 51 insertions(+), 37 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 895e7a9ca95..7122bd8e6f3 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -25,17 +25,15 @@  fr 

-

Historically, there are several syntax variants for expressions used to express - a condition in the different modules of the Apache HTTP Server. - There is some ongoing effort to only use a single variant, called ap_expr, - for all configuration directives. - This document describes the ap_expr expression parser. +

Historically, there are several syntax variants for expressions + used to express a condition in the different modules of the Apache + HTTP Server. There is some ongoing effort to only use a single + variant, called ap_expr, for all configuration directives. + This document describes the ap_expr expression parser.

The ap_expr expression is intended to replace most other - expression variants in HTTPD. For example, the deprecated - SSLRequire expressions can be - replaced by Require expr. -

+ expression variants in HTTPD. For example, the deprecated SSLRequire expressions can be replaced + by Require expr.