Toutes les traductions

De MappingDoc

Entrez un nom de message ci-dessous pour visualiser toutes les traductions disponibles.

Message

Il existe 2 traductions.

NomMessage actuel
 h anglais (en)====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>
 h français (fr)====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>