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)The Mapping server of httpd.conf should then look like something like this:
 #BEGIN_MAPPING_v9.0.0_2019/06/12_16_10_57
 #DO NOT MODIFY THIS BLOCK. It will be automatically updated.
 Listen 8002
 NameVirtualHost *:8002
 <VirtualHost *:8002>
       ServerName MAPPING-v9-0-0
       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
 h français (fr)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