Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Server Operating Systems > Windows Server 2000 / 2003
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

2003 exchange and web site on 1 server

2003 exchange and web site on 1 server

this thread has 12 replies and has been viewed 7801 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10th January 2005, 23:02
jonny_2good jonny_2good is offline
Junior Member
It's not a coincidence
 
 Join Date: Apr 2004
  6 month star 12 month star
 Location: Hampshire, UK
 Posts: 117
  Send a message via MSN to jonny_2good
 Reputation: jonny_2good is on a distinguished road (10)
Default 2003 exchange and web site on 1 server

Hi

I'm testing trying to run a web site which is independant of the default web site so that I can host owa exchange and a web site at the same time.

Every time I create a web site it seems to stop OWA (exchange) from working is there a white paper for a dummy?
  #2  
Old 10th January 2005, 23:35
MVP yanivfel yanivfel is offline
MVP
MVP
 
 Join Date: Oct 2004
  6 month star 12 month star
 Location: Israel
 Posts: 175
  Send a message via MSN to yanivfel
 Reputation: yanivfel is a jewel in the roughyanivfel is a jewel in the roughyanivfel is a jewel in the rough (270)
Default port/ip

you should try specifieing a diffrent port for the second site, or add another IP address to the machine, and make each of the sites to listen to a specific IP.

if you need further walkthrough for the process, you can refer to http://www.microsoft.com/resources/d...RG_CFG_12.mspx

enjoy!
__________________
Yaniv Feldman
Microsoft Security Regional Director
Microsoft Management Expert
MCSA, MCSE, MCT
  #3  
Old 16th January 2005, 23:03
jonny_2good jonny_2good is offline
Junior Member
It's not a coincidence
 
 Join Date: Apr 2004
  6 month star 12 month star
 Location: Hampshire, UK
 Posts: 117
  Send a message via MSN to jonny_2good
 Reputation: jonny_2good is on a distinguished road (10)
Default i doesn't work

I read this and followed it but as soon as I switch one on the other doesn't work. The first site is OWA in exchange and as soon as I change this it stops working.

Ive got another site working before on this server but can't recall how to do it. any ideas?

my router will only port forward tcp port 80 to 1 IP address
  #4  
Old 17th January 2005, 10:00
MVP yanivfel yanivfel is offline
MVP
MVP
 
 Join Date: Oct 2004
  6 month star 12 month star
 Location: Israel
 Posts: 175
  Send a message via MSN to yanivfel
 Reputation: yanivfel is a jewel in the roughyanivfel is a jewel in the roughyanivfel is a jewel in the rough (270)
Default RE: 2003 exchange and web site on 1 server

then, my friend, you are in a jam...

u need 2 IP addresses or 2 ports...

ps
never change the owa port, change the second site's....

and when you access that site, access it with http://servernameortnumber/
__________________
Yaniv Feldman
Microsoft Security Regional Director
Microsoft Management Expert
MCSA, MCSE, MCT
  #5  
Old 18th January 2005, 00:11
bambam1469's Avatar
bambam1469 bambam1469 is offline
Casual
Casual
 
 Join Date: Jan 2005
  6 month star 12 month star
 Location: Indiana
 Posts: 7
 Send a message via ICQ to bambam1469 Send a message via AIM to bambam1469 Send a message via MSN to bambam1469 Send a message via Yahoo to bambam1469
 Reputation: bambam1469 is on a distinguished road (10)
Default RE: 2003 exchange and web site on 1 server

Have you looked into using host headers. I've accomplished the same thing on my own server this way. When you create the second virtual site and it asks you for a host name type in the fully qualified domain name you want to use even if it's a subdomain of the owa site.

Leave all the other options default and finish the wizard. Now when you want to go to the new site type in fully qualified domain name and IIS will automatically redirect to the second virtual host.

But remember as mentioned before any changes like this should be made to the second virtual site not to the one running owa.

Good luck.
  #6  
Old 18th January 2005, 23:20
tonyyeb's Avatar
tonyyeb tonyyeb is offline
Moderator
 
 Join Date: Dec 2004
  6 month star 12 month star
 Location: Hull, UK
 Posts: 2,182
 Reputation: tonyyeb is a jewel in the roughtonyyeb is a jewel in the roughtonyyeb is a jewel in the rough (283)
