You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/07/03 16:24:07 UTC

fdlimit? (fwd)

---------- Forwarded message ----------
Date: Wed, 2 Jul 1997 18:04:25 -0700 (PDT)
From: Kit Knox <ki...@connectnet.com>
To: apache-bugs@apache.org
Subject: fdlimit?

I am running Solaris 2.5.1 with 87 virtual servers.  Whenever I add a new
server cgi's for all servers which do anything that returns a content-type
result in "document contains no data".  If the cgi-script outputs a
"Location:" it works.  I am left with a core for each attempt at running a
cgi. (I use suexec) Am I running out of fd's?  If so can I get a copy of
1.2.1 which has the new fdlimit compile time option? 

Thanks.

=========================================================================
Kit Knox - <ki...@connectnet.com> - System Administrator
CONNECTnet INS, Inc. - 6370 Lusk Blvd Ste F#208 - San Diego, CA 92121
(619) 638-2020 - (619) 638-2024 Voicemail/Pager - (619) 450-3216 FAX
=========================================================================




Re: fdlimit? (fwd)

Posted by Dean Gaudet <dg...@arctic.org>.
The tool lsof, at ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/, will tell
you how many files a particular process has open.  You need to worry if
you've got greater than 255 open under solaris. 

We haven't done our final tests or announcements, but if you really want
1.2.1 right now it's at ftp://ftp.apache.org/httpd/apache_1.2.1.tar.gz. 

Dean

On Thu, 3 Jul 1997, Rob Hartill wrote:

> 
> ---------- Forwarded message ----------
> Date: Wed, 2 Jul 1997 18:04:25 -0700 (PDT)
> From: Kit Knox <ki...@connectnet.com>
> To: apache-bugs@apache.org
> Subject: fdlimit?
> 
> I am running Solaris 2.5.1 with 87 virtual servers.  Whenever I add a new
> server cgi's for all servers which do anything that returns a content-type
> result in "document contains no data".  If the cgi-script outputs a
> "Location:" it works.  I am left with a core for each attempt at running a
> cgi. (I use suexec) Am I running out of fd's?  If so can I get a copy of
> 1.2.1 which has the new fdlimit compile time option? 
> 
> Thanks.
> 
> =========================================================================
> Kit Knox - <ki...@connectnet.com> - System Administrator
> CONNECTnet INS, Inc. - 6370 Lusk Blvd Ste F#208 - San Diego, CA 92121
> (619) 638-2020 - (619) 638-2024 Voicemail/Pager - (619) 450-3216 FAX
> =========================================================================
> 
> 
> 
>