Skip to content

Commit

Permalink
Merge pull request #981 from MapServer/backport-979-to-branch-8-2
Browse files Browse the repository at this point in the history
[Backport branch-8-2] Fix errors in IIS configuration
  • Loading branch information
geographika authored Nov 21, 2024
2 parents 6035981 + d2e4261 commit dc862ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/installation/iis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Running MapServer on IIS

:Author: Seth Girvin
:Contact: sgirvin at compass.ie
:Last Updated: 2022-04-04
:Last Updated: 2024-11-21

.. contents::
:local:
Expand Down Expand Up @@ -172,7 +172,7 @@ MapServer Configuration File
The MapServer 8.0 release introduced a new :ref:`config` file. This allows all MapServer global environment variables to be set in a single place, which is
easier to manage than IIS FastCGI variables, and more portable between different environments and operating systems.

For this example we will create an empty configuration file at ``C:\MapServer\apps\mapserver.config``. Once the file is created the following sample configuration can be
For this example we will create an empty configuration file at ``C:\MapServer\apps\mapserver.conf``. Once the file is created the following sample configuration can be
copied in:

.. code-block:: bat
Expand Down Expand Up @@ -324,7 +324,7 @@ FastCGI configurations are stored in ``C:\Windows\System32\inetsrv\config\applic
.. code-block:: xml

<environmentVariables>
<environmentVariable name="CURL_CA_BUNDLE" value="C:\MapServer\bin\curl\curl-ca-bundle.crt" />
<environmentVariable name="CURL_CA_BUNDLE" value="C:\MapServer\bin\curl-ca-bundle.crt" />
</environmentVariables>

Setting a Default Mapfile
Expand Down

0 comments on commit dc862ce

Please sign in to comment.