Please Tell Me something about Lamp Stack

5 replies
Can somebody brief me what is lamp stack .Its Structure ,Uses and sources etc...
#lamp #stack
  • Profile picture of the author peteJ
    Lamp stack is simply a combination of technologies that help run serve a website on the web. The majority of shared hosting companies I know of run a lamp stack.

    L - Linux, the operating system that the server computer runs
    a - Apache, an open source web server
    m - MySQL, A very popular database
    p - PHP/Perl/Python, the backed language used to interface with the database.

    This is probably the most common setup seen today.
    {{ DiscussionBoard.errors[10533917].message }}
    • {{ DiscussionBoard.errors[10534548].message }}
      • Profile picture of the author Peter De Dief
        Lamp Stack is define as
        L- Linux
        A- Apache
        M- MYSQL
        P- PHP
        It is an open source web platform and used to run dynamic websites. It includes Apache, MySQL, and PHP/Perl and is viewed by many the platform of choice for development of high-performance web applications.
        {{ DiscussionBoard.errors[10535026].message }}
        • Profile picture of the author kashifriazghgh
          Originally Posted by Peter De Dief View Post

          Lamp Stack is define as
          L- Linux
          A- Apache
          M- MYSQL
          P- PHP
          It is an open source web platform and used to run dynamic websites. It includes Apache, MySQL, and PHP/Perl and is viewed by many the platform of choice for development of high-performance web applications.
          Is this plateform as like as bootstrap "which is a combination of html css and javascript"?
          {{ DiscussionBoard.errors[10537040].message }}
          • Profile picture of the author David Beroff
            Originally Posted by kashifriazghgh View Post

            Is this plateform as like as bootstrap "which is a combination of html css and javascript"?
            No, they're not the same thing, but I don't see why you can't use Bootstrap on a server which uses LAMP.
            Signature
            Put MY voice on YOUR video: AwesomeAmericanAudio.com
            {{ DiscussionBoard.errors[10537147].message }}

Trending Topics