/etc/srm.ini:
modules {
path = "/usr/local/srm/libexec/";
load "php4";
}
banana {
class_path = "/usr/local/srm/banana";
function_library = "/usr/local/srm/banana/lib/library.php";
}
Running the daemon:
Usage: srmd [-S] [-L] [-X]
[-v|-V|-h]
Options:
-S Disable signal handling
-L Log to screen instead of the logfile
-X Do not fork into background
-v Display version information and exit
-V Display detailed version information and exit
-h Display this help message and exit