Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Saturday, March 29, 2014

XAMPP 1.8.1 for Windows


-----

XAMPP 1.8.1 Installation

INTRODUCTION

XAMPP is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages. Read more at http://www.apachefriends.org/en/xampp.html .

STEPS

Choose the zip version.
2) Double-click the icon.
Copy the folder “xampp” ie CTRL+C .
3) Paste to c:\...
4) Go into the folder and find xampp-control.exe file. Double-click to run.
Note:
XAMPP has been pre-configured to run from the path c:\xampp. If you decide to put it at a different location eg c:\xampp18, you have to run setup_xampp.bat first before running xampp-control
Note:
The PHP in this package needs the Microsoft Visual C++ 2008 Redistributable package fromhttp://www.microsoft.com/en-us/download/details.aspx?id=5582 . Please ensure that the VC++ 2008 runtime libraries are installed on your system.
5) XAMPP Control Panel will appear on screen.
Note:
If your XAMPP reports that Port 80 is in use by another process, you have to either:
a) Stop that process.
Or,
b) Change Apache Main Port to a different number eg 81.
Note:
If your XAMPP reports that Port 443 is in use by another process, eg, vmware, you have to either:
a) Stop that process.
Or,
b) Change Apache SSL Port to a different number eg 444.
Note:
As a general rule, if a particular port is already in use by other processes, you have to either a) Stop the process or b) Change the port number.
All port numbers can be changed via the Service Settings window above.
You can check the active sockets (endpoint instance defined by an IP address and a port) by clicking Netstat button.
6) Creating Short Cuts.
While you are in the XAMPP home folder, you can
a) Send To Desktop (create shortcut).
or,
b) Pin to Start Menu.
Note:
It is NOT RECOMMENDED to Pin To Start Menu. This method doesn’t provide you the option to Start In a specific directory (refer below screenshot).
As a result, you may encounter error “ The system cannot find the path specified. ” when you click Start button for Tomcat.
FURTHER READING
Which is better? XAMPP or Manual installation of Apache, MySQL and PHP?

No comments:

Post a Comment