Directory Index for Busybox's httpd
#Instructions make sure cgi-bin is in your root server directory, then run:
busybox httpd -p 8000 -fv
- BusyBox have httpd_indexcgi.c which works without JS
- busybox-httpd-directory-listing JS based
- dir-index.cgi a Perl script
- Making Our Own Indexes a tutorial how to make it yourself