From 2e340f399eb6443c9ae406c4146d76602d33a346 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 2 Jan 1999 13:24:41 +0000 Subject: [PATCH] Small fix for mod_env.html: The module was documented as to be _not_ compiled into Apache per default, although it _IS_ compiled into Apache per default. Submitted by: Sim Harbert Reviewed by: Ralf S. Engelschall PR: 3572 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82576 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_env.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index 0908220153..abe1fbf795 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -16,7 +16,7 @@

Apache module mod_env

This module is contained in the mod_env.c file, and -is not compiled in by default. It provides for +is compiled in by default. It provides for passing environment variables to CGI/SSI scripts. Is is only available in Apache 1.1 and later. -- 2.40.0