1 Monkey HTTP Daemon - Install
2 ============================
4 For optimum functioning, i recommend that Monkey be compiled with GCC >=
5 2.95.3 and be running on a Linux OS with kernel >= 2.6.28.
7 Like every source program we must run 'configure' script and later
13 Optionally, you have the option of 'make install',which will copy the main
14 directory of monkey where it has been specificated in the script
24 bin/monkey -D (to run monkey in background mode)
26 Optionally, you can specificate the directory whe the configuration files
27 are found, this can be done the following way:
29 bin/monkey -D -c conf/
31 This argument (conf/) was thought of for those wishing to have Monkey
32 running for various users, in distinctive Ports and it's own
33 configuration files. For more information see 'conf/monkey.conf'.
35 For more info try -h option.
40 To see that Monkey is running, make a requisite from your lynx or
45 Note: In this example the '2001' corresponds to the connection port
46 assigned on 'conf/monkey.conf'.