On Wed, 1 Dec 2010 13:30:46 -0500
Eric Covener <[email protected]> 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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to