urlmapping.xml.fr revision c68aa7f213d409d464eaa6b963afb28678548f4f
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<?xml version="1.0" encoding="ISO-8859-1" ?>
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<!DOCTYPE manualpage SYSTEM "/style/manualpage.dtd">
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<?xml-stylesheet type="text/xsl" href="/style/manual.fr.xsl"?>
b43458b4d81f7451112cecbd757f3a05216e7088Kristina Sojakova<!-- French translation : Lucien GENTIS -->
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<!-- Reviewed by : Vincent Deffontaines -->
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<!-- English Revision: 921872:922907 (outdated) -->
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova Licensed to the Apache Software Foundation (ASF) under one or more
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova contributor license agreements. See the NOTICE file distributed with
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova this work for additional information regarding copyright ownership.
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova The ASF licenses this file to You under the Apache License, Version 2.0
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova (the "License"); you may not use this file except in compliance with
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova the License. You may obtain a copy of the License at
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova http://www.apache.org/licenses/LICENSE-2.0
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova Unless required by applicable law or agreed to in writing, software
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova distributed under the License is distributed on an "AS IS" BASIS,
9f85afecbd79b3df5a0bb17bd28cd0b288dc3213Kristina Sojakova WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova See the License for the specific language governing permissions and
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova limitations under the License.
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<manualpage metafile="urlmapping.xml.meta">
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova <title> Mise en correspondance des URLs avec le système de fichiers</title>
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova <p>Ce document explique comment le serveur HTTP Apache utilise l'URL contenue dans une
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova requête pour déterminer le noeud du système de fichier à partir duquel le
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova fichier devra être servi.</p>
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<section id="related"><title>Modules et directives concernés</title>
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<directivelist>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_alias">Alias</directive>
b43458b4d81f7451112cecbd757f3a05216e7088Kristina Sojakova<directive module="mod_alias">AliasMatch</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_speling">CheckSpelling</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="core">DocumentRoot</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="core">ErrorDocument</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="core">Options</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_proxy">ProxyPass</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_proxy">ProxyPassReverse</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_proxy">ProxyPassReverseCookieDomain</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_proxy">ProxyPassReverseCookiePath</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_alias">Redirect</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_alias">RedirectMatch</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_rewrite">RewriteCond</directive>
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova<directive module="mod_rewrite">RewriteRule</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_alias">ScriptAlias</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_alias">ScriptAliasMatch</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<directive module="mod_userdir">UserDir</directive>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova</directivelist>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova<section id="documentroot"><title>Racine des documents (DocumentRoot)</title>
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina Sojakova <p>La méthode par défaut de httpd pour déterminer quel fichier servir pour
b43458b4d81f7451112cecbd757f3a05216e7088Kristina Sojakova une requête donnée, consiste à extraire le chemin du fichier de la requête
<a href="vhosts/">Hôte virtuel</a> supplémentaire que vous avez créé.</p>
étend cette idée au web en autorisant l'accès aux fichiers situés dans les
<p>Pour des raisons de sécurité, il est déconseillé de permettre un accès
spécifie un répertoire où sont situés les fichiers accessibles depuis le web
répertoire approprié sur le serveur local. De manière similaire, les directives
réécrivent les cookies élaborés par le serveur d'arrière-plan.</p>
sensibilité des URLs à la casse et bien sûr les systèmes de fichiers unix.