File: install.oreilly.xml

package info (click to toggle)
phpdoc 20020310-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 35,272 kB
  • ctags: 354
  • sloc: xml: 799,767; php: 1,395; cpp: 500; makefile: 200; sh: 140; awk: 51
file content (64 lines) | stat: -rw-r--r-- 1,961 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
  <sect1 id="install.oreilly">
   <title>Oreilly Website Pro サーバへのインストール</title>
   <para>
    本節では、Oreilly Website Proに固有の注意事項とヒントについて記述
    します。
   </para>
   <sect2 id="install.oreilly.windows">
    <title>Windows用のOreilly Website Pro 2.5以降</title>
    
    <simpara>
     以下の手順は、Window上のOreilly Website ProでPHP CGIバイナリまた
     はISAPIモジュールを動作させる際の設定方法を説明するものです。
    </simpara>

    <para>
     <itemizedlist>
      <listitem>
       <para>
        サーバのプロパティを編集し、"Mapping"タブを選択します。
       </para>
      </listitem>
      <listitem>
       <para>
	Listから"Associations"を選択し、 好きな拡張子(".php") とCGI
	exe (例: c:\php\php.exe)またはISAPI dllファイル
	(例: c:\php\sapi\php4isapi.dll)へのパスを入力します。
       </para>
      </listitem>
      <listitem>
       <para>
	"Content Types"を選択し、同じ拡張子 ".php" を選択し、
	content typeを入力します。CGI exeファイルを選択した場合は、
        'wwwserver/shellcgi'と入力して下さい。ISAPIモジュールを選択し
	た場合は、'wwwserver/isapi'と入力して下さい。(両方とも引用符な
	し)
       </para>
      </listitem>
     </itemizedlist>
    </para>
   </sect2>
  </sect1>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->