Install Xampp with the existance of IIS

Preview:

DESCRIPTION

A very simple presentation that consists of installing Xampp localhost server on windows with the existance of IIS Installed that may help everybody with the known issue of port 80. Link : http://www.apachefriends.org/en/xampp-windows.html

Citation preview

WITH IIS

Install Xampp for windows

© Copyright 2013 Ahmed Alaa El-Din

Step 1:

Download Xampp from the official website. link is in the description

© Copyright 2013 Ahmed Alaa El-Din

Step 2:

Run the installer , choose your required language then click Next

© Copyright 2013 Ahmed Alaa El-Din

Step 3:

Choose your destination and click Next

© Copyright 2013 Ahmed Alaa El-Din

Step 4:

Check the 3 services (Apache – MySQL – Filezilla) and click Install

© Copyright 2013 Ahmed Alaa El-Din

Step 5:

Leave it installing its components , Then run XAMPP Control Panel

© Copyright 2013 Ahmed Alaa El-Din

Step 6:

If you don’t have IIS, then you are done . Start the services , open your browser and type localhost/

© Copyright 2013 Ahmed Alaa El-Din

Step 7:

If you have IIS running , you won’t be able to run Apache service because port 80 is taken to IIS.

Solution?You need to change the port 80 of Xampp to anything else like 8080 or 1234 etc and when typing the link on browser,you will type the following : localhost:8080/ or localhost:1234/

Step 8:

1. Exit Control Panel and open your Xampp folder : /Xampp/apache/conf/httpd.conf

2. Search for Listen 80 and replace it with Listen 8080

3. Search for ServerName localhost:80 and replace it with ServerName localhost:8080 .

4. Save your file.

© Copyright 2013 Ahmed Alaa El-Din

Step 9:

1. Open your Xampp folder : /Xampp/apache/conf/extra/ httpd-ssl.conf

2. Search for Listen 443 and replace it with Listen 4499

3. Search for <VirtualHost _default_:443> and replace it with <VirtualHost _default_:4499> .

4. Search for ServerName localhost:443 and replace it with ServerName localhost:4499 .

5. Save your file.

6. Open Xampp Conrol Panel and Start the services

© Copyright 2013 Ahmed Alaa El-Din

Congratulations , We are done.

© Copyright 2013 Ahmed Alaa El-Din

Recommended