Bug 642588
| Summary: | JON241: [apache] Incorrect configuration loaded when a non-standard httpd.conf is used | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Lukas Krejci <lkrejci> | ||||
| Component: | Plugins | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.0.0 | CC: | skondkar | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-05-24 01:08:01 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 616081, 643563 | ||||||
| Attachments: |
|
||||||
|
Description
Lukas Krejci
2010-10-13 11:56:04 UTC
This appears to have gone into the release-3.0 branch so should be testable in JON2.4.1 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=e8bfc17fde0d6f5bc837d2a96f230a8109114279 Verified on rhq-release branch 3.0.1 - build#422 Followed the steps to reproduce and started httpd using a non-standard configuration file (/NotBackedUp/conf/httpd.conf). Defined a ServerRoot directive in httpd.conf and set it to "/NotBackedUp". httpd.conf contains "Include conf.d/*.conf" directive. Placed additional configuration file defining vhost in /NotBackedUp/conf.d The vhost defined in /NotBackedUp/conf.d/vhost.conf is discovered successfully. Please refer attached screenshot. Created attachment 459087 [details]
Screenshot
Verified this against jon-server-2.4.1-SNAPSHOT build# 24. Started httpd using a non-standard configuration file (/NotBackedUp/conf/httpd.conf). Defined a ServerRoot directive in httpd.conf and set it to "/NotBackedUp". httpd.conf contains "Include conf.d/*.conf" directive. Placed additional configuration file defining vhost in /NotBackedUp/conf.d The vhost defined in /NotBackedUp/conf.d/vhost.conf is discovered successfully. Bookkeeping - closing bug - fixed in recent release. |