install.windows.sambar.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 82 行
HTML
82 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Sambar Server on Microsoft Windows</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="install.windows.omnihttpd.html">OmniHTTPd Server</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.windows.xitami.html">Xitami on Microsoft Windows</a></div> <div class="up"><a href="install.windows.html">Installation on Windows systems</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="install.windows.sambar" class="sect1"> <h2 class="title">Sambar Server on Microsoft Windows</h2> <p class="para"> This section contains notes and hints specific to the <a href="http://www.sambar.com/" class="link external">» Sambar Server</a> for Windows. </p> <blockquote><p><b class="note">Note</b>: You should read the <a href="install.windows.manual.html" class="link">manual installation steps</a> first! <br /> </p></blockquote> <p class="simpara"> This list describes how to set up the ISAPI module to work with the Sambar server on Windows. </p> <p class="para"> <ul class="itemizedlist"> <li class="listitem"> <p class="para"> Find the file called <var class="filename">mappings.ini</var> (in the config directory) in the Sambar install directory. </p> </li> <li class="listitem"> <p class="para"> Open <var class="filename">mappings.ini</var> and add the following line under <i>[ISAPI]</i>: <div class="example"> <p><b>Example #1 ISAPI configuration of Sambar</b></p> <div class="example-contents"><div class="cdata"><pre>#for PHP 4*.php = c:\php\php4isapi.dll#for PHP 5*.php = c:\php\php5isapi.dll</pre></div> </div> </div> (This line assumes that PHP was installed in <var class="filename">c:\php</var>.) </p> </li> <li class="listitem"> <p class="para"> Now restart the Sambar server for the changes to take effect. </p> </li> </ul> </p> <blockquote><p><b class="note">Note</b>: If you intend to use PHP to communicate with resources which are held on a different computer on your network, then you will need to alter the account used by the Sambar Server Service. The default account used for the Sambar Server Service is LocalSystem which will not have access to remote resources. The account can be amended by using the Services option from within the Windows Control Panel Administation Tools. <br /> </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.windows.omnihttpd.html">OmniHTTPd Server</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.windows.xitami.html">Xitami on Microsoft Windows</a></div> <div class="up"><a href="install.windows.html">Installation on Windows systems</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?