Apache in different programming languages

Asked

Viewed 252 times

2

What’s the difference between the Apache server for PHP (Wan) and the Apache Tomcat Web Container?

  • 1

    apache he the web processor he will take your request and process to see what to do with it. php and Tomcat serve to process the php and java language and return the instruction executed to apache so that it displays the information in your browser. apache alone does not know what to do it only knows how to display, it reads and returns nothing else , who runs thinks solves things are the language processors in case php and Tomcat

1 answer

1


Apache Tomcat is an open source version of Servlet (class) for web development with Java (here). Apache HTTP has a module that enables its operation with PHP (here). I believe the version you refer to (Apache Wan) is WAMP SERVER, which is an all-in-one with the web service, PHP, Mysql, etc (for windows).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.