caddy/caddyhttp/httpserver
Toby Allen 98f160e39c httpserver: More organized startup output (#2497)
* Move SiteOutput to a seperate function sorted by port.

* Rename vars and tidy up

* Move loopback note to output loop

* Fix Typo

* Remove unneeded var

* Readability Change

* Change to other port string.

* Simplify as all sites in Server use the same port

* Ensure -quiet supresses fmt.Println calls

* Prevent double output of siteinfo to log - improve log message

* change name of log in comment

* Remove spaces

* Remove extra line output

* final tidy!

* Use caddy.LogDestination to setup log

* Ensure Log is still output if quiet.

* Correct case of functions and make function param bool

* Remove conditional check for LogDestination

* Revert output to simple blocks

* comment update
2019-03-04 12:06:04 -07:00
..
condition.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
condition_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
error.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
https.go httpserver: Don't obtain certs for unmanaged configs (fixes #2387) 2018-12-11 19:37:08 -07:00
https_test.go Update tests after large refactor 2018-12-10 20:08:29 -07:00
logger.go main,log,errors: Option to disable log rotation ("rolling") 2019-01-28 10:28:22 -07:00
logger_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
middleware.go httpserver: give each req context a Replacer that preserves custom values (#1937) 2017-11-07 10:10:03 -07:00
middleware_test.go Change CASE_SENSITIVE_PATH default to false 2017-10-08 22:19:35 -06:00
mitm.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
mitm_test.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
path.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
path_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
plugin.go caddytls: Move config of certmagic storage to NewConfig (fixes #2465) 2019-02-14 17:20:06 -07:00
plugin_test.go Revert "bind: support multiple values (#2128)" 2018-11-27 15:57:38 -07:00
recorder.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
recorder_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
replacer.go httpserver: Implement {sever_port} placeholder (#2424) 2019-01-25 20:54:33 +00:00
replacer_test.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
responsewriterwrapper.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
roller.go httpserver: Revert misleading comment 2019-01-28 10:31:31 -07:00
server.go httpserver: More organized startup output (#2497) 2019-03-04 12:06:04 -07:00
server_test.go httpserver: Fix #2038 (query string being lost from URI) (#2039) 2018-03-17 17:17:42 -06:00
siteconfig.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
tplcontext.go templates: TLSVersion (#2323) 2018-10-19 11:51:10 -06:00
tplcontext_test.go Fix spelling (#2448) 2019-01-29 10:51:10 -07:00
vhosttrie.go httpserver: Fix address display and routing for IPv6 IPs/wildcards 2019-02-02 14:32:37 -07:00
vhosttrie_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00