smarty template cache syncing daemon (PoC)
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.
|
[global] |
|
# unpriviliged user |
|
user httpd |
|
|
|
# unix domain socket location |
|
socket /tmp/cachesync.sock |
|
|
|
# bind to multicast interface |
|
mcastdev eth0 |
|
mcastgroup 224.0.0.1 |
|
mcastport 2000 |
|
|
|
# smarty cache directory (home-dir) |
|
basedir /var/www/smarty/cache/
|
|
|