Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: third_party/apache-win32/README-win32.txt

Issue 328053002: Check in win32 binaries for apache for the layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix license on remove_files... script Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 New version of APR
2 ------------------
3
4 Note that the included APR is now version 1.5, which adds several
5 subtle changes in the behavior of file handling, pipes and process
6 creation. Most importantly, there is finer control over the handles
7 inherited by processes, so the mod_fastcgi or mod_fcgid modules must
8 be updated for httpd-2.2.9 or later to run correctly on Windows.
9
10 Most other third party modules are unaffected by this change.
11
12
13 Connecting to databases
14 -----------------------
15
16 Four driver connectors are provided in the binary distribution, for
17 ODBC, SQLite3, PostgreSQL and Oracle. All require you to install the
18 corresponding client drivers. ODBC itself is installed at the time
19 you install your desired Windows ODBC provider or ODBC client driver.
20
21 The sqlitedll.zip binary file can be obtained from;
22
23 http://www.sqlite.org/download.html
24
25 note that this binary was built with version 3.5.9 (earlier and
26 later version 3.5 driver .dll's may work.)
27
28 The Oracle Instant Client - Basic driver can be obtained from
29
30 http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft. html
31
32 and note that this binary was built against version 11.1.0.6.0,
33 other version 11.1 drivers may work.
34
35 The PostgreSQL binaries may be obtained from
36
37 http://www.postgresql.org/ftp/binary/v8.3.1/win32/
38
39 and note that this binary was built against version 8.3.1-1, and
40 again it may work with other 8.1 version .dll's.
41
42 For whichever database backend you configure, the corresponding driver
43 .dll's must be in your PATH (and in the systemwide path if used for
44 a service such as Apache httpd).
OLDNEW
« no previous file with comments | « third_party/apache-win32/README.txt ('k') | third_party/apache-win32/bin/ApacheMonitor.exe.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698