LAMP (application stack): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jean Gebarowski
No edit summary
imported>Eric M Gearhart
(The checklist is crated with {{subpages}} now, and why was it in tthe article? Fixed.)
Line 1: Line 1:
{{checklist
{{subpages}}
|                abc = LAMP
LAMP is an acronym for Linux Apache MySQL PHP, a very common framework for developping [[web sites]].
|                cat1 = Computers
|                cat2 =
|                cat3 =
|          cat_check =
|              status = 3
|        underlinked =
|            cleanup = n
|                  by =
}}LAMP is an acronym for Linux Apache MySQL PHP, a very common framework for developping [[web sites]].
* [[Linux]] is an well-known open source operating system, very common on many web servers ;
* [[Linux]] is an well-known open source operating system, very common on many web servers ;
* [[Apache]] is a famous HTTP Server, very common in many personnal or professionnal applications, with many modules that expand its functionnalities ;
* [[Apache]] is a famous HTTP Server, very common in many personnal or professionnal applications, with many modules that expand its functionnalities ;
Line 17: Line 8:
==== Alternative "P" languages ====
==== Alternative "P" languages ====
Other languages can fit with the "P" letter and are used as well to implements web sites : [[Perl]] and [[Python]]. They are generally natively installed on Linux systems.
Other languages can fit with the "P" letter and are used as well to implements web sites : [[Perl]] and [[Python]]. They are generally natively installed on Linux systems.


[[Category:CZ Live]]
[[Category:CZ Live]]
[[Category:Computers Workgroup]]
[[Category:Computers Workgroup]]

Revision as of 08:27, 23 October 2007

This article is developed but not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable, developed Main Article is subject to a disclaimer.

LAMP is an acronym for Linux Apache MySQL PHP, a very common framework for developping web sites.

  • Linux is an well-known open source operating system, very common on many web servers ;
  • Apache is a famous HTTP Server, very common in many personnal or professionnal applications, with many modules that expand its functionnalities ;
  • mySQL is an open source database ;
  • PHP is a server-side programming language, object-oriented, well interfaced with Apache.

Alternative "P" languages

Other languages can fit with the "P" letter and are used as well to implements web sites : Perl and Python. They are generally natively installed on Linux systems.