Questions tagged [lamp]

Acronym for a solution stack of free, open source software, originally coined from the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software) and Perl/PHP/Python, principal components to build a viable general purpose web server.

LAMP is an acronym for a stack of four pieces of free and open-source software that are commonly used to build a general purpose web server:

  • Linux
  • Apache HTTP server
  • MySQL
  • PHP

Please have a look at the official Ubuntu Server Guide for the release you are using (which can usually be found at https://help.ubuntu.com/x/serverguide/index.html where x is replaced by the version number of Ubuntu, e.g., x=15.04 for Vivid). You can find the guide for the latest released LTS version here. Detailed explanations may be found in the Web Servers chapter and examples in the LAMP Applications chapter.

The simplest way of installing a basic LAMP stack is usually by running the following two commands from the terminal (Ctrl+Alt+T should open a new terminal):

sudo apt-get install tasksel
sudo tasksel install lamp-server

Notable questions

783 questions
7
votes
2 answers

How to Install LAMP server on Ubuntu

I just installed Ubuntu on my computer as a beginner and found out there is no LAMP server available in the software center. I'm somehow stuck on how am going to install LAMP server on my Ubuntu since there is no particular website for doing…
7
votes
3 answers

How to create files and directorys in var/www?

Possible Duplicate: Whats the simplest way to edit and add files to “/var/www”? I've just finished installing LAMP on Ubuntu and I've gone to start created a website directory and I don't know how to get into the "root" directory of LAMP. Can I…
Will
  • 73
  • 1
  • 1
  • 3
4
votes
2 answers

Where can I locate LAMP

I am a complete novice. How can I locate LAMP on my computer?
4
votes
2 answers

E: Unable to locate package lamp-server

I am trying to install lamp server in ubuntu 13.10. But it gives the following error. E: Unable to locate package lamp-server
Mahammad Adil Azeem
  • 325
  • 4
  • 5
  • 12
2
votes
3 answers

How do I set up apache with multiple sites?

Can I have help with making multiple site working with Apache (LAMP) on ubuntu 12.04 desktop ed. I pointed the apache2 to a home directory with my new sites which were enabled, but the browser is only displaying the default website that come with…
irkinosor
  • 141
2
votes
4 answers

Move a webservice (Matomo) to a new server

I have a task to move a webservice (Matomo) running on a VM to its own physical server. I am not that experienced with Linux or servers so I would like to know if I have thought of everything that might come up. The new server is already running…
Amit
  • 53
1
vote
1 answer

LAMP stack in Ubuntu

I would like to install a LAMP stack in Ubuntu Server and going to use sudo apt-get install lamp-server^. Prior to this I would like to ask what is the difference between using this method and between installing each element separately? There are…
Mente
  • 33
  • 2
1
vote
0 answers

opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found

ERR > /usr/local/bin/pdf2htmlEX: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/local/bin/pdf2htmlEX) /usr/local/bin/pdf2htmlEX: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by…
Saad
  • 11
1
vote
1 answer

Installing LAMP-server

I installed Ubuntu 16 some years ago, and I remembered an option during installation that allowed me to install a few other functions, such as LAMP. Why is that option removed, and what is the easiest way to install it (with just basic Ubuntu server…
user1092556
0
votes
2 answers

LAMP: /var/www/html/index.html missing

I have a problem: I've just installed LAMP, and at some point I realized that /var/www/html/index.html is missing. How can I get it back? If this file is the same for all machines, can anyone tell me where I can download it?
Himeiji
  • 1
  • 1
  • 1
0
votes
0 answers

The requested URL /phpmyadmin/ was not found on this server

I installed LAMP on ubuntu all its OK showing just like the tutorial. but last day I made a databases and edit password all become error, phpmyadmin cant access so I'm try to reinstall for 3 times but still like the picture. I'm so try inset text on…
0
votes
1 answer

New instalation of LAMP on ubuntu 16.04 (Permission denied)

Just finish install ubuntu 16.04. After finish a fresh install of LAMP I got Error: Permission denied when try create a simple .php file to save into the localhost. I have a idea but I can't figure out how to fix it. As describe in many tutorials -…
0
votes
2 answers

CHMOD file/folder permissions for LAMP

My php project reported error: unable to write file. I found that might be caused by permission guaranteed for directory containing my project files. I did this: sudo chown [username]:[username] -R [directory location] and then restarted apache but…
user161480
0
votes
1 answer

Lamp how to work with it!

I've search on internet but I need some help how to work with lampp ,like I know the folder to save our work is hotdocs but when i do it it give an error message....some as a turtorial or somethink to help me??
0
votes
1 answer

port forwarding "server cluster"

The reason I put server cluster in parentheses is because I'm not sure if my set up counts as a server cluster. I have an ubuntu LAMP server running a wordpress website that works great. the domain name is set up and I have had no problems with it.…
1
2