You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by MK <ha...@intergate.com> on 2010/12/01 19:15:54 UTC

[users@httpd] Meaning of apache errors

I am still looking for the meaning of this error:

(22)Invalid argument: setting of resource limits failed

Anyone??

-- 
"The angel of history[...]is turned toward the past." (Walter Benjamin)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Meaning of apache errors

Posted by MK <ha...@intergate.com>.
On Wed, 1 Dec 2010 13:30:46 -0500
Eric Covener <co...@gmail.com> wrote:
> using an Rlimit* from
> http://httpd.apache.org/docs/current/mod/core.html but you're trying
> to raise a limit above the max?

Yes, we have Rlimits set, and that is the first thing I thought of as
well. However, I am not attempting to change them in this directory,
which is configured like this:

### Enable cgi for rss feed
	<Directory /public_html/rss_test>
		Options +ExecCGI
		AddHandler cgi-script xml
	</Directory>

And there is no htaccess either.   This error does not occur anywhere
else, including other ExecCGI directories.  And the next error is
"Premature end of script headers" for a dead simple script that
operates fine in other cgi directories.  Ie, apache is killing the
script as soon as it starts.


-- 
"The angel of history[...]is turned toward the past." (Walter Benjamin)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Meaning of apache errors

Posted by Eric Covener <co...@gmail.com>.
On Wed, Dec 1, 2010 at 1:15 PM, MK <ha...@intergate.com> wrote:
> I am still looking for the meaning of this error:
>
> (22)Invalid argument: setting of resource limits failed
>
> Anyone??

using an Rlimit* from
http://httpd.apache.org/docs/current/mod/core.html but you're trying
to raise a limit above the max?

(man setrlimit)


>
> --
> "The angel of history[...]is turned toward the past." (Walter Benjamin)
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org