Default RE: 2003 exchange and web site on 1 server

It certainly looks like you need to use a different port or as suggested host headers. You say that your router will only forward port 80 to 1 ip address. So you should be able to forward say port 81 to a different ip address as well as forwarding port 80 to the first.

That should solve your problem.
  #7  
Old 19th January 2005, 14:34
jonny_2good jonny_2good is offline
Junior Member
It's not a coincidence
 
 Join Date: Apr 2004
  6 month star 12 month star
 Location: Hampshire, UK
 Posts: 117
  Send a message via MSN to jonny_2good
 Reputation: jonny_2good is on a distinguished road (10)
Default did host headers

i did the host headers and seems to work locally but I can't get my OWA over the net it says it's unavailable at this time, yesterday it did this all day till 5pm when it started to work so Ive cracked it but think there is another problem now

anyway cheers chaps for the info
  #8  
Old 19th January 2005, 17:13
bambam1469's Avatar
bambam1469 bambam1469 is offline
Casual
Casual
 
 Join Date: Jan 2005
  6 month star 12 month star
 Location: Indiana
 Posts: 7
 Send a message via ICQ to bambam1469 Send a message via AIM to bambam1469 Send a message via MSN to bambam1469 Send a message via Yahoo to bambam1469
 Reputation: bambam1469 is on a distinguished road (10)
Default RE: 2003 exchange and web site on 1 server

the host header name you entered has to be a fully qualified domain name that is available from the net. it it's an internal only domain then it wont work.
  #9  
Old 20th January 2005, 23:10
tonyyeb's Avatar
tonyyeb tonyyeb is offline
Moderator
 
 Join Date: Dec 2004
  6 month star 12 month star
 Location: Hull, UK
 Posts: 2,182
 Reputation: tonyyeb is a jewel in the roughtonyyeb is a jewel in the roughtonyyeb is a jewel in the rough (283)
Default RE: 2003 exchange and web site on 1 server

Quote:
Originally Posted by bambam1469
the host header name you entered has to be a fully qualified domain name that is available from the net. it it's an internal only domain then it wont work.
Are you sure? You could just put www.mywebsite.com <your ip address> into your hosts file and that will work fine. We use hostheaders on our webservers and do this for testing purposes instead of playing with our production DNS.
__________________
Server 2000 MCP
Development: ASP, ASP.Net, PHP, VB, VB.Net, MySQL, MSSQL - Check out my blog http://tonyyeb.blogspot.com

** Remember to give credit where credit is due and leave reputation points To grant some reputation points to the user that helped you, just click on the little Yin-Yang icon on the right of the user's answer and follow the prompt. where appropriate **
  #10  
Old 22nd January 2005, 00:50
bambam1469's Avatar
bambam1469 bambam1469 is offline
Casual
Casual
 
 Join Date: Jan 2005
  6 month star 12 month star
 Location: Indiana
 Posts: 7
 Send a message via ICQ to bambam1469 Send a message via AIM to bambam1469 Send a message via MSN to bambam1469 Send a message via Yahoo to bambam1469
 Reputation: bambam1469 is on a distinguished road (10)
Default RE: 2003 exchange and web site on 1 server

Quote:
Originally Posted by tonyyeb
Are you sure? You could just put www.mywebsite.com <your ip address> into your hosts file and that will work fine. We use hostheaders on our webservers and do this for testing purposes instead of playing with our production DNS.
yes that would work but for what jonny_2good is doing he needs his external dns to have that fqdn available.
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Exchange How-to's azmantek Exchange 2000 / 2003 6 17th October 2006 12:25
Windows Server 2003 SP1 problems & issues - Post here danielp Windows Server 2000 / 2003 35 11th October 2006 18:19
SP2 for Exchange 2003 is coming - new features! danielp Exchange 2000 / 2003 4 20th June 2005 16:44
exchange 2003 messenger sandeep Exchange 2000 / 2003 1 22nd June 2004 16:43
Exchange 2003 Web Access on a different server? Ossian Exchange 2000 / 2003 6 4th May 2004 21:06


All times are GMT +3. The time now is 16:02.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri