So I just installed Apache on a new CentOS 7 server, using Yum. I've installed Apache many times before, but never have I seen this: When I run ps aux now, it always shows
/usr/sbin/httpd -DFOREGROUND
Google tells me that means the process will run in the foreground and not detach from the shell, but I don't really get what that means - if I close my shell, will Apache die?
I just want to get the normal Apache behaviour, and have httpd run like it always used to, chugging along in the background, do I need to disable DFOREGROUND? (I can't figure out how to btw)