Translations - ONYX - 9.0 - Installation - Installation ONYX Server sur Linux/92/en

Différence entre versions

De MappingDoc
(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... »)
 
(Aucune différence)

Version actuelle datée du 5 octobre 2023 à 09:43

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Installation:Installation ONYX Server sur Linux)
====Pour protéger l'accès à l'interface de Workflow====
Cette configuration permet limiter l'accès à l'interface du Workflow uniquement à l'utilisateur '''mapadmin'''.
       <Directory "/apps/mapping/MapHTTPServer/JS_Common">
               AuthType Basic
               AuthName Identification
               AuthBasicProvider file
               AuthUserFile "/apps/mapping/MapHTTPServer/.htpasswd"
               Require user mapadmin
       </Directory>
Traduction====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>

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>