I changed the log messages in the function do_include a bit which is used for reading config files.
First, cherokee_stat may fail because of lacking search permissions on the config file path. It's better to tell the detailed potential reason, so they will not simply look at the file itself which may have correct permissions
Second, the failure of cherokee_opendir is not logged, so I create another log to log this error.
I changed the log messages in the function
do_include
a bit which is used for reading config files.cherokee_stat
may fail because of lacking search permissions on the config file path. It's better to tell the detailed potential reason, so they will not simply look at the file itself which may have correct permissionscherokee_opendir
is not logged, so I create another log to log this error.Any feedback is appreciated. Thanks!