// control httpd service
brew services {start,stop,restart} httpd
// httpd config dir
/usr/local/etc/httpd
// control redis (necessary?)
brew services {start,stop,restart} redis
// control php service
brew services {start,stop,restart} httpd
// php config dir
/usr/local/etc/php/{7.x}/