Questions tagged [xampp]

XAMPP is a cross-platform distribution containing Apache, MySQL, PHP and Perl. It is NOT packaged in Ubuntu! Installing LAMP, which consists of the same components, is recommended instead and as easy as installing XAMPP.

XAMPP is a free and open source cross-platform web server stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages.

XAMPP is not available as a package from the Ubuntu repositories and has to be installed and maintained manually.

Ubuntu provides packages for the individual components that make up XAMPP, as all major Linux ditributions do. This so called LAMP stack can be installed with only one command in Ubuntu and will automatically receive security patches via software update process (APT package manager) for as long as the release is supported by Canonical.

See the tag wiki page here on AskUbuntu for more details.

399 questions
60
votes
9 answers

Ubuntu 16.04 - How to start xampp control panel

How can I start xampp? After the installation there was no shortcut created on the desctop, now I am unable to find it. I am using the latest XAMPP for Linux 5.6.30, 7.0.15 & 7.1.1 The panel started right after the installation, but I am unable to…
Black
  • 801
10
votes
6 answers

How to save php file in /opt/lampp/htdocs without going to terminal and type sudo gedit?

I am very new to Ubuntu and I still don't understand a lot of basic concepts so please bear with me. I successfully installed XAMPP 1.7.4 in my ubuntu 11.04. The XAMPP is installed in /opt/lampp. I know how to write php file in /opt/lampp/htdocs…
Moron
  • 2,065
8
votes
5 answers

I can not access phpmyadmin after installing Lampp(XAMPP for Linux 1.8.1) on Ubuntu 12.04

Im seeing this error while trying to open phpmyadmin (http://127.0.0.1/phpmyadmin) : `New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file…
5
votes
2 answers

error installing xampp 1.8.1 in ubuntu 12.10

sudo apt-get install xampp after above step the following error is shown Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an…
4
votes
3 answers

MySQL is not working in XAMPP 7.3.0-0 "/opt/lampp/bin/mysql.server: 260: kill: No such process"

when it tries to start XAMPP I am getting the following error and then the MySQL stops. ERROR: "/opt/lampp/bin/mysql.server: 260: kill: No such process" Any help how I can fix this. thank you.
4
votes
1 answer

Ubuntu 18.04 XAMPP desktop icon "There was an error launching the application"

I created an icon on the desktop and entered the following code: [Desktop Entry] Encoding=UTF-8 Name=XAMPP Control Panel Comment=Start and Stop XAMPP Exec=gksudo…
eric
  • 41
3
votes
2 answers

how to install xampp or lamp-server

when i want to install xampp server using this command xampp-linux-x64-5.5.30-0-installer it shows me error: chmod: cannot access ‘xampp-linux-*-xampp-linux-x64-5.5.30-0-installer.run’: No such file or directory
2
votes
1 answer

What is the advantage of using xampp? Why not directly install Apache, PHP, composer, MySQL and phpmyadmin?

I am a new user of Ubuntu. I am using the desktop version. I just directly installed apache2, required php version, composer, phpmyadmin and mysql. I have configured them manually. I view directly from www/html folder. So, why would a Linux user…
Aravind
  • 908
2
votes
1 answer

xampp vs lampp and how to tell the difference

If I open my GUI using the command "cd / opt/lampp" but the app is called xampp (I got it from the xampp website as instructed by my professor), is it lampp or xampp? How can I know the difference? People are saying xampp is a security hazard for…
Douglas
  • 21
1
vote
2 answers

Trying to XAMPP on Ubuntu 14.04

I install XAMPP and installation is successful but I am not able to start XAMPP. I get the following message: Starting XAMPP for Linux 5.6.14-0... XAMPP: Starting Apache...fail. XAMPP: Another web server is already running. XAMPP: Starting…
1
vote
2 answers

Error when install xampp

when using apt-get install xampp i get this Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package xampp How can i fix this, thanks.
1
vote
5 answers

xampp: Apache WebServer is stopped

I am using Ubuntu 14.04. I've installed xampp. When I open the xampp control panel (as root/another user) all the services start running when I click start except Apache WebServer. What can I do to make it start?
1
vote
1 answer

Localhost Not Found Xampp

I used xampp 2-3 months ago ... now I want to use it again and I have the same projects in the same folders but when I try to access localhost i recive a 404 Not Found error. I don't understant why I have this error because I didn't changed…
Nistor Cristian
  • 63
  • 2
  • 4
  • 8
1
vote
1 answer

Not finding Xampp in ubuntu software center?

Hi all I'm trying to install xampp but I am unable to do it. I searched many things but wont work for me. I dont know what is happening in my system because even the ubuntu center is unable to find the xampp and lampp both. What should I do now. How…
Waseem
  • 191
  • 1
  • 3
  • 6
1
vote
2 answers

How to install multiple versions of XAMPP?

I'm having trouble installing multiple versions of XAMPP on my machine. I am currently using version 1.7.7 and installed it in /opt/lampp, but I also need to install the previous version which is version 1.7.1. So I downloaded and installed version…
1
2 3