Running Apache 2.2 in a foreground
It took a while for me to find out how to leave Apache 2.2 running in a foreground, since old -F switch were not available. So, to leave apache in a foreground u need to run it with -D FOREGROUND command line parameter.
/user/bin/httpd -D FOREGROUND