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
-1
votes
2 answers

LAMP make website public

POST EXISTS IN UBUNTU FORUMS ALSO Hello all, As the title describes i am trying to make my website public from a LAMP setup. I trying but i am failing... so if you could give that extra push it would be much appreciated! My setup: -VMWARE 9.0.2…
czioutas
  • 91
  • 5
-1
votes
3 answers

Is it possible to automatically restart crashed services in Linux?

I am Using Ubuntu Server and would like to know if it's possible to automatically restart services that go unresponsive. I am operating a standard LAMP stack and occasionally vital services need to be restarted but I want to do it in a programmatic…
chrisjlee
  • 1,005
  • 2
  • 13
  • 21
-1
votes
3 answers

Looking for modules to increase Apache and PHP Performance

We are looking for modules that will increase performance for apache and php, we know that the fastcgi module will help our page load times, is there any other modules out there that will give us a performance increasing boost? Thank you! Jeff
-1
votes
1 answer

Using subdomains, separate databases, and virtual hosts to scale SAAS

I am building office management software on a LAMP server on a SAAS model. My clients typically have 5-10 thousand customers they are tracking with all of their contact, invoicing, appointment information. I want to keep each clients information in…
Jared Green
  • 71
  • 1
  • 6
-1
votes
1 answer

Book on Modern System Architecture for Web applications

I'm looking for some reading material on architecting and system admin tools etc for building web applications from small to large detailing the recommended and appropriate steps as you grow? In my case the environment is a LAMP.
Derek Organ
  • 591
  • 1
  • 10
  • 20
-1
votes
3 answers

Managing Linux Server for a Website

I'm currently building a website using the LAMP stack and would really like to learn how to manage Linux servers running my website. My question is, what certifications and online videos are available for teaching me how to manage Linux servers for…
Anthony
  • 201
  • 1
  • 6
  • 12
-1
votes
1 answer

VirtualBox Networking with Turnkey LAMP (Networking not configured)

A few months ago i set up a LAMP-Server Appliance from Turnkey for VirtualBox. After installing some application based on this LAMP-Appliance, i exported an Appliance of these states. Now i wanted to import again from one of these states via…
-1
votes
2 answers

What configurations need to be set for a LAMP server for heavy traffic?

I was contracted to make a groupon-clone website for my client. It was done in PHP with MYSQL and I plan to host it on an Amazon EC2 server. My client warned me that he will be email blasting to about 10k customers so my site needs to be able to…
James Gu
  • 195
  • 1
  • 1
  • 3
-1
votes
4 answers

What are specific differences between a windows server and a LAMP server, and which one should I learn about?

For the past 6 or 8 months I've been working a lot with .NET. I've learned about web services (though I'm no expert) and recently I've developed a strong interest in web servers and I really want to set up my own. I have an old desktop computer with…
Jcox92
  • 11
  • 1
-1
votes
2 answers

install lamp on ubuntu 11.04 desktop - localhost not working

I just ran sudo apt-get install lamp-server^ on my Ubuntu 11.04 Desktop computer to get my localhost server up and running. Now when I type in localhost to my web browser it only shows .html files that are in the var/www/ folder and not php. When I…
codedude
  • 117
  • 1
  • 1
  • 6
-1
votes
2 answers

web page slow load due to long DNS lookup

My website currently is running slow when doing certain AJAX calls. If I do the ajax action consecutively in a row, it is fine. But if I pause for a few minutes and then fire off the ajax event, the response would take a long time. The reason,…
samxli
  • 203
  • 1
  • 3
  • 11
-1
votes
4 answers

Why apache2 process are using 190MB of virtual memory?

I have a big problem with my apache2. I am on LAMP with debian 6, 64bit. Here a screen after 24h of running, ordered by %MEM: you can see VIRT for apache2 is 186mb. That's not good at all. What Can I do? Consider this apache servs only a couple of…
dynamic
  • 740
  • 6
  • 17
  • 32
-1
votes
1 answer

Packaging LAMP with ssl despite it being a crypto

I've come across this statement on the apache web site. The OpenSSL library is cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of …
don
-1
votes
1 answer

(PART 3) Docker environment for PHP Framework from scratch

i am runing this docker composer files with this enviroment: version: "3.1" services: mysql: container_name: mysql image: 'mysql:8.0' working_dir: /application command: --default-authentication-plugin=mysql_native_password …
-2
votes
2 answers

How to remove connection time out links form RHEL

I want uninstall LAMP from my REDHAT virtual server and reinstall back it again but i don't have internet access on my server and when i uninstall mysql from my server i getting below error please help me how i do it. I am new in linux server. Also…
Dexter
  • 109
  • 5