Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Multiple Ports in IIS6

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 6 Perl Permissions issue  
Author Message
nospam96

External


Since: Sep 24, 2003
Posts: 6



(Msg. 1) Posted: Thu Sep 25, 2003 1:04 pm
Post subject: Multiple Ports in IIS6
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have over 200 sites to set up on my IIS6. I use host headers with one IP
address for all the sites, the difference in the sites are the port
numbers.(http://domain.com:5000) After setting them up only about half
start. When I try to start one of the stopped one I get the following error:

"No Memory is Available for Security Information Update"

When I check the event Log this is what I see:

Cannot register the URL prefix "Http://IP#:Port#" for site "Port# Too many
listening ports have been configured in HTTP.sys. The site has been
deactivated. The data field contains the error number.

Event ID: 1131

I use a Cisco Local director for load balanceing and it is configured by
ports. Each site has a different port number, so I need to know how to tell
http.sys how many ports to open or ignore. How do I do that?

 >> Stay informed about: Multiple Ports in IIS6 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Thu Sep 25, 2003 5:25 pm
Post subject: Re: Multiple Ports in IIS6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"MS News" <nospam.DeleteThis@nowhere.com> wrote in message
news:%23fxMdc4gDHA.1700@TK2MSFTNGP10.phx.gbl...
 > I have over 200 sites to set up on my IIS6. I use host headers with one IP
 > address for all the sites, the difference in the sites are the port
 > numbers.(http://domain.com:5000) After setting them up only about half
 > start. When I try to start one of the stopped one I get the following
error:
 >
 > "No Memory is Available for Security Information Update"
 >
 > When I check the event Log this is what I see:
 >
 > Cannot register the URL prefix "Http://IP#:Port#" for site "Port# Too many
 > listening ports have been configured in HTTP.sys. The site has been
 > deactivated. The data field contains the error number.
 >
 > Event ID: 1131
 >
 > I use a Cisco Local director for load balanceing and it is configured by
 > ports. Each site has a different port number, so I need to know how to
tell
 > http.sys how many ports to open or ignore. How do I do that?

HTTP.sys looks for the presence of a reg key and if it exists, then it uses
the value set for that key. If it doesn't (default...or invalid value set),
then it will set a hard-coded limit for use of NPP (see below)...

Set the following key "MaxEndpoints" at the following ~

CCS\Services\HTTP\Parameters

The acceptable values are 0 - 1024. Hence, I would tinker with this value
until you are able to see the problem disappear. The root cause is the
missing key and hence HTTP.sys for a guideline ~

Use the physical memory to compute a default -
16 for a 64Mb
64 for a 256+ Mb

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Multiple Ports in IIS6 
Back to top
Login to vote
nospam96

External


Since: Sep 24, 2003
Posts: 6



(Msg. 3) Posted: Thu Sep 25, 2003 7:32 pm
Post subject: Re: Multiple Ports in IIS6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have set the MaxEndPoints and still no go. I have 200 websites, I have 1g
Ram, I set the MaxEndPoints to 512 and 256 and I still get the same errors.

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bkvbq9$2ts3@kcweb01.netnews.att.com...
 > "MS News" <nospam.DeleteThis@nowhere.com> wrote in message
 > news:%23fxMdc4gDHA.1700@TK2MSFTNGP10.phx.gbl...
  > > I have over 200 sites to set up on my IIS6. I use host headers with one
IP
  > > address for all the sites, the difference in the sites are the port
  > > numbers.(http://domain.com:5000) After setting them up only about half
  > > start. When I try to start one of the stopped one I get the following
 > error:
  > >
  > > "No Memory is Available for Security Information Update"
  > >
  > > When I check the event Log this is what I see:
  > >
  > > Cannot register the URL prefix "Http://IP#:Port#" for site "Port# Too
many
  > > listening ports have been configured in HTTP.sys. The site has been
  > > deactivated. The data field contains the error number.
  > >
  > > Event ID: 1131
  > >
  > > I use a Cisco Local director for load balanceing and it is configured by
  > > ports. Each site has a different port number, so I need to know how to
 > tell
  > > http.sys how many ports to open or ignore. How do I do that?
 >
 > HTTP.sys looks for the presence of a reg key and if it exists, then it
uses
 > the value set for that key. If it doesn't (default...or invalid value
set),
 > then it will set a hard-coded limit for use of NPP (see below)...
 >
 > Set the following key "MaxEndpoints" at the following ~
 >
 > CCS\Services\HTTP\Parameters
 >
 > The acceptable values are 0 - 1024. Hence, I would tinker with this value
 > until you are able to see the problem disappear. The root cause is the
 > missing key and hence HTTP.sys for a guideline ~
 >
 > Use the physical memory to compute a default -
 > 16 for a 64Mb
 > 64 for a 256+ Mb
 >
 > --
 > Tom Kaminski IIS MVP
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running
IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple Ports in IIS6 
Back to top
Login to vote
nospam96

External


Since: Sep 24, 2003
Posts: 6



(Msg. 4) Posted: Thu Sep 25, 2003 7:44 pm
Post subject: Re: Multiple Ports in IIS6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I lied, it looks like the 256 worked.


"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bkvbq9$2ts3@kcweb01.netnews.att.com...
 > "MS News" <nospam RemoveThis @nowhere.com> wrote in message
 > news:%23fxMdc4gDHA.1700@TK2MSFTNGP10.phx.gbl...
  > > I have over 200 sites to set up on my IIS6. I use host headers with one
IP
  > > address for all the sites, the difference in the sites are the port
  > > numbers.(http://domain.com:5000) After setting them up only about half
  > > start. When I try to start one of the stopped one I get the following
 > error:
  > >
  > > "No Memory is Available for Security Information Update"
  > >
  > > When I check the event Log this is what I see:
  > >
  > > Cannot register the URL prefix "Http://IP#:Port#" for site "Port# Too
many
  > > listening ports have been configured in HTTP.sys. The site has been
  > > deactivated. The data field contains the error number.
  > >
  > > Event ID: 1131
  > >
  > > I use a Cisco Local director for load balanceing and it is configured by
  > > ports. Each site has a different port number, so I need to know how to
 > tell
  > > http.sys how many ports to open or ignore. How do I do that?
 >
 > HTTP.sys looks for the presence of a reg key and if it exists, then it
uses
 > the value set for that key. If it doesn't (default...or invalid value
set),
 > then it will set a hard-coded limit for use of NPP (see below)...
 >
 > Set the following key "MaxEndpoints" at the following ~
 >
 > CCS\Services\HTTP\Parameters
 >
 > The acceptable values are 0 - 1024. Hence, I would tinker with this value
 > until you are able to see the problem disappear. The root cause is the
 > missing key and hence HTTP.sys for a guideline ~
 >
 > Use the physical memory to compute a default -
 > 16 for a 64Mb
 > 64 for a 256+ Mb
 >
 > --
 > Tom Kaminski IIS MVP
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running
IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple Ports in IIS6 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Multiple sites and multiple port in IIS6 - I have over 200 sites to set up on my IIS6. After setting them up only about half start. When I try to start one of the stopped one I get the following error: "No Memory is Available for Security Information Update" When I check the event Log...

webserver listening on 2 ports - Hi I have 2 IP's - Please let me know is it possible to configure IIS & APACHE on port 80 on these 2 IP's (i.e one IP running IIS on port 80 and the other IP running APACHE on port 80. thanks in advance Menon

Multiple FTP users - I'm running an FTP server on IIS5. I have different types of users, some of whom I'd prefer to keep on a 'read only' level. It is possible to have multiple users with different permissions on an FTP server and if so, how is this done? Thanks.

Multiple aspnet_ws.exe - Why and how might multiple aspnet_ws be created? Is it possible that by loading enough of large aspnet programs a second instance has to open to hold them all?

Multiple SSL identities for this Web site - Hi, I want to implement two secured web site on IIS 6 using two different IP address. But, the "Multiple SSL identities for this Web site" section, into the "Advanced Web Site Identification"dialog box is shaded ans not accessible. I...
   Web Hosting and Web Master Forums (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 ]