Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created November 14, 2019 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/540f5fa86548b9c22349e39beb561b3d to your computer and use it in GitHub Desktop.
Save biojazzard/540f5fa86548b9c22349e39beb561b3d to your computer and use it in GitHub Desktop.
httpd.conf | MacOS Catalina | Homebrew
### httpd.conf located at
/usr/local/etc/apache2/2.4
### It loads:
/usr/local/etc/apache2/2.4/other/php73.conf
### The php.ini and php-fpm.ini file can be found in:
/usr/local/etc/php/7.3/
### To have launchd start php now and restart at login:
brew services start php
### Or, if you don't want/need a background service you can just run:
php-fpm
#### More info from past installs...
https://gist.github.com/biojazzard/429c511db3e26bc1e781102517d4e945
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment