diff options
author | Edward Rudd | 2004-03-05 00:30:58 +0000 |
---|---|---|
committer | Edward Rudd | 2004-03-05 00:30:58 +0000 |
commit | 6ad58b7d5c5d0ca53ec644021f0108811bceac4a (patch) | |
tree | 5556cfe9eed0c379b875d38eeac556a32f8b5f6d /Documentation/manual.xml | |
parent | a3d0fadb9bbc2a70cac6d46b768822b1875a1811 (diff) |
updated compatability header for Apache 1.3
Changed log_error routing for Apache 1.3 to include APLOG_NOERRNO
re-added quarter second delay between reconnect and query retry.
updated makefile to generate HTML version of docbook docs.
added comments to mod_log_sql_mysql.c
updated documentation about --with-db-inc configure option
Diffstat (limited to 'Documentation/manual.xml')
-rw-r--r-- | Documentation/manual.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/manual.xml b/Documentation/manual.xml index 5ff595e..495b15f 100644 --- a/Documentation/manual.xml +++ b/Documentation/manual.xml | |||
@@ -213,7 +213,8 @@ $ cd mod_log_sql-1.9</screen> | |||
213 | <screen format="linespecific">$ locate ndbm.h | 213 | <screen format="linespecific">$ locate ndbm.h |
214 | /usr/include/db1/ndbm.h | 214 | /usr/include/db1/ndbm.h |
215 | /usr/include/gdbm/ndbm.h</screen> | 215 | /usr/include/gdbm/ndbm.h</screen> |
216 | <para>As far as I can tell, there is no difference as to which you specify, but it should be the one that you compiled mod_ssl with. If unsure specify the <filename>/usr/include/db1</filename>.</para> | 216 | <para>As far as I can tell, there is no difference as to which you specify, but it should be the one that you compiled mod_ssl with.</para> |
217 | <para>The default is <filename>/usr/include/db1</filename>, which should work on most systems.</para> | ||
217 | </listitem> | 218 | </listitem> |
218 | </varlistentry> | 219 | </varlistentry> |
219 | <varlistentry> | 220 | <varlistentry> |