On 10/14/05, Graham Leggett <[EMAIL PROTECTED]> wrote:
> Joost de Heer wrote:
>
> > What's 'ulimit -c' (bash, under tcsh it's 'limit -c', other shells may
> > differ) for the user under which httpd runs?
>
> [EMAIL PROTECTED] ~]# ulimit -c
> unlimited
>
> This is for root though, which spawned httpd, which then becomes
> "apache". I am not sure whether the apache user inherits this from root.

It does.  ulimit settings in the shell used to start Apache affect the
Apache child processes.

IOW, the setuid() does not change that aspect of the environment.

Reply via email to