You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/07/25 06:06:38 UTC

Re: regexp patch?

> Aram Mirzadeh liltingly intones:
> > 
> > 
> > Anyone know which version of apache 1.2-dev was the regexp patch?  I think
> > we should put it out and put in the dist directory as experimental, but 
> > available for all those whom would like to use libc-5.3.12.  
> > 
> Beware that there are CGI problems with this release. We have a message
> board perl script that runs on one of our SGIs that works fine under
> 1.1.x, but bombs in 1.2-dev with out of memory errors. I've got to look
> further into this.
> 
> This is IRIX 5.3, SGI cc build, standard module set.

You might try commenting out the RLIMIT_ stuff in call_exec()
util_script.c.  I'm currently working on the code that
allows that to be configured on per_dir basis. Perhaps the
values I started with in there are causing you some problems.