Re: httpd crashes with SIGSEGV when using "block return 401"

2017-05-14 Thread Florian Obser
On Sun, May 14, 2017 at 06:37:55PM +1000, Jonathan Gray wrote: > On Sun, May 14, 2017 at 10:05:37AM +0200, Jurjen Oskam wrote: > > Hi, > > > > httpd crashes with a segmentation violation when servicing requests with > > the following (minimal) config file: > > > > server "default" { > >

Re: httpd crashes with SIGSEGV when using "block return 401"

2017-05-14 Thread Jonathan Gray
On Sun, May 14, 2017 at 10:05:37AM +0200, Jurjen Oskam wrote: > Hi, > > httpd crashes with a segmentation violation when servicing requests with > the following (minimal) config file: > > server "default" { > listen on * port 80 > block return 401 > } > > It starts up OK, but on

httpd crashes with SIGSEGV when using "block return 401"

2017-05-14 Thread Jurjen Oskam
Hi, httpd crashes with a segmentation violation when servicing requests with the following (minimal) config file: server "default" { listen on * port 80 block return 401 } It starts up OK, but on the first request this happens: # httpd -d -v -v startup server_privinit: adding