Application Software Stack: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "__NOTOC__↵Category:Concept↵__NOTOC__" to "__NOTOC__ Category:Concept")
m (Text replacement - ". ↵" to ". ")
 
Line 11: Line 11:
** '''LAMP''' ('''L'''inux, '''A'''pache, '''M'''ySQL, '''P'''HP/'''P'''erl/'''P'''ython) is an [[acronym]] denoting one of the most common [[Software stack|software stacks]] for many of the web's most popular [[web application|application]]s. However, LAMP now refers to a generic software stack model and its components are largely interchangeable.  Each letter in the acronym stands for one of its four [[open-source software|open-source]] building blocks: * [[Linux|'''L'''inux]] for the [[operating system]] * [[Apache HTTP Server|'''A'''pache HTTP Server]] * [[MySQL|'''M'''ySQL]] for the [[Relational database#RDBMS|relational database management system]].
** '''LAMP''' ('''L'''inux, '''A'''pache, '''M'''ySQL, '''P'''HP/'''P'''erl/'''P'''ython) is an [[acronym]] denoting one of the most common [[Software stack|software stacks]] for many of the web's most popular [[web application|application]]s. However, LAMP now refers to a generic software stack model and its components are largely interchangeable.  Each letter in the acronym stands for one of its four [[open-source software|open-source]] building blocks: * [[Linux|'''L'''inux]] for the [[operating system]] * [[Apache HTTP Server|'''A'''pache HTTP Server]] * [[MySQL|'''M'''ySQL]] for the [[Relational database#RDBMS|relational database management system]].
*** [[PHP|'''P'''HP]], [[Perl]], or [[Python_(programming_language)|Python]] [[programming language]].
*** [[PHP|'''P'''HP]], [[Perl]], or [[Python_(programming_language)|Python]] [[programming language]].
** The components of the LAMP stack are present in the [[software repository|software repositories]] of most [[Linux distribution]]s.  
** The components of the LAMP stack are present in the [[software repository|software repositories]] of most [[Linux distribution]]s.


----
----
__NOTOC__
__NOTOC__
[[Category:Concept]]
[[Category:Concept]]

Latest revision as of 01:46, 28 January 2024

A Application Software Stack is a software stack for software applications.



References

2022