How does php and apache work?



How does php and apache work?..

Answer / Ashwani Pandey

In a typical setup, Apache receives requests for PHP files from clients, passes these files to the PHP engine (mod_php) for processing, which then generates an HTML response. This response is sent back to the client by Apache.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Write a php function to convert all null values to blank?

1 Answers  


Explain the difference between $message and $$message?

1 Answers  


How to enable error reporting in php?

1 Answers  


what is difference between PHP4 , PHP5

1 Answers   Net Solution,


how php works with oracle?

1 Answers  


How many ways to include variables in double-quoted strings in php?

1 Answers  


How can we upload a php + mysql Site

1 Answers  


Tell me what is needed to be able to use image function?

1 Answers  


How to enable cURL in PHP?

1 Answers   HCL,


What is php session id?

1 Answers  


How can post form values with out press submit button

5 Answers  


Does wordpress run on php 7?

1 Answers  


Categories