Received: by taz.hyperreal.com (8.8.3/V2.0) id MAA22317; Tue, 24 Dec 1996 12:45:29 -0800 (PST) Received: by taz.hyperreal.com (8.8.3/V2.0) id MAA22311; Tue, 24 Dec 1996 12:45:27 -0800 (PST) Date: Tue, 24 Dec 1996 12:45:27 -0800 (PST) From: Randy Terbush Message-Id: <199612242045.MAA22311@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src mod_env.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com randy 96/12/24 12:45:26 Modified: src mod_env.c Log: Give a better example of PassEnv SetEnv in the source. Submitted by: Rob Hartill Revision Changes Path 1.8 +3 -3 apache/src/mod_env.c Index: mod_env.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_env.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C3 -r1.7 -r1.8 *** mod_env.c 1996/12/01 20:29:02 1.7 --- mod_env.c 1996/12/24 20:45:24 1.8 *************** *** 77,85 **** * Environment variables take their value from the last instance * of PassEnv / SetEnv to be reached in the configuration file. * For example, the sequence: ! * PassEnv PATH ! * SetEnv PATH /special/path ! * Causes PATH to take the value '/special/path'. * 23.Feb.96 Added UnsetEnv directive to allow environment variables * to be removed. * Virtual hosts now 'inherit' parent server environment which --- 77,85 ---- * Environment variables take their value from the last instance * of PassEnv / SetEnv to be reached in the configuration file. * For example, the sequence: ! * PassEnv FOO ! * SetEnv FOO override ! * Causes FOO to take the value 'override'. * 23.Feb.96 Added UnsetEnv directive to allow environment variables * to be removed. * Virtual hosts now 'inherit' parent server environment which