LAMP: The Most Popular Server System Ever.
You may have heard of a server system called LAMP, and wondered what it is. Well, the answer is that LAMP isn't any one thing on its own – it's actually a combination of four technologies. Together, the LAMP technologies form the most popular overall server system on the web today.
Which technologies are they? The answer lies in the name. LAMP stands for Linux, Apache, MySQL and Perl/PHP. The term originated as a marketing word to help point out that open source (free) software, when combined, could be just as effective as expensive 'enterprise solutions' like J2EE (Java) or Microsoft's .NET. To understand the system, let's take a look at the components individually.
Linux.
Linux is widely considered to be the open source operating system of choice, and the main alternative to Microsoft Windows. Thousands of volunteers from all over the world work on Linux and create programs for it. At its heart, the system is more-or-less a Unix derivative, which means that it's very stable and fast. While widespread adoption of Linux for the desktop seems far off, mainly because of the difficulty of getting people to switch, it isn't stopping Linux from doing very well on web servers.
There are many different varieties of Linux, known as 'distributions', with each one focusing on different features. Some popular distributions include Debian (www.debian.org), SuSE (owned by Novell, www.novell.com/linux/suse) and Red Hat (free version at fedora.redhat.com). If you're thinking of trying out Linux on your own computer, you might like to look at Ubuntu (www.ubuntulinux.org), which is a less technical and relatively easy to use distribution.
Apache.
Apache is the world's most popular web server bar none. It was based on the second-ever web server, which was developed at the NCSA, and its history goes back as far as 1995.
For all intents and purposes, Apache has become the industry standard server: it would be silly to say that Apache isn't suitable for business use, considering that it is included in enterprise packages like Oracle and IBM's WebSphere. Apache is developed by the non-profit Apache Foundation (www.apache.org).
MySQL.
MySQL is a relational database, popular because of its relative simplicity and the fact that it's free. It is considered to be much easier to set up and use than more 'traditional' database software, and MySQL databases can be managed using a range of graphical software. MySQL is controversial among database professionals, however, as its developers haven't included many complicated advanced features, feeling that they would make the software too difficult to use without making it any more useful. MySQL is developed by a Swedish company, MySQL AB, and its website is www.mysql.com.
Perl and PHP.
Perl and PHP are both scripting languages, and they are both often used as the 'glue' that makes a database-driven website do what it should. However, the two languages, are very different: Perl is powerful but hard to read, while PHP is simpler but more limited. Choosing between them is largely a matter of preference, which is why they're both included in the system – some people also include a third P, Python, as an alternative language.
If you're starting out, it's probably best to use PHP – the official site at php.net has good tutorials and references on the language. Perl's site is at perl.org, but you should only really start with Perl if you've got some previous programming expertise
Getting LAMP.
If you want to get the whole LAMP system together instead of downloading the components separately, a good place to go is www.apachefriends.org/en. They offer it for download – don't worry, all the software is free. You don't get Linux, but you get everything else, and it will install easily on most operating systems, including Linux and Windows.
LAMP Variants.
There are a number of LAMP variants that replace parts of the system. While these systems aren't as popular, they're still worth knowing about and considering.
WAMP: Windows replaces Linux.
MAMP: Mac OS replaces Linux.
AMP: Apache, MySQL and Perl/PHP running on any operating system.
LAPP: PostgreSQL replaces MySQL.
LAMJ: JSP replaces Perl/PHP.
There is also the insulting-sounding term WIMP, which means that Windows replaces Linux and IIS replaces Apache – this is considered to result in a much worse system than LAMP.
|
|
Web Design
Home Page
Registering A Domain Name.
How To Have Websites Built For You The Cheap Way
Fonts Are More Important Than You Think.
Encryption And Security With SSL.
Reducing Load Time Through Image Optimization
The Key To Better Websites
Building A Budget Website.
How To Set Up Your Hosting In 5 Minutes Flat.
Understanding Web Jargon.
|
Web Design
Designing For Sales.
... your product that you think would appeal to most people. If you have a bad headline then people won't even look at the rest of what you've written they'll just press the back button. Always Be Ready to Make the Sale. As soon as a visitor gets to your product's page, it should be absolutely crystal clear ...
Fonts Are More Important Than You Think.
... name in HTML and CSS. That means that, apart from logos (which can be done as images), you're relying on the people visiting your site to have installed the fonts you're using for headings and body text. Most people aren't designers, and so will only have the basic fonts that come with their operating ...
Column Designs With CSS.
... Ordering things logically as left, centre, then right, for example, will cause your right column to end up under the centre one. Anyway, the next step is to write the CSS for those IDs you just set up. Are you ready for the CSS that's made old-style HTML developers run in fear for about five years now? ...
IIS And ASP: Microsoft's Server.
... programming languages to be used to generate HTML pages, and Microsoft counts on it to differentiate ASP from other solutions. As recently as 2001, ASP was the leading solution for dynamic web pages (it was beaten by PHP the next year), and it still ha a lot of momentum. Open source languages can seem ...
Designing For Search Engines.
... visitors anyway. Include Alt Tags. Any time you use a graphic, include alt text for it especially if there is text in the graphic. Remember that, as far as search engines are concerned, all your graphics might as well just be big black boxes. Test by removing all your graphics and seeing if your content ...
| |