I'm having difficult seeing my_proj.dev
from my browser and I'd just like to check if Pow is up and running correctly, or if the issue lies elsewhere. What is a quick test I can do to see if Pow is installed and running correctly?
launchctl list | grep pow
gives the following:451 0 cx.pow.powd
ps aux | grep pow
gives the following:jon 451 0.0 0.3 3048228 24300 ?? S 12:38PM 0:00.31 pow
curl -H host:pow localhost/status.json
gives the following:curl: (7) Failed to connect to localhost port 80: Connection refused
curl -H host:pow localhost:3000/status.json
andcurl localhost:3000/status.json
give the following:curl: (7) Failed to connect to localhost port 80: Connection refused
UPDATE:
Rebooting my dev machine apparently fixed everything.
Couple of other endpoints you can hit to pull information out of Pow. See:
http://pow.cx/manual.html#section_3.2