Changeset 752 for trunk/docs
- Timestamp:
- Mar 5, 2016, 2:37:06 PM (9 years ago)
- Location:
- trunk/docs/kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/configuration.rst
r725 r752 43 43 msOgcVersion=1.0.0 44 44 tmpUrl=http:/localhost/temp/ 45 cors=false 45 46 46 47 [identification] … … 76 77 * ``dataPath``: Path to the directory where data files are stored (used to store mapfiles and data when MapServer support is activated). 77 78 * ``tmpPath``: Path to the directory where temporary files are stored (such as *ExecuteResponse* when *storeExecuteResponse* is set to true). 79 * ``tmpUrl``: URL to access the temporary files directory (cf. ``tmpPath``). 78 80 * ``cacheDir``: Path to the directory where cached request files [#f1]_ are stored (optional). 79 81 * ``serverAddress``: URL to the ZOO-Kernel instance. 80 * ``tmpUrl``: URL of the temporary files directory.81 82 * ``mapservAddress``: URL to the MapServer instance (optional). 82 83 * ``msOgcVersion``: Version of all supported OGC Web Services output [#f2]_ 83 84 (optional). 84 85 * ``lang``: Supported natural languages separated by a coma (the first is the default one), 86 * ``cors``: Define if the ZOO-Kernel should support `Cross-Origin 87 Resource Sharing <https://www.w3.org/TR/cors/>`__. If this 88 paramater is not defined, then the ZOO-Kernel won't support CORS. 89 90 In case you have activated the MapServer support, please refer to 91 :ref:`this specific section <kernel-mapserver-main.cfg>`. 85 92 86 93 … … 117 124 and notice the specific header *X-Powered-By: Zoo-Project@Trac*. 118 125 126 In case you want to allow CORS support for POST requests coming from 127 ``myhost.net``, then you should define the following minimal 128 parameters in this section: 129 130 .. code-block:: guess 131 :linenos: 132 133 Access-Control-Allow-Origin=myhost.net 134 Access-Control-Allow-Methods=POST 135 Access-Control-Allow-Headers=content-type 136 137 119 138 env section 120 139 ............................... … … 132 151 [env] 133 152 DISPLAY=:1 153 154 In case you have activated the OTB support, please refer to :ref:`this 155 specific section <kernel-orfeotoolbox-main.cfg>`. 134 156 135 157 lenv section -
trunk/docs/kernel/mapserver.rst
r725 r752 107 107 cp zoo_loader.cgi /usr/lib/cgi-bin 108 108 109 110 .. _kernel-mapserver-main.cfg: 109 111 110 112 Main configuration file -
trunk/docs/kernel/orfeotoolbox.rst
r725 r752 57 57 .................................... 58 58 59 .. _kernel-orfeotoolbox-main.cfg: 60 59 61 Main configuration file 60 62 *************************
Note: See TracChangeset
for help on using the changeset viewer.