vote up -2 vote down star

I know LAMP means (Linux Apache MySQL & PHP stack)

does the sequences of these letters(LAMP) is really important, or is it just an traditional name ?

flag

Maybe because AMPL and MAPL are not easy to say. and PALM inverts the order of importance, the stack essentially sit on top of Linux. Might be due to confusion with Palm software company (or phone company as it is now) – mattcodes Sep 24 at 8:09
Why use "!" ? Change your title. – e-satis Sep 24 at 8:12
3  
Why the close votes? Yes, its trivia, but many other questions at SO are, too. – erikkallen Sep 24 at 8:18
AMPL is a linear solver. Its not even close to the LAMP "stack" – steven Nov 6 at 17:53

closed as not programming related by Philippe Leybaert, Developer Art, Ngu Soon Hui, Martin, sth Sep 24 at 22:10

4 Answers

vote up 6 vote down check

Linux is on the bottom of the stack, so that's why the L is first. Apache runs on top of linux. MySQL also runs on top of Linux. Many PHP applications require MySQL, so you could say it depends on it.

This leaves us with: LAMP or LMAP, based on those dependencies, and LAMP makes a nice name.

This is conjecture on my part, however; YMMV ;-)

link|flag
vote up 0 vote down

I'm sure its purely because of the fact that it flows, obviously the L (Linux) is at the start depicting the operating system, such as MAMP (for the MAC) and WAMP (for windows). Apache is the next biggest thing and apache requires linux to run, mysql is next because php requires it too. order of relevance possibly? and it does sound nicer than MAPL PAML etc

link|flag
vote up 0 vote down

It's just a name! Often the P stands for something else, like Python or Perl; often one or more of the letters is replaced, like WAMP (Windows instead of Linux).

I guess you could call is PALM if you wanted to, but I doubt many people would know what you're on about.

link|flag
vote up 5 vote down

The ease of pronunciation, that's all.

link|flag
3  
and it will help you see the light ;-) – pavium Sep 24 at 8:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.