Description of problem: The postinstall script included in jboss-ews-httpd-2.0.0-sun10.sparc64.zip doesn't correctly configure the OPTIONS parameter in the apachectl script. If a user installs httpd in a directory other than the default (/opt/jboss-ews-2.0/) then apachectl will fail to launch httpd since it can't locate httpd.conf. Version-Release number of selected component (if applicable): How reproducible: Consistently Steps to Reproduce: 1. unzip jboss-ews-httpd-2.0.0-sun10.sparc64.zip to a non-default directory (eg /app) 2. Run the .postinstall.httpd script located at $INSTALL_DIR/jboss-ews-2.0/etc 3. Run "apachectl start" as root from $INSTALL_DIR/jboss-ews-2.0/sbin Actual results: Launching fails with message: ./apachectl start httpd.worker: Could not open configuration file /opt/jboss-ews-2.0/etc/httpd/conf/httpd.conf: No such file or directory Expected results: httpd locates the configuration files in $INSTALL_DIR/jboss-ews-2.0/etc/httpd/conf/, and launches. Additional info: apachectl is still configured to expect the OPTIONS parameter, so you can manually add it back and everything works as expected.
Added Doc text. @Mladen, can you please review the Doc Text content??
This has been fixed in the git. A version with the fix has already been built although too late for the ER1. I don't think we need this doc.
Verified with EWS 2.0.1 CR1 on Solaris SPARC
Verified with EWS 2.0.1 CR1 on Solaris 11 Intel 32/64bit
It is on all solaris zip files in fact.