Bug 1174271
| Summary: | Missing www/error specification in httpd.conf | ||
|---|---|---|---|
| Product: | [Retired] JBoss Web Server 3 | Reporter: | Martin Velas <mvelas> |
| Component: | unspecified | Assignee: | Weinan Li <weli> |
| Status: | CLOSED EOL | QA Contact: | Libor Fuka <lfuka> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | jclere, lfuka, mbabacek, mturk, pslavice |
| Target Milestone: | DR01 | Flags: | mvelas:
needinfo+
|
| Target Release: | 3.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 18:40:25 UTC | Type: | Bug |
| 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: | 1176521 | ||
| Bug Blocks: | |||
This configuration is in conf.d/welcome.conf file but there is a bug in .postinstall. There is missing change of the path in postinstall. Please add: sed -i -e "s:/usr/share/httpd/noindex:$currentDir/www/error:g" conf.d/welcome.conf Verified with DR1 |
Description of problem: Directory directive of ${JWS_HOME}/httpd/www/error is missing in httpd.conf file. Version-Release number of selected component (if applicable): JWS3-DR0 How reproducible: allways Steps to Reproduce: 1. compare httpd.conf file of EWS2 and JWS3 Expected results: presence of: <Directory "${JWS_HOME}/httpd/www/error"> ... </Directory> Actual results: missing Additional info: Please, provide the information if the absence of this directory is expected.