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
0 answers

Apache ServerName being ignored

Apache seems to ignore the ServerName for a particular virtual host. I have posted the output of apachectl -S: VirtualHost configuration: 81.145.239.71:80 www.actualvirtual.co.uk (/opt/bitnami/apache2/conf/extra/httpd-vhosts.conf:23) …
2
votes
2 answers

Need Help Upgrading LAMP (Centos) Server

I just took over the server admin duties for a CENTOS box (6.5-FINAL), and I need some direction, as I don't come from the LAMP side. The box is running: L: CentOS 6.5 FINAL A: 2.2.15 (Centos) M: 5.5.36 P: 5.4.26 phpMyAdmin: 3.44 Now, I know the…
Red Knight 11
  • 33
  • 1
  • 4
2
votes
0 answers

Unable to login to MySQL on ownCloud using PHP - SQLSTATE[28000] [1045] Access Denied

I get a SQLSTATE[28000] [1045] Access Denied error every time I try to connect my ownCloud instance to my MySQL database as @localhost. This is on a clean, newly installed copy of Ubuntu server with a LAMP stack. After going round the…
Jamie Scott
  • 141
  • 5
2
votes
1 answer

How to solve intermittent server hangs? Write to (and read from) a disk stops completely

We have a LAMP server for about 6 months. CentOS 7.0 It ran non stop without a restart for the first 3 months then it hang. Then it run for the next 2 months (also non stop without a restart) then it hang again. Then it run for the 14 days then it…
alxsr
  • 21
  • 3
2
votes
0 answers

Apache2 could not be installed

When I run apt-get install apache2 I get some error: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation…
Mr. Tomas
  • 121
  • 3
2
votes
1 answer

Website sometimes takes long time to load

I am running a LAMP system with Ubuntu 14.04. I have 4 cores and 8GB Ram on my server The problem is that when I connect to my website after idle period( 2-3 hours or more) the it takes lot of time to load. Some times around 60-110 seconds. The…
2
votes
1 answer

chkconfig shows off in all levels but it running

In my CentOS6 machine, chkconfig shows about httpd as below, but running automatically whenever reboot the system. httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off What can I check more to know which init logic make it? Note…
Youngjae
  • 123
  • 4
2
votes
5 answers

LAMP Security CentOS

I'm kinda new with servers, but I know my way around. Now I've got a server configured, only I'd like to know if this setup is safe for production use, or if I could do some things better. OS: Centos 5.3, basic installation with Apache, MySQL and…
Stefan
2
votes
1 answer

How can I set up a testbed LAMP stack on an Ubuntu 9.04 desktop installation?

What's the best way to set up an Apache/MySQL/Perl CGI environment starting from an Ubuntu 9.04 desktop installation? I'd like to be able to do this either from within a VM or on a "real" installation, if that makes any difference. Which packages…
Adam Bellaire
  • 1,190
  • 1
  • 7
  • 10
2
votes
2 answers

How to install mcrypt in dual PHP version CentOS 6?

I have two parallel versions of PHP installed on CentOS 6.5 via this method [root@host ~]# php -i | grep "PHP Version" PHP Version => 5.3.3 [root@host ~]# /opt/rh/php54/root/usr/bin/php -i | grep "PHP Version" PHP Version => 5.4.16 The installs…
Gaia
  • 1,855
  • 5
  • 34
  • 60
2
votes
1 answer

Can a Docker container uses the full CPU power and memory of the host OS?

I am new to Docker, but I have experience of using VM and hypervisor. Referring to Docker introduction and this image, Docker containers are isolated but share the same host OS. If we deploy only 1 Docker container (e.g. LAMP app) in a host OS, can…
userpal
  • 613
  • 4
  • 10
  • 17
2
votes
1 answer

How do I enable W3C extended logging on Apache (LAMP or XAMPP)?

How can I enable W3C extended log format on LAMP and where will the default log directory be located (and named what)? (or XAMPP)
nona urbiz
  • 187
  • 1
  • 1
  • 11
2
votes
2 answers

403 Forbidden on lamp-server vhost

This is on my dev machine which is running Linux mint 16 (which is based on Ubuntu 13.10). I installed lamp via: apt install lamp-server^ and am running Apache 2.4.6 Upon installing lamp I created an info.php file to run phpinfo(); in /var/www,…
Daniel Toebe
  • 133
  • 2
  • 5
2
votes
5 answers

I'm unable to symlink a directory into /var/www/html

I've read up on this subject at so many resources but I'm still struggling to get this right. Background: I'm using an Amazon EC2 instance with a LAMP setup I have this repo on bitbucket that has several directories: _fixtures, oldfiles, psds,…
juuga
  • 203
  • 2
  • 3
  • 6
2
votes
1 answer

Need advice on documenting LAMP web site

I need to document my web site. It is a music web site on Linux/Apache/MySQL/PHP on AWS. I need to document everything: architecture (5 servers), database (100+ tables), php classes, programming constructs, and process flows. I'm familiar with…
molbit
  • 21
  • 1