logoalt Hacker News

trumpdongtoday at 1:23 AM1 replyview on HN

What's your web server? To connect PHP with nginx you need a bunch of arcane configuration.


Replies

thenthenthentoday at 1:35 AM

I loved php came bundled with OSX, you just run php -s portnumber (iirc) as and you have a php enabled webserver running locally, so fun for experiments and super convenient especially compared to nowadays… i would prolly use Python, so make venv, activate, etc etc.