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
0
votes
1 answer

Ubuntu--cant create new database with phpmyadmin its writes: no privileges

Hi I have probem with phpmyadmin on ubuntu (My desktop computer): cant create new database with phpmyadmin its writes: no privileges. How privaleges can be enable that i will able to create new database? Thanks I try your solution and I get this…
Ben
  • 775
  • 4
  • 9
  • 19
0
votes
3 answers

UBUNTU::Lamp::I develop websites on lamp, which UBUNTU version i need for develop, desktop or server ubuntu?

UBUNTU::Lamp::I develop websites on lamp, which UBUNTU version i need for develop, desktop or server ubuntu? Thanks, Yosef
Ben
  • 775
  • 4
  • 9
  • 19
0
votes
2 answers

Monitor RAM usage on CentOS and restart Apache at a certain usage

I'm running a CentOS 5.3 server with a basic LAMP stack. I've optimized LAMP and my code to run efficiently as possible, but Apache has a memory leak somewhere that kills my server every hour or so. What is the best way to write a script that will…
Chris
  • 31
  • 1
  • 5
0
votes
1 answer

Logging network activity of LAMP server using BASH

I've got a Fedora LAMP server on Amazon EC2 functioning as a HTTP pseudo-proxy (Sorry, don't know the terminology- It's not a true proxy where requests are relayed through apache, rather client requests are being translated by a PHP script, which…
Yarin
  • 1,366
  • 8
  • 19
  • 31
0
votes
2 answers

Starting with administering a linux box

I'm rather new to this, and I'd like to play with administering a linux box. Things I need to know how to do: Setup subdomains Setup FTP accounts Setup full domains / add domains MySQL setup / install / management LAMP setup / install /…
Josh K
  • 454
  • 1
  • 6
  • 18
0
votes
3 answers

Would it be smarter to setup a Linux development server at home, or to use a hosted server?

I am in the process of learning as much as I can about LAMP. I was wondering if I should set a web server on my home network, or use a service like Rackspace (cloud space)? I need to have root access, to be able to access it remotely via…
markle976
  • 147
  • 4
0
votes
3 answers

RAID options for a LAMP web server

I'm due to set up a LAMP box with four drives and a RAID controller to act as a web server. The drives are 146Gb SAS, and the machine has two quad core processors and 16Gb RAM. There will be very few write operations to the MySQL database, and I'll…
jetboy
0
votes
1 answer

Virtual Box LAMP with Vhost / Wildcard subdomains?

I have setup a lamp server in buntu 9.10 inside virtual box.. but does anybody know a way how to get wildcard subdomains working with this setup? Is it possible to only setup a DNS for the virtualbox and use this only for the development envoriment?
Chris
0
votes
4 answers

Production LAMP server

I am wanting to setup a internal development server (LAMP), I need the web team to be able to access different developments sites ie: example1.local example2.local example3.local etc from within the network. I believe it would be something to do…
Kyle Hudson
  • 202
  • 2
  • 11
0
votes
2 answers

Compiling LAMP from source - apache2 error “no MPM package installed”

I've compiled LAMP from source on a Ubuntu VPS. I had to remove a previously installed version of Apache then I manually compiled all the packages, which seems to have worked up unto a point - however, when I try to run commands like…
kenny99
0
votes
6 answers

Suggested Linux partitions layout for an LAMP server?

I need some suggestions on what would be the best approach for the partition layout for an LAMP server, that is LINUX + APACHE + PHP + MYSQL.
denica001
0
votes
0 answers

Laravel: Logging messages generated by "error_log(...)" to terminal, while running app in Apache server

The issue is this one: When I run a Laravel app from PHP server, that's it, with php artisan serve, I could see every message generated by "error_log(...)" printed in the terminal, like this: leandro@leandro-Lenovo-B50-10:~/laravel-leaflet-example$…
0
votes
1 answer

Why is mysql-server not installing correctly?

I just launched a brand-new t4g.nano instance on AWS EC2. The first thing I typed in is apt update; apt upgrade; apt install mysql-server-8.0. Here's the full log: $ ssh -i ~/downloads/*.pem ubuntu@[ip] The authenticity of host '[ip]' can't be…
Ryland Goldman
  • 33
  • 1
  • 1
  • 5
0
votes
0 answers

PHP-FPM child processes terminate for no apparent reason

// FIXED Issue was Shopware 6.5 related After weeks of unsuccessful debugging, we are now hoping for help here. We have a system where we can create test instances for Shopware 5 and Shopware 6. The applications are not special and run on LAMP…
Rafael
  • 1
  • 1
0
votes
0 answers

Bind9 and Web Server on the same machine + domain setup

I want to ask can I setup for example LAMP with all domains and Bind9 on the same machine ? If yes, ok. Now I have one .com domain for example : site.com Now I want to understand the steps to do to have in the end this: ns1.site.com ns2.site.com In…