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 release_3.40] fix(server_manual): add "a2enmod rewrite" in Apache section #9695

Merged
merged 1 commit into from
Mar 3, 2025
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
5 changes: 3 additions & 2 deletions docs/server_manual/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Apache HTTP Server
.. code-block:: bash

a2enmod fcgid
a2enmod rewrite
a2ensite qgis.demo

#. Now restart Apache for the new configuration to be taken into account:
Expand Down Expand Up @@ -814,7 +815,7 @@ some information about the OWS in the :guilabel:`Service Capabilities` tab.

Definitions for a QGIS Server WMS/WFS/WCS project

You have to :guilabel:`Enable Service Capabilities` first, if it is deactivated.
You have to :guilabel:`Enable Service Capabilities` first, if it is deactivated.
This will appear in the GetCapabilities response of the WMS, WFS or WCS.
If you don't check |checkbox| :guilabel:`Enable Service capabilities`,
QGIS Server will use the information given in the :file:`wms_metadata.xml` file
Expand Down Expand Up @@ -867,7 +868,7 @@ In the :guilabel:`WMS` tab, you can define the options for the WMS capabilities.

You can receive requested GetFeatureInfo as plain text, XML and GML. The default is XML.

* If you check |checkbox| :guilabel:`Use layer ids as name`, layer ids will be used
* If you check |checkbox| :guilabel:`Use layer ids as name`, layer ids will be used
to reference layers in the ``GetCapabilities`` response or ``GetMap LAYERS`` parameter.
If not, layer name or short name if defined (see :ref:`vectorservermenu`) is used.

Expand Down
Loading