Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Mainly because it amused me, I set up lighttpd on my box to run cgi scripts written as shell scripts. I have lighttpd as installed by Fonz Fun Plug.
In /ffp/etc/lighttpd.conf
Uncomment "mod_cgi" in server.modules.
Added line:
cgi.assign = ( ".cgi" => "/ffp/bin/sh")
Then I wrote my script in .../www/pages/test.cgi
echo '<html><head><title>Monitoring</title></head><body>' echo '<pre>' date echo df echo transmission-remote -l echo '</pre>' echo '</body></html>'
Which gives me a little status page. (Make sure test.cgi is executable).
Offline