blob: ec1da0c094fb86d52f533004e232ea5ddbc29427 (
plain) (
blame)
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
|
WcolE - WWW Collector 5th generation
Wcol is a prefetching proxy server for WWW.
WcolE is 5th generation of Wcol.
Informaion of Wcol is published by SHiKA project server.
http://shika.aist-nara.ac.jp/products/wcol/wcol.html
Wcol sample configuration file is ${PREFIX}/etc/wcol.conf.sample
Wcol sample startup script is ${PREFIX}/etc/rc.d/wcol.sh.sample
Wcol cache spool directory is ${DEFAULT_POOLDIR}
Wcol pid file is /var/run/wcol.pid
Wcol log is logged by syslog (facility: daemon).
You should prepare wcol config file: ${PREFIX}/etc/wcol.conf
(*) default ${PREFIX} is /usr/local
(*) default ${DEFAULT_POOLDIR} is /var/spool/wcol
If you want to enable wcol at boot time, put in your /etc/rc.conf.local:
wcol_enable="YES"
---
Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
WWW: http://shika.aist-nara.ac.jp/products/wcol/wcol.html
|