Chameleon Configuration
Loading...
Mapscript Information
PHP Information
Chameleon Configuration
CWC2 Configuration
Manage WMS Servers
Chameleon Statistics
Configuration changes pending...
Mapscript Information

Version MapServer version 5.6.3 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=GEOS SUPPORTS=RGBA_PNG INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE

Supported Image Types Enabled?
GIF
PNG
JPEG
WBMP
PDF
SWF
PHP

Version 5.3.0
Ini File /fgs/www/conf/php5.ini
Upload Max Filesize 2M

Mandatory Configuration File Settings Your
Value:
Required
Value:
OK?
enable_dl
this value must be set to on or 1 in php.ini
1 1
file_uploads
this value must be set to on or 1 in php.ini
1 1
allow_url_fopen
this value must be set to on or 1 in php.ini
1 1
upload_tmp_dir
This setting MUST point to a valid directory>

Recommended Configuration File Settings Your
Value:
Recommended
Value:
OK?
register_globals
this value should be set to off or 0 in php.ini
0 0
display_errors
this value should be set to off or 0 in php.ini
1 0
log_errors
this value should be set to on or 1 in php.ini
1
error_reporting
this value should be E_ALL in php.ini
E_ERROR
E_WARNING
E_PARSE
E_NOTICE
E_CORE_ERROR
E_CORE_WARNING
E_COMPILE_ERROR
E_COMPILE_WARNING
E_USER_ERROR
E_USER_WARNING
E_USER_NOTICE
E_ERROR
E_WARNING
E_PARSE
E_NOTICE
E_CORE_ERROR
E_CORE_WARNING
E_COMPILE_ERROR
E_COMPILE_WARNING
E_USER_ERROR
E_USER_WARNING
E_USER_NOTICE

Required Modules (if enable_dl is off) Loaded?
MapScript
dbase
gd

Supported Image Types (GD) Enabled?
GIF
PNG
JPEG
WBMP
Chameleon Configuration

Note: One or both of the config files[../../config/chameleon.xml & ../../config/cwc2.xml] is/are read-only.  No changes can be made to either file.
web_server_path
This is the URL to chameleon.php. You can use an alias (i.e. /chameleon/) or an absolute URL (i.e. http://). Note that if you use a URL and set it to http://localhost/path-to-chameleon; then the app won't work from remote machines.
ows_schemas_location
URL pointing to the root of a repository of OGC schemas. See http://ogc.dmsolutions.ca for an example. You shouldn't need to change this unless you know why you would want to.
wms_parse_file
Full file path to the binary wms parser executable ('/path/to/wmsparse' on Unix, '/path/to/wmsparse.exe' on Windows). Leave empty to use the Chameleon C module if available (faster and brand new) or the built in PHP parser (slower and obsolete).
wms_connectiontimeout
Maximum time in seconds that MapServer will wait for an answer from a WMS server.
validate_template
Validate the attributes of each tag in the input template. This should be set to true for debugging but may be set to false in a production environment to enhance performance.
default_language
Default language specifier, for instance en-CA or fr-CA.
invalid_session_template
Template to display if session is invalid.
mapscript_module
Mapscript module name (i.e. php_mapscript_40.dll for Windows installations or php_mapscript.so for Unix installations).
image_type
Output image type (eg: PNG, GIF). Must be uppercase. This image format MUST be supported by your browser and GD (on the server). Please don't change that value unless you know what you'r doing. The AUTO value will take the image_type from the mapfile you are loading.
button_cache_path
Directory in which to write image files generated for buttons. This directory must be writable by the web server user and web accessible. For performance reasons, this directory should not be cleaned out automatically.
button_cache_web_path
The URL where a browser can find cached button images.
tmp_web_path
URL where browser can find temporary files as context or images
tmp_img_path
Directory where temporary image files are put.
execution_timeout
The amount of time in seconds to allow PHP to process a PHP page. This includes (for now) the time required to draw remote WMS layers which can be lengthy.
maturity_level
This option controls the widgets that will be available to chameleon applications. Only widgets at or above the configured level will be accessible. Levels in increasing order of maturity are: UNKNOWN, ALPHA, BETA, RELEASECANDIDATE, TECHNICALRELEASE, PRODUCTRELEASE. See Chameleon documentation for a description of these maturity levels.
count_hits
This option allows you to keep track of the visitors to the site
cache_mlt
This option controls whether or not the MLT language translation file is cached or not. Values are "true" and "false"
CWC2 Configuration

Note: One or both of the config files[../../config/chameleon.xml & ../../config/cwc2.xml] is/are read-only.  No changes can be made to either file.
service_instance_path
This is the URL to chameleon.php. You can use an alias (i.e. /chameleon/) or an absolute URL (i.e. http://). Note that if you use a URL and set it to http://localhost/ then the app won't work from remote machines.
server_data_path
This is where cached capabilities and other information, common to each session, should be. When a user start a new session, all files from that directory are copied to user_session_tmp_path
allow_upload_context
Enable use of remote contexts via the service instance TEMPLATE= URL parameter. (true or false).
allow_upload_template
Allow use of the 'TEMPLATE=' parameter when calling the CWC2 instance to specify any CWC2 HTML template url? (true or false) If set to false then the value of 'default_template' config parameter is always used.
cache_template
If template come from a remote server (http://....), the template is download from that remote server and saved on local server for further loading. For performace, it is prefered to set this value to "true". If the remote server template is dynamic, this value should be set to "false" so the template will be loaded remotely every page load.
default_context
Default map context to load when starting this application
default_language
The language code to use when no language is requested, normally this should match the language the default template was designed for.
default_template
Default HTML template to use with this CWC2 instance. Used when TEMPLATE= parameter not set, or when allow_upload_template config parameter is set to false.
context_root
Absolute root path to context files. All context should be in that folder (or sub folder).
context_maxsize
This is the context file max size that a CWC2 user can upload on the server
template_root
Absolute root path to template files. All template should be in that folder (or sub folder).
fontlist_file
Path and filename of the font list file used by MapServer (i.e. /path/to/file/fonts.txt ).
symbol_file
Path and filename of the symbol file used by MapServer (i.e. /path/to/file/symbols.sym ).