Changes between Version 2 and Version 3 of EnvironmentVariables


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v2 v3  
    1515== MS_MAPFILE_PATTERN ==
    1616
     17MS_MAPFILE_PATTERN can be used to override the default regular expression which is used to validate mapfile filename extensions.
     18
     19The default value for this variable is
     20{{{
     21MS_MAPFILE_PATTERN='\.map$'
     22}}}
     23
    1724== MS_MAP_PATTERN ==
    1825
     
    2027
    2128The optional MS_MAP_PATTERN environment variable can be used to specify a Regular Expression that
    22 must be matched by all mapfile paths passed to the mapserv CGI.
     29must be matched by all mapfile paths passed to the mapserv CGI in the map=... URL parameter.
    2330
    2431If MS_MAP_PATTERN is not set then any .map file can be loaded.