Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
317326 of 3734 results
317.
sudo a2ensite mynewsite
sudo a2ensite mon_nouveau_site
Translated by James Dupin
Reviewed by Bruno
Located in serverguide/C/web-servers.xml:266(command)
318.
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 restart
Translated and reviewed by David Bertho
Located in serverguide/C/web-servers.xml:267(command) serverguide/C/web-servers.xml:285(command) serverguide/C/web-servers.xml:538(command) serverguide/C/web-servers.xml:547(command) serverguide/C/web-servers.xml:606(command) serverguide/C/mail.xml:932(command) serverguide/C/lamp-applications.xml:228(command)
319.
Be sure to replace <emphasis>mynewsite</emphasis> with a more descriptive name for the VirtualHost. One method is to name the file after the <emphasis>ServerName</emphasis> directive of the VirtualHost.
Il est préférable d'utiliser un nom plus explicite que <emphasis>mon_nouveau_site</emphasis>. Par exemple nommez le fichier en utilisant la valeur de la directive <emphasis>ServerName</emphasis> de l'hôte virtuel.
Translated and reviewed by Bruno
Located in serverguide/C/web-servers.xml:271(para)
320.
Similarly, use the <application>a2dissite</application> utility to disable sites. This is can be useful when troubleshooting configuration problems with multiple VirtualHosts:
De manière analogue l'utilitaire <application>a2dissite</application> permet de désactiver les sites. Cela peut être utile lors du dépannage de problèmes de configuration avec plusieurs hôtes virtuels[nbsp]:
Translated and reviewed by Bruno
Located in serverguide/C/web-servers.xml:278(para)
321.
sudo a2dissite mynewsite
sudo a2dissite mon_nouveau_site
Translated by James Dupin
Reviewed by Bruno
Located in serverguide/C/web-servers.xml:284(command)
322.
Default Settings
Réglages par défaut
Translated and reviewed by Jean-Philippe
Located in serverguide/C/web-servers.xml:290(title)
323.
This section explains configuration of the Apache2 server default settings. For example, if you add a virtual host, the settings you configure for the virtual host take precedence for that virtual host. For a directive not defined within the virtual host settings, the default value is used.
Cette section explique la configuration par défaut du serveur Apache2. Par exemple, si vous ajoutez un hôte virtuel, les paramètres que vous définissez pour celui-ci deviennent prioritaires. Pour une directive qui n'est pas définie à l'intérieur de l'hôte virtuel, la valeur par défaut est utilisée.
Translated and reviewed by Bruno
Located in serverguide/C/web-servers.xml:292(para)
324.
The <emphasis>DirectoryIndex</emphasis> is the default page served by the server when a user requests an index of a directory by specifying a forward slash (/) at the end of the directory name.
La directive <emphasis>DirectoryIndex</emphasis> stipule la page par défaut qui doit être servie lorsqu'un utilisateur demande l'index d'un répertoire en spécifiant une barre oblique (/) à la fin du nom d'un répertoire.
Translated and reviewed by Bruno
Located in serverguide/C/web-servers.xml:304(para)
325.
For example, when a user requests the page http://www.example.com/this_directory/, he or she will get either the DirectoryIndex page if it exists, a server-generated directory list if it does not and the Indexes option is specified, or a Permission Denied page if neither is true. The server will try to find one of the files listed in the DirectoryIndex directive and will return the first one it finds. If it does not find any of these files and if <emphasis>Options Indexes</emphasis> is set for that directory, the server will generate and return a list, in HTML format, of the subdirectories and files in the directory. The default value, found in <filename>/etc/apache2/mods-available/dir.conf</filename> is "index.html index.cgi index.pl index.php index.xhtml index.htm". Thus, if Apache2 finds a file in a requested directory matching any of these names, the first will be displayed.
Par exemple, lorsqu'un utilisateur demande la page http://www.exemple.com/ce_repertoire/, il obtiendra soit la page DirectoryIndex si elle existe, soit un listing du répertoire généré par le serveur si Option Indexes est spécifiée, soit encore une page «[nbsp]Autorisation refusée[nbsp]» si aucune de ces deux conditions n'est remplie. Le serveur essaiera de trouver un fichier parmi ceux listés dans la directive DirectoryIndex et renverra le premier d'entre eux. S'il ne trouve aucun des fichiers stipulés et si <emphasis>Options Indexes</emphasis> est configurée pour ce répertoire, le serveur en renverra alors la liste des sous-répertoires et fichiers, au format HTML. La valeur par défaut, spécifiée dans <filename>/etc/apache2/mods-available/dir.conf</filename>, est «[nbsp]index.html index.cgi index.pl index.php index.xhtml index.htm[nbsp]». Ainsi, si Apache2 trouve un fichier portant l'un de ces noms, il l'affichera.
Translated by Emmanuel Sunyer
Located in serverguide/C/web-servers.xml:311(para)
326.
The <emphasis>ErrorDocument</emphasis> directive allows you to specify a file for Apache2 to use for specific error events. For example, if a user requests a resource that does not exist, a 404 error will occur, and per Apache2's default configuration, the file <filename>/usr/share/apache2/error/HTTP_NOT_FOUND.html.var </filename> will be displayed. That file is not in the server's DocumentRoot, but there is an Alias directive in <filename>/etc/apache2/apache2.conf</filename> that redirects requests to the /error directory to <filename>/usr/share/apache2/error/</filename>.
La directive <emphasis>ErrorDocument</emphasis> vous permet de spécifier un fichier que doit utiliser Apache2 dans certains cas d'erreur. Par exemple, si un utilisateur demande une ressource qui n'existe pas, une erreur 404 se produit et, d'après la configuration par défaut d'Apache2, le fichier <filename>/usr/share/apache2/error/HTTP_NOT_FOUND.html.var</filename> est affiché. Ce fichier ne se trouve pas dans le DocumentRoot du serveur mais une directive Alias se trouvant dans <filename>/etc/apache2/apache2.conf</filename> redirige les requêtes en direction du répertoire /error vers <filename>/usr/share/apache2/error/</filename>.
Translated by Emmanuel Sunyer
Located in serverguide/C/web-servers.xml:332(para)
317326 of 3734 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: 65GYgzf, Alain Lebret, Alban CLERGEOT, AlbinOz, Alexandre Franke, Alexandre Imache, Alexandre Niset, Anis CHEBBI, Anthony Guéchoum, Arnaud Soyez, Arthur Schmitt, Arthur WEBER, Aurélien Luciani, Aymeric, Banal, Bruno, CaptainCrook, CarZ, Christophe Painchaud, Claude Paroz, Colin GILLE, Coster David, DI RUSCIO Fernand, Damien Deroussen, Damien H, David Bertho, David Nottin, Denis Bisaro, Denis Choveaux, Didier Cassirame, Didier Roche-Tolomelli, Donk, Emmanuel Sunyer, Enrico Rosina, Etienne Malandain, Fab, Fabián Rodríguez, Fabrice Coutadeur, Frank Bob, Gilles Accad, Gougnaf, GroNox, Guillaume Damiens, Gwi, Huygens, Immunoman, Issam BOUZIANE, JF Jarry, James Dupin, Jean Champémont, Jean-Luc Villoué, Jean-Philippe, Jean-Philippe LECHÊNE, Jean-Sébastien, Jeremy Moiny, Jerome CK, Joanna Tordjeman, Johan, Jonathan Clarke, KHALIFA Yanis, Kkouet, Knah Tsaeb, Laurent RICHARD, Leonarf, Lionel Montrieux, Lionel Porcheron, Loic Treyvaud, Louis DEMAY, ManuPeng, Marc Auer, Marc Plano-Lesay, Marie-Claude Fleury, Mathieu Cinquin, Mathieu Goeminne, Matthieu CHAUVEAU, Micha Moskovic, Michel, Mika, Milan Bouchet-Valat, Mohamed SEDKI, NSV, Nebaff, Nicolas Borboën, Nicolas DERIVE, Nicolas MARTIN, Nicolas Michel, Nicolas Réau, Nicolas Van Wambeke, Olivier, Onra, Pascal, Pascal Corpet, Pascal Havet, Paul Darby, Philippe Piquer, Pierre Buard, Pierre David, Pierre Slamich, Pierrick Vandenbroucke, Psykocrash, Removed by request, Rodolphe Ortalo, Romain Pineau, Sebastien Beaujour, Stéphane V, SuperBOB, Sylvain Doctrinal, Sylvain Lasnier, Séb Buch, Sébastien GRIPON, T0m-S, TaZmaniak, Tarsus, Thibault Févry, Valentin Rocher, Vincent Esposito, Wassim Derguech, Will Hunting, X, Xavier Latry, Xavier RAFFIN, Yann Dìnendal, Yionel, Yves MATHIEU, arno_b, baptiste, bruno, elaliberte, gaetan belsack, gnuckx, goofy, hardball, istu5, ivan, kos!, lann, madden, maxubuntu, olivier perrin, onwa, sam101, seb35690, sm126, sun-wukong, thebachman, tomestla, torglut, vouzico.