Difference between php -S localhost:8000 and httpd -k start – Apache
I'm just set a new computer to work on, so I install Apache24, PHP and MySQL. I use the different tutorial, and I could launch a "server" from php -S localhost:8000 or I could do it from httpd -k start.…