From 5a6681fe7c6277616ee4ba9d6d81af47b4fe3a32 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 10 Aug 2012 07:44:11 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371590 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_digest.html.en | 4 ++-- docs/manual/mod/mod_auth_digest.html.fr | 2 ++ docs/manual/mod/mod_auth_digest.xml.fr | 2 +- docs/manual/mod/mod_auth_digest.xml.ko | 2 +- docs/manual/mod/mod_auth_digest.xml.meta | 2 +- docs/manual/mod/mod_info.html.en | 4 ++-- docs/manual/mod/mod_info.html.fr | 2 ++ docs/manual/mod/mod_info.xml.fr | 2 +- docs/manual/mod/mod_info.xml.ja | 2 +- docs/manual/mod/mod_info.xml.ko | 2 +- docs/manual/mod/mod_info.xml.meta | 2 +- docs/manual/mod/mod_ldap.html.en | 8 +++----- docs/manual/mod/mod_ldap.html.fr | 2 ++ docs/manual/mod/mod_ldap.xml.fr | 2 +- docs/manual/mod/mod_ldap.xml.meta | 2 +- docs/manual/mod/mod_privileges.html.en | 18 +++++++++--------- docs/manual/mod/mpm_common.html.en | 2 +- docs/manual/mod/mpm_common.xml.de | 2 +- docs/manual/mod/mpm_common.xml.ja | 2 +- docs/manual/mod/mpm_common.xml.tr | 2 +- 20 files changed, 35 insertions(+), 31 deletions(-) diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 1487b2825f..dd6c1b41ac 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -96,8 +96,8 @@ browsers that support digest authentication include Amaya, Konqueror, MS Internet Explorer for Mac OS X and Windows (although the Windows version fails when used with a query string -- see "Working with MS - Internet Explorer" below for a workaround), Mozilla, - Netscape 7, Opera, and Safari. lynx does not + Internet Explorer" below for a workaround), Mozilla, Netscape 7, + Opera, and Safari. lynx does not support digest authentication. Since digest authentication is not as widely implemented as basic authentication, you should use it only in environments where all users will have supporting browsers.

diff --git a/docs/manual/mod/mod_auth_digest.html.fr b/docs/manual/mod/mod_auth_digest.html.fr index 78d0e9028d..e9919e06ea 100644 --- a/docs/manual/mod/mod_auth_digest.html.fr +++ b/docs/manual/mod/mod_auth_digest.html.fr @@ -28,6 +28,8 @@  fr  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_auth_digest.xml.fr b/docs/manual/mod/mod_auth_digest.xml.fr index 566cf1d31f..94a7dd9cc6 100644 --- a/docs/manual/mod/mod_auth_digest.xml.fr +++ b/docs/manual/mod/mod_auth_digest.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_auth_digest.xml.ko b/docs/manual/mod/mod_auth_digest.xml.ko index 288784b26f..6e00335c56 100644 --- a/docs/manual/mod/mod_auth_digest.xml.ko +++ b/docs/manual/mod/mod_auth_digest.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_info.xml.ja b/docs/manual/mod/mod_info.xml.ja index 9ad4b4bbfa..164301b174 100644 --- a/docs/manual/mod/mod_info.xml.ja +++ b/docs/manual/mod/mod_info.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_ldap.xml.meta b/docs/manual/mod/mod_ldap.xml.meta index 92fe318361..c8ca841281 100644 --- a/docs/manual/mod/mod_ldap.xml.meta +++ b/docs/manual/mod/mod_ldap.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_privileges.html.en b/docs/manual/mod/mod_privileges.html.en index e9ed4ade2b..053b19070c 100644 --- a/docs/manual/mod/mod_privileges.html.en +++ b/docs/manual/mod/mod_privileges.html.en @@ -37,7 +37,7 @@ OpenSolaris platforms
Description:Authentification utilisateur utilisant les condensés MD5
Statut:Extension

This module enables different Virtual Hosts to run with different Unix User and Group IDs, and with different -Solaris Privileges. In particular, it offers a solution to the +Solaris Privileges. In particular, it offers a solution to the problem of privilege separation between different Virtual Hosts, first promised by the abandoned perchild MPM. It also offers other security enhancements.

@@ -147,8 +147,8 @@ request-processing cycle.

non-threaded MPMs (prefork or custom MPM).

This server-wide directive determines whether Apache will run with - the privileges required to run - dtrace. + the privileges required to run + dtrace. Note that DTracePrivileges On will not in itself activate DTrace, but DTracePrivileges Off will prevent it working.

@@ -209,7 +209,7 @@ subprocesses, and the privileges available to subprocesses. non-threaded MPMs (prefork or custom MPM).

Determines whether the virtual host is allowed to run fork and exec, - the privileges required to run subprocesses. If this is set to + the privileges required to run subprocesses. If this is set to Off the virtualhost is denied the privileges and will not be able to run traditional CGI programs or scripts under the traditional mod_cgi, nor similar external programs such as those @@ -239,7 +239,7 @@ non-threaded MPMs (preforkmod_privileges is compiled with the BIG_SECURITY_HOLE compile-time option. -

VHostCGIPrivs can be used to assign arbitrary privileges to subprocesses created by a virtual host, as discussed +

VHostCGIPrivs can be used to assign arbitrary privileges to subprocesses created by a virtual host, as discussed under VHostCGIMode. Each privilege-name is the name of a Solaris privilege, such as file_setid or sys_nfs.

@@ -272,7 +272,7 @@ non-threaded MPMs (preforkThe VHostGroup directive sets the Unix group under which the server will process requests to a virtualhost. The group is set before the request is processed and reset afterwards - using Solaris Privileges. Since the setting applies to the + using Solaris Privileges. Since the setting applies to the process, this is not compatible with threaded MPMs.

Unix-group is one of:

@@ -309,7 +309,7 @@ non-threaded MPMs (preforkmod_privileges is compiled with the BIG_SECURITY_HOLE compile-time option. -

VHostPrivs can be used to assign arbitrary privileges to a virtual host. Each privilege-name +

VHostPrivs can be used to assign arbitrary privileges to a virtual host. Each privilege-name is the name of a Solaris privilege, such as file_setid or sys_nfs.

@@ -339,7 +339,7 @@ for the virtualhost. non-threaded MPMs (prefork or custom MPM).

Determines whether the virtual host processes requests with - security enhanced by removal of Privileges that are rarely needed in a webserver, but which are + security enhanced by removal of Privileges that are rarely needed in a webserver, but which are available by default to a normal Unix user and may therefore be required by modules and applications. It is recommended that you retain the default (On) unless it prevents an application running. @@ -367,7 +367,7 @@ non-threaded MPMs (preforkThe VHostUser directive sets the Unix userid under which the server will process requests to a virtualhost. The userid is set before the request is processed and reset afterwards - using Solaris Privileges. Since the setting applies to the + using Solaris Privileges. Since the setting applies to the process, this is not compatible with threaded MPMs.

Unix-userid is one of:

diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 25589c617b..0893725048 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -126,7 +126,7 @@ after a crash

There are already two modules, mod_whatkilledus and mod_backtrace that make use of this hook. Please have a - look at Jeff Trawick's EnableExceptionHook site for more information about these.

+ look at Jeff Trawick's EnableExceptionHook site for more information about these.

top
diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index 296dbe3ab6..c33530a871 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -1,7 +1,7 @@ - + + +