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
-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
  • 8
  • 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…
-2
votes
5 answers

Which Linux distribution is suitable for serverside development and somewhat easy to use?

I need to setup a Linux-based server which is going to be the backend for our web services. This is what I need: (In order of importance) A GUI to manage applications and files It would be running a custom built C++ server Probably also the LAMP…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
-2
votes
1 answer

PHP 5.3 on CentOS does not work.

On a CentOS, PHP 5.3 is installed, but does not work, do you have to somehow start something? Apache is started and Apache 2 Test Page is displayed alright. I added a testphp.php file with the following and browsing to the file just shows the…
Majid Fouladpour
  • 311
  • 5
  • 19
-2
votes
1 answer

Regarding Hosting Static website in Digital ocean spaces

I need to host my static website in Digital ocean space. I am looking for something similar that we do in AWS S3 static website hosting in the Digital ocean. Is the feature is available in DO? Looking for some DO experts to render their hands on…
-3
votes
3 answers

Securing MySQL given root access on a server

Let's say a hacker gains root access to a server containing password protected MySQL. Well, if we they simply reset the MySQL root password, given a few simple commands, doesn't that defeat the point in having it password protected in the first…
Luka
  • 119
  • 5
-3
votes
2 answers

php file permission 600 gives me a blank page in localhost

When I set the file permission to 644 for php files, it works. But if I give them 600 then they give me blank pages. And it happens only in localhost, in remote host 600 file permission for php files works just fine. My permission specs: Folder…
Jahid
  • 95
  • 2
1 2 3
44
45