Mac OS X bash: uninstall all apache and PHP occurences
- by fireeyedboy
Hi all,
How do I find all installed apache and PHP occurences on a Mac OS X system in bash and uninstall them?
My motivation:
I've managed to install multiple apache and PHP packages (I believe it's called packages in Unix terms, correct?) at some point, and I'ld like to start out fresh again, without completely re-installing Mac OS X again.
Also, I'ld like to install suPHP along with apache this time, and I believe I need to compile apache with some additional stuff for that. But that is a challenge I'll deal with later, and probably ask a question about then. :)
Thank you in advance for your info.