How to see what web server is running on my mac? How to see what web server is running on my mac? wordpress wordpress

How to see what web server is running on my mac?


I had the same problem, and the solution that worked for me was here:https://zachgoll.github.io/blog/2018/serverpress-error/

By default, Mac OSX has an Apache server running in the backgroundwhich conflicts with Serverpress by default.

To turn it off, run sudo apachectl stop.