Translations - ONYX - 9.0 - Installation
Installation ONYX Server sur Linux/67/fr
De MappingDoc
La section Mapping du fichier httpd.conf devrait alors ressembler à ceci :
#BEGIN_MAPPING_v9.0.0_2019/06/12_16_10_57
#DO NOT MODIFY THIS BLOCK. It will be automatically updated.
ServerName mapping-server
Listen 8002
<VirtualHost *:8002>
DocumentRoot "/apps/mapping/MapHTTPServer"
ScriptAlias /cgi-bin/ "/apps/mapping/MapHTTPServer/cgi-bin/"
<Directory "/apps/mapping/MapHTTPServer">
AuthType Basic
AuthName "Identification"
AuthBasicProvider file
AuthUserFile "/apps/mapping/MapHTTPServer/.htpasswd"
AuthGroupFile "/apps/mapping/MapHTTPServer/.htgroup"
Require valid-user
Options None
</Directory>
</VirtualHost>
#END_MAPPING_v9.0.0_2019/06/12_16_10_57