From: Rich Bowen
L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation diff --git a/docs/manual/howto/auth.xml.fr b/docs/manual/howto/auth.xml.fr index 3ff0ffc6869..9fa71d59faf 100644 --- a/docs/manual/howto/auth.xml.fr +++ b/docs/manual/howto/auth.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 3b4083eea97..c0f2a566813 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja index 19ad0c61a2f..cf227843d80 100644 --- a/docs/manual/howto/htaccess.xml.ja +++ b/docs/manual/howto/htaccess.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/public_html.xml.ja b/docs/manual/howto/public_html.xml.ja index 730554c4299..9c17d0c6f86 100644 --- a/docs/manual/howto/public_html.xml.ja +++ b/docs/manual/howto/public_html.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/misc/perf-tuning.xml.ko b/docs/manual/misc/perf-tuning.xml.ko index 785debf937b..17194ee55a1 100644 --- a/docs/manual/misc/perf-tuning.xml.ko +++ b/docs/manual/misc/perf-tuning.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/misc/security_tips.xml.ko b/docs/manual/misc/security_tips.xml.ko index cf5b9e30ec8..94d8c0135fe 100644 --- a/docs/manual/misc/security_tips.xml.ko +++ b/docs/manual/misc/security_tips.xml.ko @@ -1,7 +1,7 @@ - + + + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index ac984067ffb..a328999e3dc 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + -
Apache HTTP Server Version 2.5
-
This perl script is designed to be run at a frequent interval by
- something like cron. It connects to the server and downloads the status
- information. It reformats the information to a single line and logs it to
- a file. Adjust the variables at the top of the script to specify the
- location of the resulting logfile. mod_status will
- need to be loaded and configured in order for this script to do its
- job.
The script contains the following section.
- --my $wherelog = "/usr/local/apache2/logs/"; # Logs will be like "/usr/local/apache2/logs/19960312" -my $server = "localhost"; # Name of server, could be "www.foo.com" -my $port = "80"; # Port on server -my $request = "/server-status/?auto"; # Request to send -- - -
You'll need to ensure that these variables have the correct values,
-and you'll need to have the /server-status handler
-configured at the location specified, and the specified log location
-needs to be writable by the user which will run the script.
Run the script periodically via cron to produce a daily log file, -which can then be used for statistical analysis.
- -Apache HTTP Server Version 2.5
+
This perl script is designed to be run at a frequent interval by
+ something like cron. It connects to the server and downloads the status
+ information. It reformats the information to a single line and logs it to
+ a file. Adjust the variables at the top of the script to specify the
+ location of the resulting logfile. mod_status will
+ need to be loaded and configured in order for this script to do its
+ job.
The script contains the following section.
+ ++my $wherelog = "/usr/local/apache2/logs/"; # Logs will be like "/usr/local/apache2/logs/19960312" +my $server = "localhost"; # Name of server, could be "www.foo.com" +my $port = "80"; # Port on server +my $request = "/server-status/?auto"; # Request to send ++ + +
You'll need to ensure that these variables have the correct values,
+and you'll need to have the /server-status handler
+configured at the location specified, and the specified log location
+needs to be writable by the user which will run the script.
Run the script periodically via cron to produce a daily log file, +which can then be used for statistical analysis.
+ +Apache HTTP Server Version 2.5
-
This perl script will take a combined Web server access log file and
- break its contents into separate files. It assumes that the first field of
- each line is the virtual host identity, put there using the "%v"
- variable in LogFormat.
-
Create a log file with virtual host information in it:
- -
- LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
- combined_plus_vhost
- CustomLog logs/access_log combined_plus_vhost
-
Log files will be created, in the directory where you run the
- script, for each virtual host name that appears in the combined log file.
- These logfiles will named after the hostname, with a
- .log file extension.
The combined log file is read from stdin. Records read will be appended - to any existing log files.
- -split-logfile < access_log
Apache HTTP Server Version 2.5
+
This perl script will take a combined Web server access log file and
+ break its contents into separate files. It assumes that the first field of
+ each line is the virtual host identity, put there using the "%v"
+ variable in LogFormat.
+
Create a log file with virtual host information in it:
+ +
+ LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
+ combined_plus_vhost
+ CustomLog logs/access_log combined_plus_vhost
+
Log files will be created, in the directory where you run the
+ script, for each virtual host name that appears in the combined log file.
+ These logfiles will named after the hostname, with a
+ .log file extension.
The combined log file is read from stdin. Records read will be appended + to any existing log files.
+ +split-logfile < access_log
Ce document décrit les drapeaux disponibles dans la directive
RewriteRule, en fournissant
diff --git a/docs/manual/rewrite/intro.html.fr b/docs/manual/rewrite/intro.html.fr
index cbce664bf34..17acac53300 100644
--- a/docs/manual/rewrite/intro.html.fr
+++ b/docs/manual/rewrite/intro.html.fr
@@ -24,6 +24,8 @@
Ce document est un complément à la documentation de référence du module
mod_rewrite. Il décrit les concepts de base dont la