How to Check if PHP Running on Machine?
I've been trying to successfully install Windows NT -Apache - MySQL - PHP setup on an intranet at my work. Right now an IIS server is running and it's been conflicting with my Apache server, but don't worry about that I know I have to disable the IIS to let Apache shine. Right now I just want to see if PHP is running at all.
What are the various ways I can check if PHP is actually currently running as a service?
I know I can post a PHP page to the intranet publishing folder and see if it runs, that's what I've done in the past, but it really seems so primitive. How do I do this in a more IT Networking Guy professional way?