CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/03 08:49:18
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 parse.y
Log message:
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@
