5 dernières pages visitées :Translations:ONYX:9.0:Utilisation:Workfl...  » ONYX:9.0:Usage:The main administration m...  » ONYX:9.0:Utilisation:Guide de prise en m...  » ONYX:9.0:Installation:Désinstallation ON...  » Translations:ONYX:9.0:Installation:Insta...

Translations - ONYX - 9.0 - Installation

Installation ONYX Server sur Linux/92/en

De MappingDoc

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>