From: Lucien Gentis Date: Mon, 4 Jan 2010 14:25:15 +0000 (+0000) Subject: updates. X-Git-Tag: 2.3.5~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=158b4db3c5a7470af94b78d90ee10f0be9a1fbc8;p=thirdparty%2Fapache%2Fhttpd.git updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895638 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml.fr b/docs/manual/mod/mod_ldap.xml.fr index c6aa86929ca..d64df3453d9 100644 --- a/docs/manual/mod/mod_ldap.xml.fr +++ b/docs/manual/mod/mod_ldap.xml.fr @@ -90,7 +90,7 @@ d'Apache AuthType Basic
AuthName "Protégé par LDAP"
AuthBasicProvider ldap
- AuthLDAPURL ldap://127.0.0.1/dc=exemple,dc=com?uid?one
+ AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
</Location> @@ -252,7 +252,7 @@ d'Apache AuthType Basic
AuthName "Protégé par LDAP"
AuthBasicProvider ldap
- AuthLDAPURL ldaps://127.0.0.1/dc=exemple,dc=com?uid?one
+ AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
</Location> @@ -276,7 +276,7 @@ d'Apache AuthType Basic
AuthName "Protégé par LDAP"
AuthBasicProvider ldap
- AuthLDAPURL ldap://127.0.0.1/dc=exemple,dc=com?uid?one TLS
+ AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
Require valid-user
</Location> @@ -336,7 +336,7 @@ d'Apache AuthBasicProvider ldap
LDAPTrustedClientCert CERT_NICKNAME <nickname> [mot de passe]
- AuthLDAPURL ldaps://127.0.0.1/dc=exemple,dc=com?uid?one
+ AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
</Location> @@ -414,7 +414,7 @@ d'Apache AuthType Basic
AuthName "Protégé par LDAP"
AuthBasicProvider ldap
- AuthLDAPURL ldaps://127.0.0.1/dc=exemple,dc=com?uid?one
+ AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
</Location> diff --git a/docs/manual/mod/mod_setenvif.xml.fr b/docs/manual/mod/mod_setenvif.xml.fr index 95c1370e2c5..df202ce74b1 100644 --- a/docs/manual/mod/mod_setenvif.xml.fr +++ b/docs/manual/mod/mod_setenvif.xml.fr @@ -238,7 +238,7 @@ peuvent se présenter sous les formes suivantes :

SetEnvIf Request_URI "\.jpg$" objet_est_une_image=jpg
SetEnvIf Request_URI "\.xbm$" objet_est_une_image=xbm
:
- SetEnvIf Referer www\.mon-domaine\.exemple\.com référant_intra_site
+ SetEnvIf Referer www\.mon-domaine\.example\.com référant_intra_site
:
SetEnvIf objet_est_une_image xbm XBIT_PROCESSING=1
: