comparison docs/installation_iis.rst @ 5433:fbbe80e3322b

docs: consistent spacing around headings Start out with 2 empty lines before/after for top level, decrease for deeper levels.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 26 Aug 2015 17:28:58 +0200
parents 5ae8e644aa88
children ae9ab4c92d46
comparison
equal deleted inserted replaced
5432:a4c0fe15a6f1 5433:fbbe80e3322b
10 .. note:: 10 .. note::
11 11
12 For the best security, it is strongly recommended to only host the site over 12 For the best security, it is strongly recommended to only host the site over
13 a secure connection, e.g. using TLS. 13 a secure connection, e.g. using TLS.
14 14
15
15 Prerequisites 16 Prerequisites
16 ------------- 17 -------------
17 18
18 Apart from the normal requirements for Kallithea, it is also necessary to get an 19 Apart from the normal requirements for Kallithea, it is also necessary to get an
19 ISAPI-WSGI bridge module, e.g. isapi-wsgi. 20 ISAPI-WSGI bridge module, e.g. isapi-wsgi.
21
20 22
21 Installation 23 Installation
22 ------------ 24 ------------
23 25
24 The following assumes that your Kallithea is at ``c:\inetpub\kallithea``, and 26 The following assumes that your Kallithea is at ``c:\inetpub\kallithea``, and
38 40
39 .. note:: 41 .. note::
40 42
41 The application pool can be the same as an existing application pool, 43 The application pool can be the same as an existing application pool,
42 as long as the Kallithea requirements are met by the existing pool. 44 as long as the Kallithea requirements are met by the existing pool.
43
44 45
45 ISAPI handler 46 ISAPI handler
46 ............. 47 .............
47 48
48 The ISAPI handler can be generated using:: 49 The ISAPI handler can be generated using::
87 external account*. Finally, save the changes. 88 external account*. Finally, save the changes.
88 89
89 The last necessary step is to enable the relevant authentication in IIS, e.g. 90 The last necessary step is to enable the relevant authentication in IIS, e.g.
90 Windows authentication. 91 Windows authentication.
91 92
93
92 Troubleshooting 94 Troubleshooting
93 --------------- 95 ---------------
94 96
95 Typically, any issues in this setup will either be entirely in IIS or entirely 97 Typically, any issues in this setup will either be entirely in IIS or entirely
96 in Kallithea (or Kallithea's WSGI/paster middleware). Consequently, two 98 in Kallithea (or Kallithea's WSGI/paster middleware). Consequently, two