From: Rich Bowen Date: Mon, 25 May 2026 20:23:28 +0000 (+0000) Subject: Rebuild with new diagrams X-Git-Tag: 2.4.68-rc1-candidate~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d24765e0276b6b1159169e3bf290db1333d25a8;p=thirdparty%2Fapache%2Fhttpd.git Rebuild with new diagrams git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934624 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index fb5fe3b9bb..86a8bf6c9e 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -26,10 +26,10 @@

Available Languages:  en  | - fr  | + fr  |  ja  |  ko  | - tr 

+ tr 

There are two kinds of environment variables that affect @@ -165,6 +165,18 @@ +

+

Modern alternative: Expressions

+

Many use cases that previously required setting and testing + environment variables — including conditional headers, access + control, and logging — can now be handled more directly using + <If> expressions + with the reqenv function. See + Expressions in Apache HTTP Server for the + expression syntax and the full list of available + variables.

+
+

CGI Scripts

@@ -199,6 +211,10 @@ allows for flexible control of access to the server based on characteristics of the client. For example, you can use these directives to deny access to a particular browser (User-Agent). + For more complex conditions, + Require expr provides + an alternative that can evaluate environment variables using + the reqenv function alongside other request properties.

@@ -262,8 +278,14 @@ These have been adopted more broadly, and are a standard part of passing information between the browser and the server, and between processes on the server side. Here we - discuss a few of these. Refer to the CGI spec for further - details.

+ discuss a few of these. For the complete list of request + variables available in expressions + (including REQUEST_URI, REMOTE_ADDR, + SERVER_NAME, and many others), see the + expression variables reference.

+ +

Refer to the CGI spec for further details of the standard + CGI meta-variables.

QUERY_STRING

@@ -601,10 +623,10 @@ SetEnvIf Referer "^$" local_referal

Available Languages:  en  | - fr  | + fr  |  ja  |  ko  | - tr 

+ tr