diff options
Diffstat (limited to 'docs/manual/mod/mod_env.html.en')
-rw-r--r-- | docs/manual/mod/mod_env.html.en | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index 1f0f9a6d..5983cf67 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -73,9 +73,7 @@ SSI pages</td></tr> native OS environment of the shell which invoked the <code class="program"><a href="../programs/httpd.html">httpd</a></code> process.</p> - <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> - PassEnv LD_LIBRARY_PATH - </pre> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">PassEnv LD_LIBRARY_PATH</pre> </div> </div> @@ -92,9 +90,7 @@ SSI pages</td></tr> <p>Sets an internal environment variable, which is then available to Apache HTTP Server modules, and passed on to CGI scripts and SSI pages.</p> - <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> - SetEnv SPECIAL_PATH /foo/bin - </pre> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">SetEnv SPECIAL_PATH /foo/bin</pre> </div> <p> If you omit the <var>value</var> argument, the variable is set to @@ -129,9 +125,7 @@ SSI pages</td></tr> <p>Removes one or more internal environment variables from those passed on to CGI scripts and SSI pages.</p> - <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> - UnsetEnv LD_LIBRARY_PATH - </pre> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">UnsetEnv LD_LIBRARY_PATH</pre> </div> </div> @@ -160,7 +154,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_env.html'; } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |