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 powgives the following:451 0 cx.pow.powdps aux | grep powgives the following:jon 451 0.0 0.3 3048228 24300 ?? S 12:38PM 0:00.31 powcurl -H host:pow localhost/status.jsongives the following:curl: (7) Failed to connect to localhost port 80: Connection refusedcurl -H host:pow localhost:3000/status.jsonandcurl localhost:3000/status.jsongive 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