De stappen die gevolgd zijn:
make busybox-menuconfig
selecteer onder Internet Utilities httpd (save het daarna)
make
--zet op sd card
-- copy files naar pi
scp index.html [email protected]:/var/www/
scp mult.cgi [email protected]:/var/www/cgi-bin
-- ssh connection naar pi
ssh [email protected]
cd /var/www/cgi-bin/
chmod +x mult.cgi
-- start httpd service
httpd -h /var/www/
--vervolg in het filmpje