Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 8241

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Sambar Server on Microsoft Windows</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="install.windows.sun.html">Sun, iPlanet and Netscape servers on Microsoft Windows</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">&raquo;&nbsp;Sambar Server</a> for Windows.
    </p>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <p class="para">
      You should read the <a href="install.windows.manual.html" class="link">manual
       installation steps</a> first!
     </p>
    </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 <em>[ISAPI]</em>:
      <div class="example" id="example-57">
       <p><strong>Example #1 ISAPI configuration of Sambar</strong></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 class="note"><p><strong class="note">Note</strong>: 
     <p class="para">
      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.
     </p>
    </p></blockquote>
   </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="install.windows.sun.html">Sun, iPlanet and Netscape servers on Microsoft Windows</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>