TAG | Apache
Mar/09
7
How to run XAMPP or WAMPP together with IIS on Windows XP or Vista
No comments · Posted by Administrator in IT, PHP
Looking for running both IIS and Apache server at same time on windows operating system, here is few instruction to do so:
C:\xampp\apache\conf\httpd.conf:
* Search for “Listen 80″, change to “Listen 81″
* Search for “ServerName localhost:80″, change to “ServerName localhost:81″
(more…)
