Y
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
cmg
3562 days ago
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/
link
adis-me
3561 days ago
You should test your Apache configuration with `apachectl configtest`.
link