标签: macos apache web-services localhost port
I have started apache in my Mac with
sudo apachectl start
It started listening in port 80 but 8080 is not open. I want to open 8080. How can I do that?
http://localhost:80 - OK http://localhost:8080 - Not OK