File: install.xitami.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 (72 lines) | stat: -rw-r--r-- 1,973 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
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<sect1 id="install.xitami">
 <title>Xitami サーバ</title>
 <para>
  本節では、Xitamiに固有の注意事項とヒントについて説明します。
 </para>
 <sect2 id="install.xitami.windows">
  <title>Windows用のXitami</title>
  
  <simpara>
   以下の手順は、Windows上のXitamiでPHP CGIバイナリを動作させる際の
   設定方法です。
  </simpara>
  
  <para>
   <itemizedlist>
    <listitem>
     <para>
      Webサーバが実行されていることを確認して下さい。そして、ブラウ
      ザで Xitami管理用コンソール(通常はhttp://127.0.0.1/admin)を見
      て、Configurationをクリックして下さい。
     </para>
    </listitem>
    <listitem>
     <para>
      Filtersを選択し、phpでパースさせる拡張子(すなわち、.php)を
      File extensions (.xxx) フィールドに入力して下さい。
     </para>
    </listitem>
    <listitem>
     <para>
      Filter command or script に、PHP実行ファイルのパスと名前(すな
      わち、c:\php\php.exe)を入力して下さい。
     </para>
    </listitem>
    <listitem>
     <para>
      'Save'アイコンを押して下さい。
     </para>
    </listitem>
    <listitem>
     <para>
      変更点を反映するためにサーバを再起動して下さい。
      Restart the server to reflect changes.
     </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
-->