Sysadmin tips time!
- Why the hell is pf blocking requests when it shouldnโt? Just clear everything!
pfctl -F all
- Why the hell does a web app that runs processes such as git return an error on some pages when you run it under supervisord, but not when you run it from the console? Check your
PATH
environment variable!