Changes between Initial Version and Version 1 of EnvironmentVariables


Ignore:
Timestamp:
May 15, 2009, 5:17:37 AM (15 years ago)
Author:
dmorissette
Comment:

Initial revision - still lots of blanks

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v1 v1  
     1= Environment Variables used by MapServer =
     2
     3A number of environment variables can be used to control MapServer's behavior or specify the location of some resources. We try to list all of them here with either short documentation or a pointer to the relevant documentation.
     4
     5Note that some of these variables can also be set via a CONFIG directive in a mapfile, but not all of them.
     6
     7== MS_MAPFILE ==
     8
     9Default mapfile to use if the map=... URL parameter is not provided
     10
     11== map=ENV_VAR ==
     12
     13It is possible to use an environment variable name as the value of the map=... parameter in a mapserv CGI URL. The value of this environment variable will be used as the mapfile path.
     14
     15== MS_MAPFILE_PATTERN ==
     16
     17== MS_MAP_PATTERN ==
     18
     19== MS_MAP_NO_PATH ==
     20
     21(Added in 5.4.0)
     22
     23== MS_MODE ==
     24
     25Default value for the mode=... CGI parameter. Setting mode=... in the URL takes precedence over the environment variable.
     26
     27== MS_ERRORFILE ==
     28
     29== MS_DEBUGLEVEL ==
     30
     31(Added in 5.0.0)
     32
     33== MS_ENCRYPTION_KEY ==
     34
     35(Added in 4.10). See [http://www.mapserver.org/utilities/msencrypt.html]
     36
     37== PROJ_LIB ==
     38
     39== CURL_CA_BUNDLE ==
     40
     41(Added in 5.4.1) Used to specify the location of the Certificate Authority (CA) bundle file to be used by Curl when using HTTPS connections in WMS/WFS client layers. Curl comes bundled with its own CA bundle by default, so this variable is not required unless you have an unusual installation.
     42{{{
     43export CURL_CA_BUNDLE=/path/to/ca-bundle.crt
     44}}}