From 1aefd926555beac5d7618c2375727df0c4470504 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 22 Sep 2022 17:48:50 -0400 Subject: Add server_alias config option. Add map_server_alias. Modifed auto_cert to generate certs for the alias. Changed some logic for detecting server_alias'. Update the sample config file. --- TO_FIX.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TO_FIX.md') diff --git a/TO_FIX.md b/TO_FIX.md index 611c3c9..a2942eb 100644 --- a/TO_FIX.md +++ b/TO_FIX.md @@ -25,3 +25,8 @@ reduce complexity in cert_req() permission denied when the file is readable (MAC permissions) use GetOpt::Long in a reasonable manner + +map_server_alias() perhaps should not exist. +In general, I am unsatisfied with the program keeping the configuration file in memory and constantly referring to it. map_server_alias() literally just copies it's vhost's config and keeps it in the config hash. + +reduce complexity in listen_config() -- cgit v1.2.3