Re: httpd on 6.8

2020-11-27 Thread Duncan Patton a Campbell
On Fri, 27 Nov 2020 15:14:18 - (UTC) Stuart Henderson wrote: > On 2020-11-27, Duncan Patton a Campbell wrote: > > > > If I have a config file that looks like this > > > > chroot "/var/www" > > > > # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $ > > > > server "default" > > {

Re: httpd on 6.8

2020-11-27 Thread Theo de Raadt
There is nothing in the manual page which suggests you can put newlines in those positions. Duncan Patton a Campbell wrote: > > > If I have a config file that looks like this > > chroot "/var/www" > > # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $ > > server "default" > {

Re: httpd on 6.8

2020-11-27 Thread Stuart Henderson
On 2020-11-27, Duncan Patton a Campbell wrote: > > If I have a config file that looks like this > > chroot "/var/www" > > # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $ > > server "default" > { > If anyone has some idea about the syntax of this setup I'd really like to > hear

httpd on 6.8

2020-11-27 Thread Duncan Patton a Campbell
If I have a config file that looks like this chroot "/var/www" # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $ server "default" { listen on * tls port 443 tls { certificate "/etc/letsencrypt/live/babayaga.neotext.ca/fullchain.pem"