Re: need your advice before new Raspberry Pi purchase
Ramiro Aceves <[email protected]>
| Newsgroups | gmane.os.netbsd.general,gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
El 22/4/24 a las 20:09, John Klos escribió:
> Hi,
>
>> Cause lighttpd was familar to me, I have used it under raspbian and
>> Debian.
>>> Lighttpd Web server, home minidlna film server.
>
> If your usage is simple, then bozohttpd's setup will be very simple. For
> instance, my setup is just four lines in /etc/inetd.conf (two each for
> IPv4 and IPv6 http, and two for https).
>
> I'm interested in minidlna. Currently I can send web links to mp4 files
> and people know how to Airplay them to their TVs, but I'd love to be
> able to set up a simple media server that'd let people browse their
> media straight from their TVs.
>
> BTW - here's my Raspberry Pi 4 server:
>
> https://www.reddit.com/r/raspberry_pi/comments/w3yaes/my_updated_1u_raspberry_pi_4_server/
Oh, beautiful 1U server, well done!
Minidlna seems simple to configure. I have only used it to serve films
for my wife and daughter at home, nothing exotic.
About bozohttpd. I use lighttpd for very simple experimental WEB pages
using https, PHP and digest auth sha256 authentication. I think that
bozohttpd server only support basic authentication:
HTTP BASIC AUTHORIZATION
bozohttpd has support for HTTP Basic Authorization. If a file
named .htpasswd exists in the directory of the current request,
bozohttpd will restrict access to documents in that directory using the
RFC 2617 HTTP "Basic" authentication scheme.
Note: This does not recursively protect any sub-directories.
I have to experiment.
Thanks so much.
Ramiro.
>
> John