On Mon, 14 Jul 1997, Greg Harp wrote:
> I'm running into a problem where http-gw causes a "server failing
> (looping), service terminated" message on my bastion host (SunOS
> 4.1.3_U1 with lotsa patches). The gateway isn't actually failing --
> it's just running several instances in rapid succession. This usually
> occurs on more "busy" pages, or when several users are hitting the
> Intranet at the same time.
This is a message from inetd complaining that demand for the http-gw
service is exceeding a preset threshold (40 spawns per minute,
I believe).
You can increase this threshold by editing the inetd.conf file,
locating the line with the http-gw entry, and changing the "nowait"
field to something like "nowait.120" (to allow 120 spawns per minute.)
Make sure to send signal 1 to inetd after you've made these changes.
James
--
James W. Abendschan jwa @
jammed .
com http://www.jammed.com/
Follow-Ups:
References:
|
|