Step 1: Install the packages

Webconf is a library of cgi scripts; but it needs a web server that supports the POST method to work. sh-httpd does not support the POST method, so it cannot be used. Two web servers that can be used are mhttpd.lrp (mini_httpd) or mhttpds.lrp (mini_httpd with ssl support). These instructions assume you know how to install .LRP packages and have already installed mhttpd or mhttpds.

You must also install webconf.lrp (either by copying it to your boot media, editing LEAF.CFG and rebooting, or by using lrpkg -i <path to webconf.lrp> .

The basic webconf.lrp package is available at http://cvs.sourceforge.net/viewcvs.py/leaf/devel/nangel/webconf/lrp/webconf.lrp. Additional plugins are available in the same directory (http://cvs.sourceforge.net/viewcvs.py/leaf/devel/nangel/webconf/lrp/).