Bug 696151

Summary: [apache] The apache fails to recognize directives with non-standard letter case
Product: [Other] RHQ Project Reporter: Lukas Krejci <lkrejci>
Component: PluginsAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 4.0.0CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lukas Krejci 2011-04-13 12:47:27 UTC
Description of problem:

apache directives are case-insensitive but the RHQ apache plugin considers them case-sensitive. This makes it disregard directives with non-default letter case.

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1.spell one of VirtualHost directives in httpd.conf with different case than default
2.check that the directive still applies - i.e. the vhost is still reachable after apache restart
3. discover the apache instance in RHQ
  
Actual results:
the vhost spelled with different letter case will not be discovered

Expected results:
all the vhosts discovered regardless of letter case

Additional info: