Posts by Michel Soares Pintor • 101 points
2 posts
-
0
votes2
answers519
viewsA: Problem connecting port 80 Apache
The correct syntax to check whether a service is listening to a particular port is: sudo lsof -i :80
-
-1
votes2
answers122
viewsA: Local server for Mac OSX
You can install apache, php, postgresql, mysql and many others with https://www.macports.org Or rather, use the https://www.vagrantup.com and upgrade your environment into a VM, thus being isolated…