1 --- a/etc/mod-gearman/worker.cfg 2011-12-30 00:16:28.000000000 +0100
2 +++ b/etc/mod-gearman/worker.cfg 2011-12-30 00:16:28.000000000 +0100
7 -logfile=%LOGFILE_WORKER%
9 -# sets the addess of your gearman job server. Can be specified
10 -# more than once to add more server.
11 -server=localhost:4730
12 +logfile=###ROOT###/var/log/gearman/worker.log
14 +# server address is set by "omd config"
15 +# please change port only by using the "omd config" command.
16 +config=###ROOT###/etc/mod-gearman/port.conf
18 # sets the address of your 2nd (duplicate) gearman job server. Can
19 # be specified more than once o add more servers.
21 # A shared password which will be used for
22 # encryption of data pakets. Should be at least 8
23 # bytes long. Maximum length is 32 characters.
24 -key=should_be_changed
25 +#key=should_be_changed
28 # The shared password will be read from this file.
29 # Use either key or keyfile. Only the first 32
30 # characters will be used.
31 -#keyfile=/path/to/secret.file
32 +keyfile=###ROOT###/etc/mod-gearman/secret.key
35 ###############################################################################
38 # path to p1 file which is used to execute and cache the
39 # perl scripts run by the embedded perl interpreter
41 +p1_file=###ROOT###/share/mod_gearman/mod_gearman_p1.pl