You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
277 B
18 lines
277 B
17 years ago
|
[global]
|
||
|
# unpriviliged user
|
||
|
user httpd
|
||
|
|
||
|
# pidfile location
|
||
|
pidfile ./cachesync.pid
|
||
|
|
||
|
# unix domain socket location
|
||
|
socket ./cachesync.sock
|
||
|
|
||
|
# bind to multicast interface
|
||
|
mcastdev eth0
|
||
|
mcastgroup 224.0.0.1
|
||
|
mcastport 2000
|
||
|
|
||
|
# smarty cache directory
|
||
|
basedir /var/www/smarty/cache/
|