Saturday, February 2, 2008

Installing 2 web server on local PC (apache and IIS)

Sometime we need 2 web server such as IIS and Apache on our PC, this is how to install apache and IIS on our PC

1. After installing IIS on your computer, reconfigure your port (on IIS services--> control panel) by click your right mouse --> properties --> port 8080
2. Test your http://localhost 8080:/ , if it work, then you may install the apache server.
3. Install your apache ( download here ), then start your apache.
4. Test you http://localhost/
4. Done..so now you may use that 2 web server savely.