TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Running PHP with Caddy Server on Mac OS X – Simone Carletti

1 pointsby hamid914over 8 years ago

2 comments

hamid914over 8 years ago
On OS X, it needs `php-fpm` to be started with homebrew service. Otherwise, PHP pages will not be interpreted by PHP interpreter: brew services start php71
moondevover 8 years ago
Or just run:<p>docker run -d -p 2015:2015 abiosoft&#x2F;caddy:php