Tips and tricks
How to free port 80 on mac os x
To see current processes do this in terminal
sudo lsof -i ':80'
To stop the built in apache server in Mac OS X do
sudo apachectl stop
To see current processes do this in terminal
sudo lsof -i ':80'
To stop the built in apache server in Mac OS X do
sudo apachectl stop