Translations - ONYX - 9.0 - Installation
Installation ONYX Server sur Linux/92/fr
De MappingDoc
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>