httpd
httpd copied to clipboard
mod_log_config: better handle invalid log file name
if log file name is an invalid string, ap_server_root_relative will return NULL, which will result in SIGSEGV in ap_make_dirstr_parent
What's an invalid string? Can it be reached via configuration?