Commit 2ab6d31d authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

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 <sim@mindspring.com>
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
parent 75bb8d07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
<H1 ALIGN="CENTER">Apache module mod_env</H1>

This module is contained in the <CODE>mod_env.c</CODE> 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.