Bug 1174271

Summary: Missing www/error specification in httpd.conf
Product: [Retired] JBoss Web Server 3 Reporter: Martin Velas <mvelas>
Component: unspecifiedAssignee: Weinan Li <weli>
Status: CLOSED EOL QA Contact: Libor Fuka <lfuka>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.0.0CC: jclere, lfuka, mbabacek, mturk, pslavice
Target Milestone: DR01Flags: 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:    

Description Martin Velas 2014-12-15 14:33:25 UTC
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.

Comment 1 Libor Fuka 2015-01-05 13:11:26 UTC
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

Comment 2 Weinan Li 2015-01-06 03:53:01 UTC
This is duplicate with bz1176521

Comment 3 Libor Fuka 2015-01-20 14:05:38 UTC
Verified with DR1