Questions tagged [lamp]

Acronym for a development stack originally made up of Linux, Apache, MySQL and Perl/PHP/Python

LAMP is an acronym that refers to a stack of open source software used in development. The initial letters come from the following components:

  • Linux (operating system)
  • Apache HTTP Server (web server)
  • MySQL (database software)
  • Perl/PHP/Python (programming language)

Similar terms are used when on other operating systems while keeping the software suite:

  • Microsoft Windows (WAMP)
  • Mac OS (MAMP)
  • Solaris (SAMP)
  • OpenBSD (OAMP)
668 questions
3
votes
3 answers

Debian squeeze high memory usage?

I am quite new in the Linux / Server environment. I installed Debian Squeeze on vmWare Server to run LAMP. After I had the LAMP configured and running I decided to check on the memory usage of the server, and I found it to be high. I am not familiar…
moleculezz
  • 135
  • 5
3
votes
1 answer

Server not responding to SSH and HTTP but ping works

I requested an hard reboot because none of ssh and http worked. Ping worked normally. Which logs should i check to understand what was the problem? Thanks! (debian 6 on lamp) Edit: my memory and swap: Mem: 4040068k total, 1114920k used, 2925148k…
dynamic
  • 740
  • 6
  • 17
  • 32
3
votes
3 answers

How can I get LAMP up and running with Debian?

I need to install Debian for a webserver on a dual-Xeon machine, and it must be as "secure" as possible, with whatever programs and features are available (Firewall, Antivirus, etc). I need basic webserver functionality, with the LAMP stack (where P…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
3
votes
5 answers

I'm trying to set up a LAMP server so it's totally anonymous, any suggestions?

I'm going to set up a web service which will use the LAMP stack. One of the most important features of the site is that it should be anonymous. We thought that a cool thing will be if the server didn't made any logs that could potentially identify a…
flexterra
  • 31
  • 3
3
votes
5 answers

LAMP monitoring by zabbix

Someone have experience with lamp monitoring ? I mean standard monitoring and slow queries monitoring for mysql, virtual hosts load as well. And alerting if something going not well. Cacti is very cool tool for this, but it has no alerts system and…
user8529
3
votes
4 answers

Minimalistic linux distro for Virtualbox?

I want to run some Linux stuff on my XP development machine which clearly doesn't work too well in their Windows specific versions. What would be an appropriate Linux distro to install on Virtualbox if I am concerned about harddrive and ram usage? I…
Industrial
  • 1,579
  • 6
  • 24
  • 37
3
votes
1 answer

How to enable curl, installed Ubuntu LAMP stack?

I have installed ubuntu Lamp stack.But the curl is not enabled neither i can find extension listed in the INI file, i added manually but it didn't worked too. How should enable Curl then ?
user44520
  • 205
  • 1
  • 5
  • 8
3
votes
2 answers

(Ubuntu - Lamp) phpmyadmin install error 404 not found

I install apache, mysql, php and then phpmyadmin on ubuntu desktop 10.04 version I test apache: localhost with browser and its works. I test mysql with console and its works. I test phpmyadmin http://localhost/phpmyadmin/ and get error 404 not…
Ben
  • 775
  • 4
  • 9
  • 19
3
votes
6 answers

Best Linux flavor for web application development (LAMP)

Currently I am using Fedora 12/13 for web application (LAMP) development. Would serious users of LAMP consider any other flavor. Usage is for my laptop. If you require more info, pls request, just wrote what I am looking for Thanks Jean
Jean
  • 261
  • 1
  • 7
  • 15
3
votes
1 answer

How do I enable JPEG Support for PHP?

My Configure Command doesn't say anything about jpg, nor gif/png, but I can see gif/png support in the output of phpinfo(). I built PHP with --with-gd, but only GIF Support and PNG Support are in the output of phpinfo(), how do I enable JPEG…
ngache
3
votes
2 answers

setting up a project development environment

not sure if this is ok for this site, but here goes! Looking for a skilled/experienced linux sysadmin that i can talk to about setting up a development environment for remote people to use for a project. (or if someone can point me to a good…
tom smith
  • 451
  • 2
  • 6
  • 10
3
votes
1 answer

Web server CPU Utilization slowly increasing with LAMP stack?

I made a ton of changes to my website this year and noticed that my CPU Utilization has been gradually increasing for a couple of months (it slowly went from around 0% to 60% in about 2 months). After restarting my server a couple weeks ago, it went…
user1413341
  • 163
  • 5
3
votes
3 answers

MySQL is extremly slow, is it possible that it's because the storage engine is located on NAS?

We have two similar spec HDD CentOS 7 servers for two different clients in different countries, both clients have the same database and same indexes. Client A: The server is only running MySQL 8 and it's extremely fast. Query X takes 11 seconds to…
Lynob
  • 241
  • 1
  • 9
  • 17
2
votes
1 answer

MySQL (aka MariaDB) Service Won't Start After Upgrading from MySQL 5.6 to MariaDB 10 On Centos 6

I could use some help figuring out why upgrading from MySQL 5.6 to MariaDB 10 On Centos 6 is proving so difficult. Below are the steps I am using followed by the error cat /etc/centos-release CentOS release 6.8 (Final) mysql -V mysql Ver 14.14…
2
votes
3 answers

Wordpress security on LAMP

What can I do to make my Wordpress on LAMP installation more secure?