1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?
Answer Posted / sachin
Application Server is the one that hosts the business logic
of the applications as well as third party applications that
are needed by web applications.
Web server receives the HTTP request, uses the application
server for the processing of data. It uses CGI scripts to
access the third party application lying on the application
server.
The response of the application server is utilized by web
server and produces the appropriate and presentable output
to the browsers.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is put method in php?
What is the capacity of mysql database?
What is the best way to change the key without changing the value of a php array element?
What are the four scalar types of php?
What is the difference between indexed and associative array?
Is multilevel inheritance possible in php?
How can I make a script that can be bilingual (supports english, german)?
Tell us how can we display the output directly to the browser?
What is the use of is_array() and in_array()?
Can you pass an array into a function?
What advance thing in php7?
What is the use of curl()?
What is php used for?
Does php need apache?
Is php dying 2018?