1
0
forked from MTSR/mapserver
mapserver/doc/params.md

34 lines
501 B
Markdown
Raw Permalink Normal View History

2019-02-05 18:33:10 +03:00
# Parameters
Mapserver command line parameters:
## Help
`./mapserver -help`
Shows all available commands
## Version
`./mapserver -version`
Shows the version, architecture and operating system:
```
Mapserver version: 0.0.2
OS: linux
Architecture: amd64
```
## Debug mode
`./mapserver -debug`
Enables the debug mode
It is advisable to pipe the debug output to a file for later inspection:
```
./mapserver -debug > debug.txt
```
2019-02-15 12:33:34 +03:00
## Config
`./mapserver -createconfig`
Creates a config and exits