We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f900791 + 13a4ac6 commit 8137e8aCopy full SHA for 8137e8a
en/mapfile/config.txt
@@ -16,7 +16,10 @@ for different distributions.
16
.. TIP::
17
For example, compiling from source on Ubuntu, by default MapServer will install
18
a sample config file at */usr/local/etc/mapserver-sample.conf*, and you must
19
- rename that file to *mapserver.conf*.
+ rename that file to *mapserver.conf*, and then add into your Apache *.conf* file:
20
+ *SetEnv MAPSERVER_CONFIG_FILE "/usr/local/etc/mapserver.conf"*. You can also
21
+ set this in your *~/.bashrc* file, so that the MapServer commandline utilities
22
+ can find it, by adding there: *export MAPSERVER_CONFIG_FILE "/usr/local/etc/mapserver.conf"*.
23
24
25
For MS4W users (version >= 5), the config
0 commit comments