|
DESSS is providing the scope of running our clients web application on both web servers i.e. on IIS and Apache. To attain this, DESSS is going to follow the bellow steps.
1. Extract the Httpcfg.exe utility from the support tools area on the Win2003 CD. 2. Stop all IIS services: net stop http /y 3. Have IIS listen only on the IP address I'd designated for 4. IIS: Httpcfg set Ip Listen 192.168.1.253 5. Make sure: Httpcfg query Ip Listen (the IP listed are the only IP addresses that IIS will be listening on and no other) restart IIS Services: net start w3svc 6. Start Apache service
After doing the above steps you can see a nice work of IIS and Apache together. Through this, you can maintain the security, flexibility, reliability and performance platform for your business organization web site. |