From: Christophe Jaillet httpd supports 'server driven' content negotiation, as
defined in the HTTP/1.1 specification. It fully supports the
In the The Accept
, Accept-Language
,
- Accept-Charset
andAccept-Encoding
+ Accept-Charset
and Accept-Encoding
request headers. httpd also supports 'transparent'
content negotiation, which is an experimental negotiation
protocol defined in RFC 2295 and RFC 2296. It does not offer
diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml
index 49f13cc2ab..87e48f1366 100644
--- a/docs/manual/developer/modules.xml
+++ b/docs/manual/developer/modules.xml
@@ -120,7 +120,7 @@ static void register_hooks(void)
mod_mmap_static
case I didn't care about the
post_config
stage, but the mmap_static_xlat
- must be called after the core module had done it's name
+ must be called after the core module had done its name
translation, hence the use of the aszPre to define a modifier to the
position HOOK_LAST
.
Example
httxt2dbm
is used to generate dbm files from text input, for
use in dbm
map type.
-
dbm
map type.
+
+ If the output file already exists, it will not be truncated. New keys will be + added and existing keys will be updated.