summaryrefslogtreecommitdiff
path: root/www/wwwoffle/MESSAGE
blob: a72804c40aeaa8646f0c6cd791447dc1c093ccb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
======================================================================
$NetBSD: MESSAGE,v 1.2 2002/03/11 07:32:33 fredb Exp $

1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer,
please copy "${PREFIX}/etc/rc.d/wwwoffled" to "/etc/rc.d/" and add
"wwwoffled=YES" to /etc/rc.conf. To do the same on older systems,
add the following to /etc/rc.local:

if [ -x ${PREFIX}/etc/rc.d/wwwoffle ]; then
    ${PREFIX}/etc/rc.d/wwwoffle
fi

2) The hooks are present to to use the package version of "htdig",
if installed, to serve a searchable index of your cached pages.
To make the word database, start "wwwoffle" and execute the script
"/var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-full".

2a) A complete installation will purge the cache (and optionally
reindex the database for "htdig") periodically, as by the following
example "crontab fragment":

# wwwoffle proxy maintenance
01      1       *       *       0-5     /usr/bin/nice ${PREFIX}/bin/wwwoffle -purge -c ${PREFIX}/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-incr
01      1       *       *       6       /usr/bin/nice ${PREFIX}/bin/wwwoffle -purge -c ${PREFIX}/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-full

3) Docs and links for the other supported cache searchers, and all
documentation in fact, is easily accessible once wwwoffle is started,
via

http://localhost:8080/Welcome.html

======================================================================