Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 17:50:42 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Bradley Oedithipus <bradley@lightstep.org>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Apache
Message-ID:  <20010615174749.I9358-100000@shumai.marcuscom.com>
In-Reply-To: <20010615211949.3E5DA7C8E4@lightstep.org>

next in thread | previous in thread | raw e-mail | index | archive | help
What is the filesize limit imposed on your webserver user?  You can
usually find this out by running limit (csh) or ulimit -f (sh).  For
example:

> limit
cputime 	unlimited
filesize 	10000 kbytes
datasize 	524288 kbytes
stacksize 	65536 kbytes
coredumpsize 	unlimited
memoryuse 	unlimited
descriptors 	8232
memorylocked 	unlimited
maxproc 	4115

$ ulimit -f
20000

You may have a limit defined in /etc/login.conf that is restricting your
web server user.

Joe Clarke


On Fri, 15 Jun 2001, Bradley Oedithipus wrote:

>
> I get this.
> in httpd-error.log
>
> bash-2.04$ tail /var/log/httpd-error.log
> [Fri Jun 15 16:03:29 2001] [notice] child pid 34326 exit signal Filesize limit exceeded (25)
>
> While trying to run php squirrelmail webmail server.
> Can anyone help?
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010615174749.I9358-100000>