This time I will be sharing stories about running IIS and Xampp / Wamp on Windows as well , sometimes using more familiar with ASP.NET Web Server IIS , whereas some people may need some of the features of Xampp / Wamp such as MySQL and so on
But if we install a Xampp / Wamp at 've installed Apache Web Server IIS usually from Xampp / Wamp not want to Running , this is because the service port address : 80 used the same IIS Web Server , therefore in order not to clash we change one address port , since the default Windows IIS web server udahh love she wrote default port .
And we'll change its port is the Web server from Xampp / Wamp Apache port that is his , and that I demonstrated using Wamp .
C : \ wamp \ bin \ apache \ Apache2.2.17 \ conf
Search for " Listen 80 ? , Change to " Listen 8080 ?Search for " ServerName localhost : 80 ? , Change to " ServerName localhost : 8080 ?C : \ xampp \ apache \ conf \ extra \ httpd - ssl.confSearch for " Listen 443 ? , Change to " Listen 4499 ?Search for " <VirtualHost _default_:443> " , change to " <VirtualHost _default_:4499> "Search for " ServerName localhost : 443 ? , Change to " ServerName localhost : 4499 ?Then , you should be Able to successfully start Apache through the XAMPP control panel .Search for the word ' Listen 80 ' change to ' Listen 8000 'Search for the word ' ServerName localhost : 80 ' change to ' ServerName localhost : 8000 '
C : \ wamp \ bin \ apache \ Apache2.2.17 \ conf \ original \ extra
Search for the word ' Listen 443 ' change to ' Listen 4499 'Search for the word ' <VirtualHost _default_:443> ' change to ' <VirtualHost _default_:4499> 'Search for the word ' ServerName localhost : 443 ' change to ' ServerName localhost : 4499 '
Save on each file ,Restart All Service , Check Again .
If it Running it all , Congratulations you have successfully installed Installing IIS Web Server Web Server on the same Xampp / Wamp .
To check the result of the installation of Web ServerIIS : http://localhost/Xampp / Wamp : http://localhost:8000/
Good Luck
Setting IIS and XAMPP in Windows To Can Running Simultaneously
Setting IIS and XAMPP in Windows To Can Running Both
But if we install a Xampp / Wamp at 've installed Apache Web Server IIS usually from Xampp / Wamp not want to Running , this is because the service port address : 80 used the same IIS Web Server , therefore in order not to clash we change one address port , since the default Windows IIS web server udahh love she wrote default port .
And we'll change its port is the Web server from Xampp / Wamp Apache port that is his , and that I demonstrated using Wamp .
C : \ wamp \ bin \ apache \ Apache2.2.17 \ conf
Search for " Listen 80 ? , Change to " Listen 8080 ?Search for " ServerName localhost : 80 ? , Change to " ServerName localhost : 8080 ?C : \ xampp \ apache \ conf \ extra \ httpd - ssl.confSearch for " Listen 443 ? , Change to " Listen 4499 ?Search for " <VirtualHost _default_:443> " , change to " <VirtualHost _default_:4499> "Search for " ServerName localhost : 443 ? , Change to " ServerName localhost : 4499 ?Then , you should be Able to successfully start Apache through the XAMPP control panel .Search for the word ' Listen 80 ' change to ' Listen 8000 'Search for the word ' ServerName localhost : 80 ' change to ' ServerName localhost : 8000 '
C : \ wamp \ bin \ apache \ Apache2.2.17 \ conf \ original \ extra
Search for the word ' Listen 443 ' change to ' Listen 4499 'Search for the word ' <VirtualHost _default_:443> ' change to ' <VirtualHost _default_:4499> 'Search for the word ' ServerName localhost : 443 ' change to ' ServerName localhost : 4499 '
Save on each file ,Restart All Service , Check Again .
If it Running it all , Congratulations you have successfully installed Installing IIS Web Server Web Server on the same Xampp / Wamp .
To check the result of the installation of Web ServerIIS : http://localhost/Xampp / Wamp : http://localhost:8000/
Good Luck
Setting IIS and XAMPP in Windows To Can Running Simultaneously
Setting IIS and XAMPP in Windows To Can Running Both
Comments
Post a Comment