[mapserver-commits] r12839 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Sat Dec 3 06:19:44 EST 2011
Author: havatv
Date: 2011-12-03 03:19:44 -0800 (Sat, 03 Dec 2011)
New Revision: 12839
Modified:
branches/branch-6-0/docs/en/mapfile/web.txt
trunk/docs/en/mapfile/web.txt
Log:
Added documentation of TEMPPATH and MS_TEMPPATH to the WEB document (#3354).
Modified: branches/branch-6-0/docs/en/mapfile/web.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/web.txt 2011-12-02 22:03:25 UTC (rev 12838)
+++ branches/branch-6-0/docs/en/mapfile/web.txt 2011-12-03 11:19:44 UTC (rev 12839)
@@ -191,6 +191,24 @@
TEMPLATE 'http://someurl/somescript.cgi?mapext=[mapext]'
.. index::
+ pair: WEB; TEMPPATH
+
+.. index::
+ pair: Environment variable; MS_TEMPPATH
+
+TEMPPATH
+ Path for storing temporary files. If not set, the standard system
+ temporary file path will be used (e.g. \tmp for unix). `TEMPPATH`
+ can also be set using the environment variable `MS_TEMPPATH`.
+
+ `TEMPPATH` is used in many contexts (see rfc66).
+
+ Make sure that that Mapserver has sufficient rights to read and
+ write files at the specified location.
+
+ .. versionadded:: 6.0
+
+.. index::
pair: WEB; VALIDATION
VALIDATION
Modified: trunk/docs/en/mapfile/web.txt
===================================================================
--- trunk/docs/en/mapfile/web.txt 2011-12-02 22:03:25 UTC (rev 12838)
+++ trunk/docs/en/mapfile/web.txt 2011-12-03 11:19:44 UTC (rev 12839)
@@ -195,6 +195,24 @@
TEMPLATE 'http://someurl/somescript.cgi?mapext=[mapext]'
.. index::
+ pair: WEB; TEMPPATH
+
+.. index::
+ pair: Environment variable; MS_TEMPPATH
+
+TEMPPATH
+ Path for storing temporary files. If not set, the standard system
+ temporary file path will be used (e.g. \tmp for unix). `TEMPPATH`
+ can also be set using the environment variable `MS_TEMPPATH`.
+
+ `TEMPPATH` is used in many contexts (see rfc66).
+
+ Make sure that that Mapserver has sufficient rights to read and
+ write files at the specified location.
+
+ .. versionadded:: 6.0
+
+.. index::
pair: WEB; VALIDATION
VALIDATION
More information about the mapserver-commits
mailing list