• 0

How to check if apache is running in linux

Just run the following command

ps waux | grep httpd

Further reading :