Changing user ID with prefork

2003-06-21 Thread Pablo Yaggi
Well, sorry if I'm bodering you with this kind of questions, Using prefork I want to change the user ID that process the request, that user id will be based on the request, so I need to change it once It has the url (even on an ssl request) and before any lock that couldn't be unloked if

Re: Changing user ID with prefork

2003-06-21 Thread Rasmus Lerdorf
That's what the perchild mpm is for. You can't do this with prefork. -Rasmus On Sat, 21 Jun 2003, Pablo Yaggi wrote: > Well, sorry if I'm bodering you with this kind of questions, > Using prefork I want to change the user ID that process the request, > that user id will be based on the re

Re: Changing user ID with prefork

2003-06-21 Thread weigelt
On Sat, Jun 21, 2003 at 08:29:12AM -0700, Rasmus Lerdorf wrote: > That's what the perchild mpm is for. You can't do this with prefork. perchild is not working. you should use muxmpm instead. cu -- - Enrico Weigelt== metu

Re: Changing user ID with prefork

2003-06-21 Thread Pablo Yaggi
muxmpm ? I can't find it in the source ? where is it ? url ? regards, pablo On Saturday 21 June 2003 01:20 pm, [EMAIL PROTECTED] wrote: > On Sat, Jun 21, 2003 at 08:29:12AM -0700, Rasmus Lerdorf wrote: > > That's what the perchild mpm is for. You can't do this with prefork. > > perchild is not

Re: Changing user ID with prefork

2003-06-21 Thread Greg Stein
Use Google. On Sat, Jun 21, 2003 at 02:38:26PM -0300, Pablo Yaggi wrote: > muxmpm ? > I can't find it in the source ? where is it ? > url ? > regards, > > pablo > > > On Saturday 21 June 2003 01:20 pm, [EMAIL PROTECTED] wrote: > > On Sat, Jun 21, 2003 at 08:29:12AM -0700, Rasmus Lerdorf wrote:

Re: Changing user ID with prefork

2003-06-21 Thread weigelt
On Sat, Jun 21, 2003 at 02:38:26PM -0300, Pablo Yaggi wrote: > muxmpm ? > I can't find it in the source ? where is it ? > url ? > regards, > you can subscribe to the muxmpm maillist by talking to [EMAIL PROTECTED] ... the current release can be found in the list archive. cu -- -