CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/05 04:04:20
Modified files:
usr.sbin/httpd : config.c httpd.c httpd.h parse.y server.c
server_http.c
Log message:
Remove a limitation that only allowed to specify a server name once.
The key has been changed to server name + address + port and now it is
possible to use the same server name for multiple servers with
different addresses, eg. http://www.example.com and
https://www.example.com/.
OK doug@ florian@
