Source of: /manual/kr/install.windows.sambar.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.windows.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'kr',
),
'this' =>
array (
0 => 'install.windows.sambar.php',
1 => 'Sambar Server on Microsoft Windows',
),
'up' =>
array (
0 => 'install.windows.php',
1 => '윈도우 시스템에 인스톨하기',
),
'prev' =>
array (
0 => 'install.windows.omnihttpd.php',
1 => 'OmniHTTPd Server',
),
'next' =>
array (
0 => 'install.windows.xitami.php',
1 => 'Xitami on Microsoft Windows',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<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.php" 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">
</p><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>:
</p><div class="example">
<p><b>Example #1 ISAPI configuration of Sambar</b></p>
<div class="example-contents programlisting">
<div class="cdata"><pre>
#for PHP 4
*.php = c:\php\php4isapi.dll
#for PHP 5
*.php = c:\php\php5isapi.dll
</pre></div>
</div>
</div><p>
(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>
</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><?php manual_footer(); ?>