Bug 54817

Summary: if prefix and sysconfdir are the same then http.conf not found
Product: Apache httpd-2 Reporter: rhavenn <rhavenn>
Component: BuildAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.4.4   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description rhavenn 2013-04-09 07:33:40 UTC
If --prefix and --sysconfdir are both set to the same value then apachectl and httpd won't start due to the config file not being found.

httpd -V shows:
-D AP_TYPES_CONFIG_FILE="/mime.types"
-D SERVER_CONFIG_FILE="/httpd.conf"

The other paths are all correct based off my config options. Removing --sysconfdir from ./configure options and rebuilding fixes the issue.