From 9b52121b3223a0d17970f772dd76b52f79f1aae3 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 22 Dec 2021 18:44:12 -0500 Subject: [PATCH] doc note about port --- cgi.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cgi.d b/cgi.d index 8d54843..a855e30 100644 --- a/cgi.d +++ b/cgi.d @@ -85,6 +85,8 @@ void main() { # now you can go to http://localhost:8080/?name=whatever ) + Please note: the default port for http is 8085 and for cgi is 4000. I recommend you set your own by the command line argument in a startup script instead of relying on any hard coded defaults. It is possible though to hard code your own with [RequestServer]. + Compile_versions: