i have windows dedicated server i have run 1 site in Apache server now i want run my other site with new domain using IIS but default port 80 ..so it create port conflict problem.. so i need run my both site wqith this 2 is it possible? how can i set this please help me
you need IIS and Apache to run on different port.. http://www.faqts.com/knowledge_base/view.phtml/aid/9400
i have singal ip if i have add port diffrent in IIS then site is open with port if my site url is www.myurl.com then for IIS if i change the default port 80 to 126 then when i try to open my site so it's open with this url www.myurl.com:126 not direct open www.myurl.com Apache server site already run with default port 80..so this i the problame
It is not possible to run two web servers on same port hence you will need to use different ports fr both. If you use other port then you can access site using website.com:xx only. It is not advisable to run two web servers on one dedicated server. Kailash
If you change the ports then ur site has to be accessed like this http://www.yoursite.com:343 343 is an example port