From: Stefan Fritsch
Configuration du serveur HTTP Apache pour l'écoute sur un port et une adresse IP spécifiques.
@@ -103,6 +101,11 @@ Listen 192.0.2.5:8000
(48)Address already in use: make_sock: could not bind to address [::]:80
Voir cette + discussion dans le wiki pour plus de conseils pour résoudre ce + problème.
+ diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 4e61caea4b1..6b338dda1d8 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -84,6 +84,7 @@worker MPM and reserve one worker thread per connection.
All modules shipped with the server are compatible with the event MPM.
+ A similar restriction is currently present for requests involving an + output filter that needs to read and/or modify the whole response body, + like for example mod_ssl, mod_deflate, or mod_include. If the + connection to the client blocks while the filter is processing the + data, and the amount of data produced by the filter is too big to be + buffered in memory, the thread used for the request is not freed while + httpd waits until the pending data is sent to the client.
+The MPM assumes that the underlying apr_pollset
implementation is reasonably threadsafe. This enables the MPM to
avoid excessive high level locking, or having to wake up the listener
diff --git a/docs/manual/mod/event.html.fr b/docs/manual/mod/event.html.fr
index e05f0b33e65..17f5e737d0b 100644
--- a/docs/manual/mod/event.html.fr
+++ b/docs/manual/mod/event.html.fr
@@ -27,6 +27,8 @@
| Description: | Une variante du MPM worker conçue pour ne
mobiliser des threads que pour les connexions en cours de traitement |
|---|---|
| Statut: | MPM |
| Description: | Authentification HTTP de base |
|---|---|
| Statut: | Base |
| Identificateur de Module: | auth_basic_module |
| Description: | Check passwords against the authentication providers as if +Digest Authentication was in force instead of Basic Authentication. + |
|---|---|
| Syntaxe: | AuthBasicUseDigestAlgorithm MD5|Off |
| Défaut: | AuthBasicUseDigestAlgorithm Off |
| Contexte: | répertoire, .htaccess |
| AllowOverride: | AuthConfig |
| Statut: | Base |
| Module: | mod_auth_basic |
La documentation de cette directive + n'a pas encore t traduite. Veuillez vous reporter la version + en langue anglaise.
Langues Disponibles: en | diff --git a/docs/manual/mod/mod_auth_basic.html.ja.utf8 b/docs/manual/mod/mod_auth_basic.html.ja.utf8 index 71bbd90f8df..08620d9d7d9 100644 --- a/docs/manual/mod/mod_auth_basic.html.ja.utf8 +++ b/docs/manual/mod/mod_auth_basic.html.ja.utf8 @@ -53,6 +53,7 @@
AuthBasicAuthoritative
AuthBasicFake
AuthBasicProvider
AuthBasicUseDigestAlgorithmmod_authnz_ldap ã§å®è£
ããã¦ãã¾ãã
| 説æ: | Check passwords against the authentication providers as if +Digest Authentication was in force instead of Basic Authentication. + |
|---|---|
| æ§æ: | AuthBasicUseDigestAlgorithm MD5|Off |
| ããã©ã«ã: | AuthBasicUseDigestAlgorithm Off |
| ã³ã³ããã¹ã: | ãã£ã¬ã¯ããª, .htaccess |
| 䏿¸ã: | AuthConfig |
| ã¹ãã¼ã¿ã¹: | Base |
| ã¢ã¸ã¥ã¼ã«: | mod_auth_basic |
ãã®ãã£ã¬ã¯ãã£ãã®è§£èª¬ææ¸ã¯ + ã¾ã 翻訳ããã¦ãã¾ãããè±èªçãã覧ãã ããã +
翻訳æ¸ã¿è¨èª: en | diff --git a/docs/manual/mod/mod_auth_basic.html.ko.euc-kr b/docs/manual/mod/mod_auth_basic.html.ko.euc-kr index 25103f6698b..3a14d21481a 100644 --- a/docs/manual/mod/mod_auth_basic.html.ko.euc-kr +++ b/docs/manual/mod/mod_auth_basic.html.ko.euc-kr @@ -48,6 +48,7 @@
AuthBasicAuthoritative
AuthBasicFake
AuthBasicProvider
AuthBasicUseDigestAlgorithm| ¼³¸í: | Check passwords against the authentication providers as if +Digest Authentication was in force instead of Basic Authentication. + |
|---|---|
| ¹®¹ý: | AuthBasicUseDigestAlgorithm MD5|Off |
| ±âº»°ª: | AuthBasicUseDigestAlgorithm Off |
| »ç¿ëÀå¼Ò: | directory, .htaccess |
| Override ¿É¼Ç: | AuthConfig |
| »óÅÂ: | Base |
| ¸ðµâ: | mod_auth_basic |
The documentation for this directive has + not been translated yet. Please have a look at the English + version.
°¡´ÉÇÑ ¾ð¾î: en | diff --git a/docs/manual/mod/mod_auth_basic.xml.fr b/docs/manual/mod/mod_auth_basic.xml.fr index 2a76dd72b40..26d940d8cd4 100644 --- a/docs/manual/mod/mod_auth_basic.xml.fr +++ b/docs/manual/mod/mod_auth_basic.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_auth_basic.xml.ja b/docs/manual/mod/mod_auth_basic.xml.ja index c32cc731663..6db33f86466 100644 --- a/docs/manual/mod/mod_auth_basic.xml.ja +++ b/docs/manual/mod/mod_auth_basic.xml.ja @@ -1,7 +1,7 @@ - + +