
Your company will have one or two web servers ... and you'll be visited by one or two million different clients. So it makes logical sense for all the complicated stuff to go on your one or two machines, and leave your clients with just a simple browser.
Have you even got on the phone ... to a utility, or travel company, or government office, or insurer or bank ... and found that you're referred on from one person to the next, to another and then to a fourth - who puts you on hold or tells you to call in again on another number? I have, and it makes sense - if you possibly can - when you're providing a service to provide a single point of contact. Not only to improve the experience of your customer, but also to make efficient use of you own resources.
Putting these thoughts together, it's logical to have a single web server program - such as Apache httpd - running on a server computer as the single point of contact for your organisation or web application. Then have that server, "silently" as far as the visitor is concerned - run scripts in Perl or PHP, which it turn refer on to databases using MySQL or some other technology - (Apache + Mysql + Perl / PHP = AMP). And then - with all this open source - what better operating system to oversee the whole than Linux, and you have your LAMP application.
There is a lot to deploying LAMP - but far better that than having to configure lots of machines and services or make life complex for your users. And you can learn just how the elements on the diagram that I've used to illustrate this article go together on our
deploying LAMP training course (written 2008-03-27 23:44:47)
Associated topics are indexed under
A601 - Web Application Deployment - Apache httpd - an overview [2186] An FAQ on the Apache httpd and Apache Tomcat web servers, and on using them together - (2009-05-17)
[2077] Why put Apache httpd in front of Apache Tomcat - (2009-03-12)
[2063] Internal Dummy Connections on Apache httpd - (2009-03-02)
[2054] Tuning httpd / the supermarket checkout comparison - (2009-02-26)
[2038] Sticky Sessions with mod_jk (httpd to Tomcat) - (2009-02-12)
[2016] Apache httpd and Apache Tomcat miscellany - (2009-01-30)
[1897] Keeping on an even keel - (2008-11-21)
[1265] Apache, Tomcat, Jakarta, httpd, web server - what are they? - (2007-07-13)
[924] The LAMP Cookbook - Linux, Apache, MySQL, PHP / Perl - (2006-11-13)
[659] Web Application Components - (2006-03-28)
[576] Why run two different web servers - (2006-01-25)
Some other Articles
Comparing hotels - as a guest and from the proprietors viewSelling curry to the chinese takeawayFirst Great Western WeekendPlease support improvements in our train serviceKeep the client experience easy - single server contact pointSetting up a new user - Linux or UnixEaster Sunday at 404, The SpaAll Change, Portsmouth HarbourDynamic Memory Allocation in C - calloc, reallocString interpretation in Ruby