Hacker News new | ask | show | jobs
by fuzzywalrus 3562 days ago
Anyone config apache locally by hand? Every year seems to be another game of "What do I have to re-enable for vhosts, php versions, etc".
2 comments

I'm using MAMP Pro, which has its own version of Apache so the config files won't get overwritten. https://www.mamp.info/en/mamp-pro/
You should test your Apache configuration with `apachectl configtest`.