Bug 1174271 - Missing www/error specification in httpd.conf
Summary: Missing www/error specification in httpd.conf
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Web Server 3
Classification: Retired
Component: unspecified
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: DR01
: 3.0.0
Assignee: Weinan Li
QA Contact: Libor Fuka
URL:
Whiteboard:
Depends On: 1176521
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-15 14:33 UTC by Martin Velas
Modified: 2020-03-27 18:40 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:40:25 UTC
Embargoed:
mvelas: needinfo+


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.