3

The way I understand PHP CLI is: it's no longer using a webserver ( which apache in most common setup)? Am I right about this? so if I run a php via CLI it will no longer call apache to trigger PHP, it instead calling the PHP directly.

Thanks for the help!

1 Answer 1

4

Yes that's correct PHP-CLI will not use apache, apache is a webserver to server web pages, but here we are running PHP directly in CLI so we don't need apache

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.