Index page based on https://github.com/metalx1000/Directory-Index-for-httpd.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
cgi-bin | 2 weeks ago | |
test | 6 years ago | |
.gitignore | 2 weeks ago | |
LICENSE | 6 years ago | |
README.md | 2 weeks ago |
README.md
index.cgi
Directory Index in SH for Busybox's httpd
This is a modified work of github.com/metalx1000/Directory-Index-for-httpd.
Instructions
make sure cgi-bin is in your root server directory, then run:
busybox httpd -p 8000 -fv
Alternatives
- BusyBox have httpd_indexcgi.c which works without JS
- Directory-Index-for-httpd Original sources. Uses Bootstrap and jQuery for styling.
- busybox-httpd-directory-listing JS based
- dir-index.cgi a Perl script
- Making Our Own Indexes a tutorial how to make it yourself