From: Joshua Slive Date: Thu, 28 Sep 2000 17:05:36 +0000 (+0000) Subject: Style updates. X-Git-Tag: APACHE_2_0_ALPHA_7~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2582da8a2e364ed80c659fd2441ffb7327ec4e61;p=thirdparty%2Fapache%2Fhttpd.git Style updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86350 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index abe1fbf795b..b9c259f7f84 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -15,18 +15,37 @@

Apache module mod_env

-This module is contained in the mod_env.c file, and -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. +

This module provides for +passing environment variables to CGI/SSI scripts.

+ +

Status: Base +
+Source File: mod_env.c +
+Module Identifier: env_module +
+Compatibility: Available in Apache 1.1 and later. +

Summary

- -This module allows Apache's CGI and SSI environment to inherit + +

This module allows Apache's CGI and SSI environment to inherit environment variables from the shell which invoked the httpd process. CERN web-servers are able to do this, so this module is especially useful to web-admins who wish to migrate from CERN to Apache without -rewriting all their scripts +rewriting all their scripts

Directives