Skip to content

Commit ac49890

Browse files
committed
Fix errors
1 parent 15f36eb commit ac49890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/installation/iis.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Running MapServer on IIS
55

66
:Author: Seth Girvin
77
:Contact: sgirvin at compass.ie
8-
:Last Updated: 2022-04-04
8+
:Last Updated: 2024-11-21
99

1010
.. contents::
1111
:local:
@@ -172,7 +172,7 @@ MapServer Configuration File
172172
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
173173
easier to manage than IIS FastCGI variables, and more portable between different environments and operating systems.
174174

175-
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
175+
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
176176
copied in:
177177

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

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

330330
Setting a Default Mapfile

0 commit comments

Comments
 (0)