pcs 99/03/23 06:30:41
Modified: htdocs/manual new_features_1_3.html Log: Remove reference to PassAllEnv (unfortunately it is still in the 1.3.6 tarball). Revision Changes Path 1.79 +0 -7 apache-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- new_features_1_3.html 1999/03/21 02:03:05 1.78 +++ new_features_1_3.html 1999/03/23 14:30:40 1.79 @@ -213,13 +213,6 @@ <H3><A NAME="mod">Module Enhancements</A></H3> <DL> -<DT><STRONG>NEW - Pass all of the server's environment variables to - CGIs and SSIs.</STRONG><BR> -<DD>With the <A HREF="mod/mod_env.html#passallenv">PassAllEnv</A> directive all - of the server's environment variables are made available to CGIs and SSIs - within the directive's scope. Please note that this directive is not - recommended for general use. - <DT><A HREF="mod/mod_negotiation.html"><STRONG>Improved mod_negotiation </STRONG></A><BR> <DD>The optional content negotiation (MultiViews) module has been completely