Return-Path: Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-docs@apache.org Received: (qmail 11879 invoked by uid 500); 28 Sep 2000 17:04:59 -0000 Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Received: (qmail 11874 invoked by uid 1173); 28 Sep 2000 17:04:57 -0000 Date: 28 Sep 2000 17:04:57 -0000 Message-ID: <20000928170457.11873.qmail@locus.apache.org> From: slive@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_env.html mod_include.html mod_mime_magic.html slive 00/09/28 10:04:57 Modified: htdocs/manual/mod mod_env.html mod_include.html mod_mime_magic.html Log: A few more style updates I missed committing. Remarkably, I'm almost done. Revision Changes Path 1.15 +29 -10 httpd-docs-1.3/htdocs/manual/mod/mod_env.html Index: mod_env.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_env.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- mod_env.html 1999/03/22 23:38:20 1.14 +++ mod_env.html 2000/09/28 17:04:57 1.15 @@ -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.

-

Summary

+

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

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

Summary

+ +

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