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

Set my local (sandbox) web server to function like my hosted live one?

I am using a WAMP stack at home to do most of my coding, and have hired a hosting company that uses a LAMP stack to host my data. One of the most annoying things that this is causing me is that images in my html need to be in the form of
-1
votes
1 answer

Diagnosing Linux OOM Logs

Repeatedly facing mysqld out of memory. Lots of PHP processes spawned, taking up all the swap. [562074.326710] mysqld invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0 [562074.329646] mysqld cpuset=/…
sgr12
  • 101
  • 1
-1
votes
1 answer

Connection reset when trying to access / with a FallbackResource rule

I am having an issue where my site is working as intended for all urls except the base url of example.com/. When I try to access that in particular I get a connection reset. I have reduced my site to extremely bare bones, and now consists of only a…
-1
votes
1 answer

Step by step configuration of Ubuntu server for LAMP with remote FTP/SSH and GIT access

This is the first time I had to configure an Unix Server as a remote server for a website based on LAMP. It also need to offer SFTP and GIT support. I read a lot of guides and I wrote down all the steps those I did. It is working right now. I would…
Bedo
  • 107
  • 1
  • 6
-1
votes
1 answer

LAMP stack with apache and php on one linux server and mysql on a different linux server

I am pretty new to linux and LAMP setup. I want to setup a LAMP environment with AP on one linux server and M on a different linux server. I have a hard time finding a relevant document with such a configuration. I have done the following steps so…
pradeep
  • 1
  • 2
-1
votes
1 answer

Found someone hacking in my LAMP server centos 7 using GET request with WGET

This is a bit confusing and I think I was hit by a shellshock, by the way I'm not a sysadmin and only know a little bit about handling a linux. I'm running a website (LAMP) and hosting it in Digital Ocean. The server is centos 7 and installed a few…
-1
votes
3 answers

HTTPS url Works - HTTP does not, broken with SSL install

I was recently just installing SSL onto my server / website. Once I finished all the steps, I went to check my website using the https://www.breakwatersurfcompany.com which worked great, however. My www.breakwatersurf.com or…
Tantrik
  • 7
  • 2
-1
votes
1 answer

PhpMyAdmin Blank Page on fodora 22 localhost server

I follow this guide to install LAMP server on fedora 22 workstation How To Install LAMP Stack (Apache, MariaDB And PHP) In Fedora 22 Everything working well except phpmyadmin. When i need access it of the browser i see nothing (blank page) How i can…
Just User
  • 131
  • 6
-1
votes
1 answer

Apache set max Content-Range

The Question: Client asks for: Range:bytes=0- Server responds with: Content-Length:8396748 Content-Range:bytes 0-8396747/8396748 I want to limit that Content-Range to 1MB chunks so the server would respond like…
user1133275
  • 219
  • 1
  • 11
-1
votes
1 answer

Correct packages to install LAMP on ubuntu

I have read some tutorials about install LAMP and I have seen that they install differents packages for MySQL and PHP. For example to install MySQL: 1. mysql-server 2. mysql-server libapache2-mod-auth-mysql php5-mysql 3. mysql-server mysql-client…
-1
votes
2 answers

Apache DDOS Prevention

Moved from Stackoverflow. I have a LAMP server running Ubuntu with security programs such as Denyhosts, Fail2ban and with Mod_security installed but seem to constantly be the target of a DDOS attack. Here is a section of the access.log: …
Thomas
  • 11
  • 3
-1
votes
2 answers

Connective Lamp Server to Windows Domain

I recently made a centos lamp server running apache mysql and php. I have wordpress and phpbb3 installed and running on the server. The linux server is running in the same building as a windows 2003 server. Is there a way to connect the linux and…
-1
votes
1 answer

Lenovo ix4-300d - apt-get not working

I just bought a NAS (Lenovo ix4-300d) that's running Debian, and I just found out how to enable SSH. I want to install Apache, MySQL and PHP for local development. When I'm trying to use apt-get, I get the following error: login as:…
-1
votes
1 answer

How can I duplicate LAMP install stack on another Centos 6.4 with minimal commands

I have just made new amazon ec2 instance and i want to install LAMP stack with all plugins or modules required. I already have local host where i have everything installed. Is there any way that i get whats all modules /packages are installed on…
-1
votes
1 answer

Custom file name extension for Apache webserver

I pay for a very common LAMP webhost. I was wondering if I could have custom extensions for my files. Let' say I have this url, for instance: http://www.mysite/custom.php how do I change that to something like: http://www.mysite/custom.name just…