File: db2.xml

package info (click to toggle)
mnogosearch 3.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 17,484 kB
  • ctags: 4,565
  • sloc: ansic: 94,097; xml: 16,864; sh: 8,915; makefile: 1,727; perl: 801; php: 561; sql: 15
file content (19 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<sect1 id="db2">
	<title>IBM DB2 notes
<indexterm><primary>DB2</primary><secondary>notes</secondary></indexterm>
</title>
	<para>To successfully use
<application>mnoGoSearch</application> with IBM DB2 database, please
add the following lines to Apache's
<filename>httpd.conf</filename>:
	<programlisting>
SetEnv DB2DIR /usr/IBMdb2/V7.1
SetEnv DB2INSTANCE db2
PassEnv DB2DIR DB2INSTANCE
</programlisting>
	</para>
	<para>Where <command>DB2DIR</command> is the path to DB2
installation. <command>DB2INSTANCE</command> is the DB2 instance that
<filename>search.cgi</filename> should use.</para>

</sect1>