caddy/server
Matthew Holt d8391d6fbd core: Handle address lookup and bind errors more gracefully (fixes #136 and #164)
Addresses which fail to resolve are handled more gracefully in the two most common cases: the hostname doesn't resolve or the port is unknown (like "http" on a system that doesn't support that port name). If the hostname doesn't resolve, the host is served on the listener at host 0.0.0.0. If the port is unknown, we attempt to rewrite it as a number manually and try again.
2015-06-23 22:01:37 -06:00
..
config.go core: Handle address lookup and bind errors more gracefully (fixes #136 and #164) 2015-06-23 22:01:37 -06:00
fileserver.go Fix more lint warnings 2015-05-24 22:52:34 -04:00
server.go log: Customizable default error function 2015-06-15 10:17:09 -06:00
virtualhost.go Bringing in latest from master; refactoring under way 2015-05-04 11:02:46 -06:00