Working on support for Pinebook

2017-05-16 Thread Wiremu Demchick
I am planning to begin working on improving support for the Pinebook, the laptop spinoff of the Pine64 series. If anyone else is working on this, please let me know. Also, if anyone has attempted to install OpenBSD on a Pinebook, it would be excellent if you could post details of what is or is no

Re: how to basic auth by httpd

2017-05-17 Thread Wiremu Demchick
Tēnā koe, Would be helpful if you could post your httpd.conf file. Also, you may wish to consider posting to the misc@ group for this issue, as I doubt it is ARM-specific. But, they will definitely want to see your config file. Best regards On 5/18/17, Tuyosi T wrote: > Hi all . > > i set up

Re: how to basic auth by httpd

2017-05-17 Thread Wiremu Demchick
You'll find what you need to add here: http://man.openbsd.org/httpd.conf.5#SERVERS So, for example, you might have in your configuration: server "default" { listen on * port 80 authenticate "secure area" with "/htpasswd.conf" } You then need to setup the htpasswd.conf