-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
False
-
-
-
-
-
-
-
.postinstall contains the line
sed -i -e "s:/var/www/manual:${currentDir}/../doc/httpd:g" conf.d/manual.conf
but the path in conf.d/manual.conf is /opt/rh/jbcs-httpd24/root/var/www/manual
and thus the substitution breaks the manual.
It should be
sed -i -e "s:/opt/rh/jbcs-httpd24/root/var/www/manual:${currentDir}/../doc/httpd:g" conf.d/manual.conf
To get http://localhost/manual working out of the box on a zip install.