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)
658 questions
-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
  • 107
  • 1
  • 5
-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
  • 730
  • 6
  • 17
  • 31
-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
-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
-2
votes
1 answer

How to config apache for a local network app?

Hey guys I'm really new to this please forgive me if I butcher all the terminology. I've managed to get a lamp-server running for my small business and have created a small webapp that runs on the server. How do configure apache to only allow other…
Pav Dis
  • 3
  • 1
-2
votes
1 answer

Sendmail works fine but PHP is unable to use that

I have a problem sending mail with PHP on a LAMP (redhat 7 server). I have configured sendmail, with which I am able to send email using the following: $ sendmail toemail@something.com message body ctrl+d (sends…
-2
votes
2 answers

Website is down and unable to login via SSH / Putty on Ubuntu 14.04 x64 Digitalocean

I have a Magento website on degitalocean.com and I am unable to login via SSH or SFTP. Almost every alternate day I'm facing this problem and I have to restart my droplet via digitalocean account to make website working. Few days ago it was giving…
manish
  • 1
  • 1
-2
votes
1 answer

My wordpress blog posts do not load after I moved it to the VPS

I transferred one of my wordpress blog from shared hosting to VPS. I used this tutorial to install wordpress and this tutorial to move my site. After I transferred my site example.com is loading nicely but example.com/mypost/ do not load. It says…
user58859
  • 518
  • 3
  • 7
  • 17
-2
votes
1 answer

Improve LAMP performance Ubuntu 12.0.4

cpu 1.3% mem 476/490MB swap 347/511mb tasks: 43, 29 thr; 1 running load average: 0.10 0.08 0.06 via htop:
/usr/sbin/apache2 -k start (listed 8x @ 8.1% mem each) /usr/sbin/mysqld (listed 24x @ 2.1% mem each) if I restart apache, pages load…
Charles
  • 41
  • 1
  • 1
  • 5
-2
votes
1 answer

How to launch a site with high future growth potential.

I hope I have what is a straightforward question. As I am sure the steps of setting this up are complicated I would like to know a few things. We have a team that has been working on a great platform that is near ready for completion. We have…
DEVPROCB
  • 101
  • 3
-2
votes
1 answer

Full-featured web server (cPanel, Softaculous) running under VMware for multiple projects?

I love working on WordPress installations locally, mainly because of the speed. No lag, no overworked web hosts. Super-snappy, instant response. I found quite a few ready-to-use solutions in the form of pre-built appliances, such as Bitnami…
Flix
  • 5
  • 3
-2
votes
1 answer

Centos LAMP CMS will only show home page

I'm having trouble getting the sub pages of a CMS working on a Centos virtual machine. In a web browser, if I go to localhost I see “Apache 2 Test Page powered by CentOS”. If I go to localhost/index.php then I see my joomla's website home page. …
brian
  • 113
  • 1
  • 1
  • 6
-2
votes
3 answers

Recover Linux server following accidental `rm` in /etc

I have a linux server (Debian squeeze) set up. It's primary focus is to run LAMP. I also use it for stuff like mumble (voice chat) and minecraft servers. In the beginning everything was running fine. Then things started to happen. Stuff like java…
Axel Latvala
  • 201
  • 1
  • 4
  • 12
-2
votes
1 answer

LAMP server hosting multiple domains - how to ensure each domain's files and users locked to only that domain?

I have a LAMP server (Ubuntu) running PHP. I want to host multiple domains on it. My plan is to create different user for each domain because I want to make sure if one domain gets hacked, it wont affect other domains. My worry is if one domain gets…
1 2 3
43
44