

To replace this default test page created by xampp package, create a simple html file and save it as index.html in /opt/lampp/htdocs directory. Is default firewall in Ubuntu allowing http traffic?.Did you misspell the IP address in the browser’s URL bar?.If you cannot see any welcome page after starting XAMPP in Ubuntu and your web browser says it can’t establish a connection to the web server, please check the following:
Xampp for ubuntu install#
In case, if you’re getting some errors related to netstat or command not found, then make sure that you must install net-tools package by typing sudo apt-get install net-tools.Īfter you have installed XAMPP on your Ubuntu 18.04 machine, it is good practice to verify the installation by typing your IP address with http protocol in your browser. Please note that you need to manually start XAMPP each time you restart your system.

At the end you need to finish the installation process.Īfter that, you need to start the xampp application by typing the following command from the terminal.įrom the output, it clearly shows that the XAMPP is started and already running. This will launch the Setup wizard that will direct you with the rest of the installation procedure. Next, open the command line terminal and navigate to /root/Downloads/ directory and give executable permissions to xampp package file which we downloaded in first step as shown below:Ĭommand: chmod 755 xampp-linux-圆4-7.3.nĪs a super root user ( run the following command in order to launch the graphical setup wizard.Ĭommand. The XAMPP open source package has been set up to be incredibly easy to install and to use.Ĭlick on the XAMPP for Linux option after which you will be prompted to Run the package or Save it to your system. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The very first step is to download the XAMPP package from their official website i.e.
Xampp for ubuntu how to#
In this article, we will show how to install the XAMPP ( Apache + MySQL + PHP + PERL) web server in Ubuntu 18.04. Some modules come built-in with Apache, while others can be installed using your distribution’s package management system and enabled to integrate with the web server. You can easily extend the web server’s operation by using independent, separate pieces of software called modules that provide specific functionality. As of November 2015, Apache was estimated to serve 50% of all active websites and 37% of the top servers across all domains. The Apache HTTP Server, colloquially called Apache, is the world’s most used web server software.
