Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Same port

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
Redirect a website with non-standard port to port 80 - Hi there, I´d like to allow users to enter a website which is on port 100, with having to specify the port number. Eg, instead of redirect the traffic to (or another name.) Is this through IIS? ..

Redirect url from non standard port to standard port - I've done a little but haven't found something that will do what I'd like, or even know if I can do what I'd like. I have been running IIS 6 on port 8080, users have been accessing the site without any problems. I would like to run the..

Port - I have configure IIS to access a website with port 600. Eg. Anyways to the url port such that surfer just need to enter & it will bring to the webpage.?

IIS and port 1029? - Hi, on my w2k system I noticed that port 1029 is opened. TcpView (from reports that the process which listens on port 1029 is Why is IIS listening on this port? /Tommy

SSL = IP + Port or just IP? - I have not gotten a straight answer anywhere and I keep seeing answers. I have one web server with 1 IP. I want to host multiple SSL enabled sites. I have found resources across the net that suggest that an SSL is for an IP and a..
Next:  IIS: Flash & IIS 5 ?  
Author Message
john

External


Since: Jan 17, 2008
Posts: 6



(Msg. 1) Posted: Thu Jan 17, 2008 2:41 pm
Post subject: Same port
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have two websites I am trying to host. I go to IIS manager>
Websites> New website, and try to browse to the path and select the
directory. I assign port 80 to both, however on the second one it
tells me "the port is already used by another site. Please use an
unused port."
My question , are't all sites using port 80 and if thats not the case
and I use another port, can it be seen by all on the internet?

Would appreciate your input.

 >> Stay informed about: Same port 
Back to top
Login to vote
Rick Barber

External


Since: Nov 08, 2007
Posts: 50



(Msg. 2) Posted: Fri Jan 18, 2008 1:19 pm
Post subject: Re: Same port [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi John,

The default port for a website is port 80. And you can only have one set of
unique bindings on a server, so if both sites are using 'all unassigned' for
the IP address, port 80, and <blank> for the host headers then you will get
the error that you see. You will need to make each of the sites unique, so
they either need to use a different IP address, a different port number, or
host headers. If site #1 is domainA.com, and site #2 is domainB.com, you
can use the same port 80, and the same IP address, just add www.domainA.com
and domainA.com as host headers for site#1, and www.domainB.com and
domainB.com as host headers for site#2.

--
Rick Barber

http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support

"john" <johnbahran.RemoveThis@hotmail.com> wrote in message
news:5bf934fa-a6bf-4ef5-aa2f-21fe4e644eb8@i12g2000prf.googlegroups.com...
>I have two websites I am trying to host. I go to IIS manager>
> Websites> New website, and try to browse to the path and select the
> directory. I assign port 80 to both, however on the second one it
> tells me "the port is already used by another site. Please use an
> unused port."
> My question , are't all sites using port 80 and if thats not the case
> and I use another port, can it be seen by all on the internet?
>
> Would appreciate your input.

 >> Stay informed about: Same port 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Fri Jan 18, 2008 5:05 pm
Post subject: Re: Same port [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi John,

You cannot have multiple websites using the same port, ip address and host
header. Something of it must be unique, so the usual approach is to use host
headers to host multiple websites.

You can read more about this in the following article:

"Using Host Headers to host multiple websites on IIS 6.0"
http://www.gafvert.info/iis/article/iis_multiple_websites.htm

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"john" <johnbahran.TakeThisOut@hotmail.com> skrev i meddelandet
news:5bf934fa-a6bf-4ef5-aa2f-21fe4e644eb8@i12g2000prf.googlegroups.com...
>I have two websites I am trying to host. I go to IIS manager>
> Websites> New website, and try to browse to the path and select the
> directory. I assign port 80 to both, however on the second one it
> tells me "the port is already used by another site. Please use an
> unused port."
> My question , are't all sites using port 80 and if thats not the case
> and I use another port, can it be seen by all on the internet?
>
> Would appreciate your input.
 >> Stay informed about: Same port 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 4) Posted: Mon Mar 31, 2008 5:49 pm
Post subject: Re: Same port [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

So the domain name resolves?

Do you have a firewall blocking port 80?

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"william" <william DeleteThis @discussions.microsoft.com> skrev i meddelandet
news:9D0E894D-8084-4A16-B4B8-DE59CCFE299D@microsoft.com...
> Hi Kristofer,
>
> I've configured my web application as web site by using port 80, and use
> myapp.company.com as host header. I configured this in hosts file on IIS
> server machine(windows 2003). I am able to browse my web site by
> http://myapp.company.com/. Then I put entry in my hosts file on my local.
> assuming the IIS server machine name is IISServer, in my hosts file, the
> config looks like IISServer myapp.company.com. When I tried to browse the
> web
> site by http://myapp.company.com/, I got "DNS lookup failed" error. I
> could
> ping IISServer from command line.
> Any idea?
>
> Thanks.
>
> William
>
> "Kristofer Gafvert" wrote:
>
>> Hi John,
>>
>> You cannot have multiple websites using the same port, ip address and
>> host
>> header. Something of it must be unique, so the usual approach is to use
>> host
>> headers to host multiple websites.
>>
>> You can read more about this in the following article:
>>
>> "Using Host Headers to host multiple websites on IIS 6.0"
>> http://www.gafvert.info/iis/article/iis_multiple_websites.htm
>>
>> --
>> Regards,
>> Kristofer Gafvert
>> http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>> "john" <johnbahran DeleteThis @hotmail.com> skrev i meddelandet
>> news:5bf934fa-a6bf-4ef5-aa2f-21fe4e644eb8@i12g2000prf.googlegroups.com...
>> >I have two websites I am trying to host. I go to IIS manager>
>> > Websites> New website, and try to browse to the path and select the
>> > directory. I assign port 80 to both, however on the second one it
>> > tells me "the port is already used by another site. Please use an
>> > unused port."
>> > My question , are't all sites using port 80 and if thats not the case
>> > and I use another port, can it be seen by all on the internet?
>> >
>> > Would appreciate your input.
>>
>>
 >> Stay informed about: Same port 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]