Questions tagged [xampp]

XAMPP is a cross-platform Apache distribution bundled with MySQL, PHP and Perl.

XAMPP is an Apache distribution containing MySQL, PHP, Perl, Mercury (mail server), phpMyAdmin and Tomcat. Its acronymous name also suggests this, as mentioned below.

The philosophy behind XAMPP is to build an easy-to-install distribution for developers to get into the world of Apache and easy local web hosting on one's own computer.

XAMPP is a compilation of free software. It is compatible with Windows, Linux, Mac, and Solaris. It's, also, free of charge and it's free to copy under the terms of the GNU General Public License.

From version 1.7.4, Tomcat has been a part of the basic package and from version 1.7.2 Perl has been a part of the basic package. There are addon packages called BitNami for XAMPP that are able to install some popular applications, easily, into your working XAMPP packages such as WordPress, Joomla, Drupal, etc.

The name "XAMPP" is an abbreviation for:

  • X (cross) means cross-platform
  • Apache
  • MySQL
  • PHP
  • Perl.

Resources

Latest version:

Windows, Linux, OS X: 8.2.0 (PHP 8.2.0)

12601 questions
2
votes
1 answer

How do I use React and xampp together?

I'm trying to build a React application that talks to a MariaDB/MySQL database on my local PC. I am running two servers 1) npm start for the development server to simulate the client, and 2) xampp to simulate the server. I have created a test…
Jim
  • 55
  • 1
  • 6
2
votes
0 answers

Trying to upload an screenshot from Unity to web server

I am currently trying to upload a screenshot taken from Unity and Post it to my web server, storing it in a folder. (I am using XAMPP for testing this) I can take the screenshot without any problems, but I think I'm doing something wrong when trying…
Emu
  • 21
  • 2
2
votes
1 answer

executing a prepared statement with an array of insert values doesn't work

I'm trying to de a SELECT in php on my database with a prepared statement, using an array of insert values. At the moment I work with stored procedures and my code looks likt this: $user_id = $user["id_user_key"]; $is_active = 1; $stmt =…
dexter
  • 155
  • 2
  • 15
2
votes
3 answers

How to autostart XAMPP and Laravel project in Windows

I need to setup my Laravel application and XAMPP locally in Windows so that it can be accessed from multiple PCs in my local network. I've set it up successfully, but now I want to autostart my Laravel application and XAMPP when Windows is started.
Inversemaha
  • 61
  • 1
  • 10
2
votes
0 answers

XAMPP For Linux - PHP Version

I installed LAMPP by downloading installer and running (I already had older version installed): chmod 755 xampp-linux-*-installer.run sudo ./xampp-linux-*-installer.run Once I start LAMPP: sudo /opt/lampp/lampp start I get the following…
AlexBor
  • 151
  • 2
  • 12
2
votes
1 answer

install older version of php in xampp?

I am using xampp for my development, however the bundled version is 1.5.3, our servers are only 1.5.2.6 hence, I need to downgrade php so I dont use any 5.3 features. Is this possible?
Hailwood
  • 89,623
  • 107
  • 270
  • 423
2
votes
1 answer

How to correctly set virtualhost

I have a problem with creating a new virtual host on xampp. Here is my snippet NameVirtualHost *:8080 ServerName origtravel.test DocumentRoot "D:\e.batgerel\development\projects\origtravelnew" DirectoryIndex…
batgerel.e
  • 837
  • 1
  • 10
  • 31
2
votes
1 answer

Using Vue CLI 3 on XAMPP

A little background.. As mentioned before in https://forum.vuejs.org/t/how-to-make-webpack-vue-work-on-xampp/33808. And it works when I put my Vue project directly in htdocs like this. htdocs/ | - css/ | - js/ | etc.. However I'm using it…
Irfandy Jip
  • 1,308
  • 1
  • 18
  • 36
2
votes
1 answer

Apache Issue with user/ group on httpd.conf - permissions

I have a codeigniter project that runs on xampp. When I run a php command mkdir I get the error "Permission denied". It turns out that the php user and the computer user doesn't have the same name. So I change in the httpd.conf file the lines User…
Spy
  • 153
  • 10
2
votes
2 answers

Warning: require_once(): failed to open stream: No such file or directory in

I'm including PHP Class like that require_once(realpath($_SERVER["DOCUMENT_ROOT"]).'\xampp\htdocs\aclass\classfile.php'); but when i executed the code thow a error Warning: require_once(C:\xampp\htdocs\xampp\htdocs\aclass\classfile.php): failed…
KAMAL96
  • 37
  • 1
  • 3
  • 8
2
votes
0 answers

Debugging Laravel application and how it is running?

I was brought in to work on and modernize a web application that is hosted on a Windows EC2 instance. There is no real source control or local development right now, all changes are done in master on the production server. The first thing I want to…
Vishaal Kalwani
  • 730
  • 1
  • 7
  • 20
2
votes
2 answers

Getting error "An operation on a socket could not be performed..." with XAMPP and Windows again and again

I have a PHP application which is running under XAMPP (Windows Environment : Windows server 2012). Now very often I am getting an error while trying to login via a MySql web client (adminer https://www.adminer.org/) as follow; An operation on a…
KOUSIK MANDAL
  • 2,002
  • 1
  • 21
  • 46
2
votes
1 answer

How to access XAMPP virtual host from another computer or device?

I want to access my virtual host using my phone or my other computer the problem is I cannot access my site using the server name I can only access the site using the IP address of the server. I changed the port to 7777 When I tried…
user10200885
2
votes
2 answers

Cannot connect MySQL to XAMPP

I am trying to connect my MySQL database to XAMPP. Whenever I try to press start MySQL on XAMPP, it will not run and I get an error: Port 3306 in use by "Unable to open process"! MySQL WILL NOT start without the configured ports free! You need to…
2
votes
5 answers

Can't find XAMPP's httpd-xampp.conf file on MacOs Mojave

I'm experiencing the problem discussed in this thread: New xampp security concept: Access Forbidden Error 403 - Windows 7 - phpMyAdmin To solve it I apparently need to make some changes to the httpd-xampp.conf file. I however don't know how to…
brightshadow
  • 21
  • 1
  • 1
  • 2