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
1 answer

Choosing between which HTTP, DB, Optimization tools on a VPS server

I am finally moving from a Shared hosting to a VPS hosting on Digital Ocean. Since now I have control of what I can install, I would like to know which of these are preferred to install. Web Server Apache or NGinx? I learn that nginx is faster than…
Timmy
  • 109
  • 3
-3
votes
1 answer

LAMP servers performance: Can I improve them by adding more RAMs?

Possible Duplicate: How do you do Load Testing and Capacity Planning for Web Sites Let me refine my questions: 1. How can I improve MySQL performance? 2. Will adding more RAMs help? 3. Will server 1 (details below) get bogged down even with more…
mohdyusuf
  • 101
-3
votes
2 answers

Is it enough just to install LAMP?

I use yum to install LAMP on Centos, like this: yum install httpd mysql mysql-server php php-mysql chkconfig --levels 235 httpd on chkconfig --levels 235 mysqld on service httpd start service mysqld start Is it enough? Do I need to add security…
hey
  • 99
  • 1
  • 6
-3
votes
1 answer

Create subdomain from command line

I need to create some subdomains for a domain but I can't use cpanel to do that. The server that I'm working on just doesn't have it so don't suggest anything related to cpanel as I've seen on most forums. Can anyone help me with that? I have root…
zozo
  • 783
  • 3
  • 11
  • 22
-4
votes
3 answers

Suggestion needed for improvement of current server configuration

I have a LAMP server with following configuration - 32 Bit OS Debian Etch Apache 2.2 PHP 5.2 MySQL 5.0.32 Hardware 3 GB memory 2 Intel(R) Xeon(R) 1.86GHz CPUs Each Apache process taking around 10mb mememory. Apache access log is disabled.…
Pawan
  • 123
  • 1
  • 5
-5
votes
1 answer

Startup with no devops experience, having scaling issues

hopefully I can get some help here, even though I have a pretty vague issue. We created a startup that is starting to get quite a bit of traffic. We set up a load balancer to 2 pretty large servers. One server handles our database, but it load…
kevinkt
  • 91
  • 1
-7
votes
1 answer

LAMP Installation and security

I installed LAMP server on Ubuntu 13.04 using this tutorial word to word. It worked nicely. But I am hardly able to understand these steps : $ sudo usermod -a -G www-data your_user $ sudo chgrp -R www-data /var/www $ sudo chmod -R g+w /var/www $…
user58859
  • 518
  • 3
  • 8
  • 17
-7
votes
1 answer

2GB RAM VPS with LAMP. How can i improve performance and loading times?

I recently upgraded my VPS(OpenVZ VT) to 2GB of RAM. Despite the configuration changes i make to the LAMP stack the websites loading times take up to 5-10 seconds to fully load. I use prefork with apc enabled on Centos 6.3. I have installed the…
vsapountzis
  • 123
  • 6
1 2 3
44
45