localhost
localhost copied to clipboard
Configuration for Nginx, Apache, PHP and MySQL on MacOS Sierra (installed using Homebrew)
Thanks so much for this post!! Question: why is it necessary to unlink php (`brew unlink php56`) before installing addition php versions? Will it be necessary to link previous versions...
It's perhaps worth noting that the updated apache brew now uses `/usr/local/etc/httpd` for configuration instead of the original `/usr/local/etc/apache2`. For anyone who used this tutorial previously (like me) and is...
Any chance you can add a part to your tutorial at https://lukearmstrong.github.io/2016/12/setup-apache-mysql-php-homebrew-macos-sierra/ on how to get access to the Users folder working? I enabled the correct mods in httpd.conf and...
Thanks for this excellent tutorial. However, when I get to the step where you do: > Now open your web browser, and go to http://php56.apache.localhost, you should see the output...
Hey there, Is it possible to configure the server to also serve javascript and css files in addition to the .php files. Thanks, Nick
Hi, do you know how to install pear with fpm? Thank you very much,