You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Gary Shea <sh...@gtsdesign.com> on 1998/11/13 20:18:40 UTC

suexec patches

Hi folks --

Some time ago I created a set of patches which
allow suexec to work in a more flexible manner (see suexec/1769
in the bug database).  The patches are available in the
ftp.apache.org patches directory as 'suexecflex'.  The set
currently being distributed is for 1.3b3, and is of course
pitifully out of date.  I've got a new set (for 1.3.3)
pretty much ready to go.  I've attempted to follow the
spirit of the changes that have been made since 1.3b3.

The patches are still intolerant of variation in the formatting
of the suexec.conf file, but otherwise seem fairly robust.

Since the configure stuff has become very slick and useful,
I'm wondering if I can get a copy of the configure.in
file so I can add a few --suexec-* options to the patches
so some additional configuration can be automated.  For
instance, I need to set up where the suexec.conf file is found
(and what it's called, for that matter...).  I can see that
there are some development issues here, since the configure
file probably changes fairly drastically with each release...
it'd be nice if the configure.in file was part of the
distribution, so I could patch that instead.  I can see
the arguments both ways so... whatever.  These patches are
not for the faint of heart, so I can always include
a description of what to do if the standard ./configure tools
are used.

Once I have the configure changes done (or abandon the idea!)
I'd like to re-release the patches.  I have lost track of who
handled that, so I'd appreciate it if you could let me know.

I made (sparing) use of the request rec's 'notes' field,
and for the first time used the space management stuff
implemented in alloc.c ... wow, is that stuff nice.
Beautiful work.  Whoever did it was thinking.

	Gary

-----------------------------------------------------------------
Gary Shea                                       shea@xmission.com
Salt Lake City                      http://www.xmission.com/~shea



Re: suexec patches

Posted by Randy Terbush <ra...@Covalent.NET>.
RST (Rob Thau) is to be credited for the pool model. Very forgiving
environment to work in.


Dean Gaudet <dg...@arctic.org> writes:
> On Fri, 13 Nov 1998, Gary Shea wrote:
> 
> > I made (sparing) use of the request rec's 'notes' field,
> > and for the first time used the space management stuff
> > implemented in alloc.c ... wow, is that stuff nice.
> > Beautiful work.  Whoever did it was thinking.
> 
> I think it's mostly rst's design.  It's from before I was here, so I'm not
> sure... hey guys who's design is the pool stuff?  I've always been really
> happy with it.
> 
> Dean

Re: suexec patches

Posted by Dean Gaudet <dg...@arctic.org>.

On Fri, 13 Nov 1998, Gary Shea wrote:

> I made (sparing) use of the request rec's 'notes' field,
> and for the first time used the space management stuff
> implemented in alloc.c ... wow, is that stuff nice.
> Beautiful work.  Whoever did it was thinking.

I think it's mostly rst's design.  It's from before I was here, so I'm not
sure... hey guys who's design is the pool stuff?  I've always been really
happy with it.

Dean