Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport branch-8-2] Fix errors in IIS configuration #981

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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