Debugging app install issues is very important, so any time something permanently destructive is attempted, it should be done with care to preserve the ability to analyze and debug what happened:
* preserve Preserve as much as possible from the existing (buggy) environment
* Make sure httpd configuration is sane (result should be "'''Syntax OK'''"):
{{Code|httpd -t}}