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.
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
This is duplicate with bz1176521
Verified with DR1