Multiple choice technology web technology

Which of the following web servers can be used for hosting PHP application?

  1. Apache

  2. Apache Tomcat

  3. Microsoft IIS

  4. Glassfish

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

Apache and Microsoft IIS are web servers natively capable of hosting PHP applications via modules or FastCGI. Apache Tomcat and Glassfish are Java application servers/servlet containers designed for Java applications rather than standard PHP hosting.