Questions tagged [lampp]

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

Since its creation, the LAMP model has been adapted to other componentry, though typically consisting of free and open-source software. For example, an equivalent installation on the Microsoft Windows family of operating systems is known as .

Use this tag for programming questions related to the LAMP programs.

Source: Wikipedia

292 questions
1
vote
0 answers

Xampp-Lampp fedora linux localhost is currently unable to handle this request. HTTP ERROR 500

I have php project on Win and Linux it works normally on linux but it gives this error when I run in the browerser on Linux localhost is currently unable to handle this request. HTTP ERROR 500 When I delete these lines of code which is instace of a…
Michael
  • 31
  • 6
1
vote
0 answers

Laravel 8.x Error Command schema:dump on linux

I want to export the database, right in laravel 8.x there is a new command for it, namely using php artisan schema:dump, but I found an error, as follows : sh: 1: mysqldump: not found Symfony\Component\Process\Exception\ProcessFailedException The…
Rizal ihwan
  • 41
  • 1
  • 4
1
vote
1 answer

How to fix problem when i install packages Maatwebsite/Excell on linux

I want to install the maatwebsite / excell package on my project, but I got an error installing these packages on linux, When i run : composer update/install or composer require maatwebsite/excel, i found this error Your requirements could not be…
Rizal ihwan
  • 41
  • 1
  • 4
1
vote
1 answer

How can I access my localhost from my Android device

I am using Linux Fedora. I have Xampp/Lampp installed. I have run Xampp/Lampp from terminal sudo su /opt/lampp/lampp start Output : Starting XAMPP for Linux 8.0.2-0... XAMPP: Starting Apache...ok. XAMPP: Starting MySQL...ok. XAMPP: Starting…
user15336431
1
vote
0 answers

SQLSTATE[HY000] [2002] No such file or directory in Lampp Ubuntu

i've installed a server pc in ubuntu with lampp, it's working fine for 2 years, but yesterday i got a report that the server not working like they used to. So i check apache and mysql status, here's what i'v found i've tried to restart apache and…
naoval
  • 338
  • 6
  • 29
1
vote
1 answer

MySQL restore table from XAMPP issue

I used to rely on XAMPP in my Kubuntu 18.04 which located in /opt/lampp. I uninstalled the XAMPP and had a whole folder backup in this directory before that, and eager to install all the LAMP stack individually, which i installed apache2,…
Vicky Sultan
  • 73
  • 2
  • 15
1
vote
1 answer

Apache default configurarion file

I've installed LAMPP stack that includes Apache, from Apache documentation I understand that if I install Apache form package manager, the default configuration file will be /etc/apache2/apache2.conf, but if I install it from something else it may…
zyydoosh
  • 387
  • 2
  • 14
1
vote
0 answers

Xampp Unix - Absolute file paths?

Environment: Lampp on a Ubuntu build Problem: When I was doing web development on a windows server the include('/');