Most voted "lamp" questions
Linux, Apache, Mysql and PHP
Learn more…15 questions
Sort by count of
-
5
votes4
answers58320
viewsError: Access denied for user 'root'@'localhost' (using password:NO) accessing Website
Good afternoon, I’ve been trying to run a website through a Raspberry to access with remote access. I installed OS Pipplware, along with Lamp and phpmyadmin. I sent through Filezilla the website…
-
4
votes1
answer648
viewsaccent problems when running php
Good morning guys, I’m having trouble executing the code php in the browser, in any browser, it does not recognize the accent. It was necessary to use the following line of code for the accent to be…
-
3
votes2
answers300
viewsCreate virtualhost in windows (apache in Ubuntu)
I’m trying to set up mine apache to access a folder in my HD with windows, have 2 hds on the machine, a ubuntu and the other the windows. The apache already installed, including I have created the…
-
3
votes2
answers219
viewsContainer LAMP with Debian Stretch
I performed some searches on the internet and found no instructions for mounting a LAMP container using the official Debian Stretch image (https://hub.docker.com/_/debian/). The idea would be to…
-
3
votes0
answers48
viewsYou can use different versions of PHP on lampp
I am using linux Manjaro with lampp local server, however the version of my php is 7.2 but I want to use 5.6 to do some tests, my question is if it is possible to do this procedure using lampp ?…
-
2
votes1
answer14715
viewsHow to remove/uninstall the entire LAMP layer?
I have a web server on which I would like to remove the entire LAMP layer in order to perform root reinstallation of all packages, as I can perform this operation?
-
2
votes1
answer2049
viewsHow to install older versions of PHP below php 5.5?
I heard that in the Ubuntu contains packages already available for installation, well, I confirmed and really it’s true, I just installed that came with php5.5, I need the php5.2.17, for…
-
2
votes1
answer2976
viewsPhp does not connect to database (Mysql)
So, I started recently with php and tried to do a simple crud with php+mysql but, I had a problem that I believe is the connection with mysql. when loading the action (action) into html, the page is…
-
1
votes0
answers74
views -
1
votes1
answer163
viewsapt - Apache2 package does not have "apache2.conf" file
I recently started using Ubuntu 16.04 I’m following this tutorial to install the LAMP. sudo apt-get install apache2 After encountering several errors, I realized that the package is coming without…
-
0
votes1
answer81
viewsDoubt about LAMP development environment with Vagrant and provisioning with Puppet
After some problems regarding the incompatibility of locally developed applications with the server, I decided to use the tool Vagrant. I followed some tutorials, read your documentation, created my…
-
0
votes2
answers630
viewsIP Blocked remote access mysql linux debian
I’m making the following mistake: [exec] mysqladmin: connect to server at '179.111.225.163' failed [exec] error: 'Access denied for user 'rqtecnologia'@'177.21.38.34' (using password: YES)' I’ve…
-
0
votes2
answers1136
viewsInstall PHPMYADMIN on linux with php5.6
Hello, I am configuring a machine with php5.6, I have installed and configured apache, php5.6 and mysql, now I want to install phpmyadmin, the problem is that when trying to install through apt it…
-
0
votes1
answer80
viewsClasses do not load! Script runs on xampp but does not run on LAMP/LEMP/VPS
Guys, I made a very light and simple script. In xampp it runs normal, but when I go up to any server does not go at all. I’ve tried the Lamp, Lemp (From Digital Ocean), at VPS (Dreamhost), but it…
-
-3
votes1
answer2234
viewsHow to change the website folder in Apache2?
I need help setting up the LAMP. Everything is working perfectly. The things I’d like to change are mere whims, but I still find it interesting. I would like to change the root directory. In case it…