Skip to content

Instantly share code, notes, and snippets.

View introqt's full-sized avatar

Nikita Kolotilo introqt

View GitHub Profile
@gpolguere
gpolguere / httpd.conf
Created January 30, 2019 10:17
Apache 2.4 + PHP 7.1 for macOS Mojave with brew
brew install php@7.1
brew install httpd
# make sure to edit correctly your /usr/local/etc/httpd/httpd.conf
# add the end, include your own configuration file for vhosts
brew services start httpd