Translations - ONYX - 9.0 - Installation

Installation ONYX Server sur Linux/92/en

De MappingDoc
Révision datée du 5 octobre 2023 à 09:43 par Rdal (discussion | contributions) (Page créée avec « ====Protecting the access to the Workflow==== This configuration limits the access to the Workflow interface to the '''mapadmin''' user only. <Directory "/apps/map... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Protecting the access to the Workflow

This configuration limits the access to the Workflow interface to the mapadmin user only.

       <Directory "/apps/mapping/MapHTTPServer/JS_Common">
              AuthType Basic
              AuthName Identification
              AuthBasicProvider file
              AuthUserFile "/apps/mapping/MapHTTPServer/.htpasswd"
              Require user mapadmin
       </Directory>