Support alias names and multiple listen statements per server block.
authorreyk <reyk@openbsd.org>
Sat, 3 Jan 2015 15:49:18 +0000 (15:49 +0000)
committerreyk <reyk@openbsd.org>
Sat, 3 Jan 2015 15:49:18 +0000 (15:49 +0000)
commitbe4c70f0ed0d8e32dd135e7b148b1bf0db2a6869
tree93621faebcc9b3dc2f1e6fd7974a644d2db4d6db
parentfdc26c853684fe0511c9e1bd8622370ef0bd9e4f
Support alias names and multiple listen statements per server block.
The implementation is done in the parser by expanding each
alias/listen into an independent server configuration; this makes it
easier to handle internally without adding additional loops or
conditions.

OK florian@
usr.sbin/httpd/config.c
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/parse.y