intro.apache.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 39 行

HTML
39
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Introduction</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.apache.html">Apache</a></div> <div class="next" style="text-align: right; float: right;"><a href="apache.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.apache.html">Apache</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.apache" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   These functions are only available when running PHP as an Apache module.  </p>  <blockquote><p><b class="note">Note</b>:    <span class="simpara">    As of PHP 4.3.2, <span class="envar">PATH_TRANSLATED</span> is no longer set     implicitly under the Apache 2 <acronym title="Server Application Programming Interface">SAPI</acronym> in contrast     to the situation in Apache 1, where it&#039;s set to the same value as     the <span class="envar">SCRIPT_FILENAME</span> server variable when it&#039;s not     populated by Apache.  This change was made to comply with the     <acronym title="Common Gateway Interface">CGI</acronym> specification that     <span class="envar">PATH_TRANSLATED</span> should only exist if     <span class="envar">PATH_INFO</span> is defined.   </span>   <span class="simpara">    Apache 2 users may use <i>AcceptPathInfo = On</i> inside    <var class="filename">httpd.conf</var> to define <span class="envar">PATH_INFO</span>.   </span>  </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.apache.html">Apache</a></div> <div class="next" style="text-align: right; float: right;"><a href="apache.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.apache.html">Apache</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?