|
|
8.2. mod_dpsearch module for Apache httpdSince version 4.19 DataparkSearch also provide the mod_dpsearch.so module for Apache web server. 8.2.1. Why using mod_dpsearch
8.2.2. Configuring mod_dpsearchTo enable this extension, add LoadModule dpsearch_module libexec/mod_dpsearch.so
AddModule mod_dpsearch.c
<Ifmodule mod_dpsearch.c>
DataparkSearchdConf /usr/local/dpsearch/etc/modsearchd.conf
<Location /search>
SetHandler dpsearch
DataparkSearchTemplate /usr/local/dpsearch/etc/modsearch.htm
</Location>
<Location /storedoc>
SetHandler dpstoredoc
DataparkStoredocTemplate /usr/local/dpsearch/etc/modstoredoc.htm
</Location>
</IfModule>There are three configuration directives supported by this module: |