|
From: marty l. <mal...@gm...> - 2014-03-02 03:26:43
|
I'm writing custom modules and have the following requirements:
a) all actions need to log
b) xml-rpc needs to be able to trigger the actions
It appears logging is modules written and I've seen it in the .cgi
scripts. Is there any logging "inherent" in webmin, or is it all module
driven.
It looks like the .cgi scripts aren't accessabile from xml-rpc -- I suppose
to access the "actions" from xml-rpc I'd need to either
1) put the actions in a method in the library (and invoke it from
both the cgi and the xml-rpc)
2) have a method in the library to invoke a .cgi script (in which case
the CGI script run without a GUI)
marty
|