From: Rich Bowen Date: Sat, 10 Sep 2016 15:01:36 +0000 (+0000) Subject: mod_dbd connection info from trunk; rebuild other stuff X-Git-Tag: 2.4.24~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=016a0e1a5e1cba5b7a30cf37131145507214f38d;p=apache mod_dbd connection info from trunk; rebuild other stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1760182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 937805c9ba..8f8c236ba2 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -33,6 +33,7 @@  ja  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
Açıklama:Apache HTTP Sunucusunda daima mevcut olan çekirdek özellikler
Durum:Çekirdek
diff --git a/docs/manual/mod/mod_alias.html.tr.utf8 b/docs/manual/mod/mod_alias.html.tr.utf8 index acaefe8c30..c2e4a4f0d8 100644 --- a/docs/manual/mod/mod_alias.html.tr.utf8 +++ b/docs/manual/mod/mod_alias.html.tr.utf8 @@ -32,6 +32,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en index 6df83c0c94..b24d6257eb 100644 --- a/docs/manual/mod/mod_dbd.html.en +++ b/docs/manual/mod/mod_dbd.html.en @@ -49,6 +49,7 @@

Topics

top
+

Connecting

+ +

To connect to your database, you'll need to specify + a driver, and connection parameters. These vary from + one database engine to another. For example, to connect + to mysql, do the following:

+ +
DBDriver mysql
+DBDParams host=localhost,dbname=pony,user=shetland,pass=appaloosa
+ + +

You can then use this connection in a variety of other + modules, including mod_rewrite, + mod_authn_dbd, and mod_lua. + Further usage examples appear in each of those modules' + documentation.

+ +

See DBDParams for connection string + information for each of the supported database drivers.

+ +
top
+

Apache DBD API

mod_dbd exports five functions for other modules to use. The API is as follows:

diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 91feb3bac7..84b5a53873 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -55,6 +55,29 @@ supersedes the modules presented in that article.

+
Connecting + +

To connect to your database, you'll need to specify + a driver, and connection parameters. These vary from + one database engine to another. For example, to connect + to mysql, do the following:

+ + +DBDriver mysql +DBDParams host=localhost,dbname=pony,user=shetland,pass=appaloosa + + +

You can then use this connection in a variety of other + modules, including mod_rewrite, + mod_authn_dbd, and mod_lua. + Further usage examples appear in each of those modules' + documentation.

+ +

See DBDParams for connection string + information for each of the supported database drivers.

+ +
+
Apache DBD API

mod_dbd exports five functions for other modules to use. The API is as follows:

diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 0ef1ba86b7..877fd65879 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -98,7 +98,7 @@ act as if "DirectoryCheckHandler ON" was specified. other handler was configured for a URL. This allows directory indexes to be served even when a SetHandler directive is specified for an entire directory, but it can also result in some conflicts - with modules such as mod_rewrite.

+ with modules such as mod_rewrite.

top
diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index aa08fb7984..0923ee33a4 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -241,10 +241,10 @@
Açıklama:Belge ağacının parçalarının dosya sisteminin parçalarıyla eşlenmesini sağlar ve URL yönlendirmesi yapar.
Durum:Temel

This directive influences how file content is handled in - responses. When off, which is the default, file handles are - passed from the requestion processing down to the main + responses. When off, which is the default, file handles + are passed from the requestion processing down to the main connection, using the usual Apache setaside handling for - manaaging the lifetime of the file. + managing the lifetime of the file.

When set to on, file content is copied while the @@ -256,7 +256,7 @@ An example for such a module is mod_wsgi that may place Python file handles into the response. Those files get close down when Python thinks processing has finished. That may be well before - mod_http2 is done with them. + mod_http2 is done with them.

diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 4b7f993ebb..6158586af7 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -123,7 +123,7 @@ URLs on the fly RewriteRule directives that substitute a relative path.

This directive is required when you use a relative path - in a substitution in per-directory (htaccess) context unless either + in a substitution in per-directory (htaccess) context unless any of the following conditions are true: