diff options
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() |