./www/httpfile, Secure HTTP server derived from publicfile

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20220101, Package name: httpfile-20220101, Maintainer: schmonz

httpfile is a secure HTTP server derived from publicfile-0.52:

* reworked from scratch
* removed ftpd
* added range support
* added 301 redirect for directories
* added basic authentication as a simple protection against robots


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-05-14 23:38:09 by Amitai Schleier | Files touched by this commit (1)
Log message:
Solarish needs -lsocket.
   2022-01-04 23:35:24 by Amitai Schleier | Files touched by this commit (6)
Log message:
Update to 20220101. From the changelog:

- Rework from scratch
- Instead of separate directories for regular files and gzipped content,
  use one directory for all (as publicfile did)
- Add manual page
   2021-11-15 19:18:56 by Thomas Klausner | Files touched by this commit (1)
Log message:
httpfile: use BLAKE2s
   2021-10-21 22:38:35 by Amitai Schleier | Files touched by this commit (5)
Log message:
Add httpfile, a secure HTTP server derived from publicfile.

- removed ftpd
- added "Content-Encoding: gzip"
- added more 'default' filetypes
- case insensitive filetype checking
- upgraded alloc library, added memory limit
- added request timeout
- added basic authentication as a simple protection against robots
- added 301 redirect for directories
- added range support