answersLogoWhite

0

The LAMP stack is a well-known and widely used web-development stack whose primary goal is to help you to build an open source Web Hosting environment. This stack consists of the following components: Linux (base operating system), Apache (web server), MySQL (relational database) and PHP (multi-platform scripting language). And here’s where LAMP comes from. You may have heard about some well-known projects which are heavily relying on this stack: Facebook, Wikipedia, Tumblr, and WordPress. In this article we’ll show you how you can install it on Ubuntu server.

Prerequisites

You must have root privileges or have an ability to use sudo to install required packages to your system.

Installation process

Installation process is easy and straightforward.

First, we’ll install Apache web server, then MySQL DB and then finalize the process with PHP scripting language.

User Avatar

Hands On Cloud

Lvl 3
4y ago

What else can I help you with?

Related Questions

Will PHP code developed on Windows work on an Apache server on Linux?

Generally speaking, yes. There are certain extensions to PHP one could install on Windows that would provide functions that aren't present on Linux.


Which is easier to install IIS or Apache?

Both are fairly easy to install. Apache is far easier to install on versions of Windows that are not supported by IIS, such as Windows XP Home. In Windows XP Pro, it is as simple as using the Add / Remove Windows components for IIS, and running a simple installer for Apache. XP Home requires manually copying and tweaking. IIS and Apache are more often found bundled in a Linux distro or Windows Server installation, in which the installation of Apache or IIS (respectively) will be automated.


Where can you download LAMP package for Debian Linux?

LAMP is not a package , it is : Linux Apache Mysql PHPyou can intall them with :sudo apt-get install mysql-server mysql-client apache2 apache2-doc php5 php5-mysql libapache2-mod-php5


What is apache server in Linux use for?

The Apache Foundation is most widely known for their Hypertext Transfer Protocol server.


How do you install Apache on SUSE Linux?

1. Click the green gecko. 2. Select System > YaST 3. Enter your password 4. Click "Software" 5. Enter "apache" in the search box 6. Select "apache2" from the list. 7. Click Accept.


What web server is used in SUSE Linux 9.3?

Probably Apache


After we finished install Linux os in laptops.what driver we should install?

after we finished install Linux OS at laptops.What driver we should install?can u give me the list?


What is the best version of Windows to use when running an Apache web server?

Linux.


How do you execute an Apache program in Linux?

Enter this command as root: "apachectl start"


Which Linux folder is the default location for the Apache file directory?

/etc/apache2


Can you install Linux and keep Windows?

Yes, install Windows first, then whichever distribution of Linux you want second.


Is putty install in Linux?

You do not need to install PuTTY in Linux as there are built-in utilities that can do PuTTY's job (ssh, telnet)