Re: User directive

2000-11-23 Thread George Sanderson
At 10:20 PM 8/15/00 -0700, you wrote: >>you want to change the uid at request time? the patch below will let you >say $r->server->uid($new_uid); > >you'll have to maintain changing it back yourself, like so: > >my $old_uid = $r->server->uid($new_uid); >$r->register_cleanup(sub { shift->server->ui

Re: User directive

2000-08-15 Thread Doug MacEachern
On Tue, 1 Aug 2000, Rob Giseburt wrote: > I want to modify the User cofiguration directive in a perl handler ... for > example in a PerlTransHandler. I'm trying to use mod_perl to implement Named > Virtual Hosting, and I have everything I need done except User and Group > mapping so that SuEXEC w

User directive

2000-08-01 Thread Rob Giseburt
I want to modify the User cofiguration directive in a perl handler ... for example in a PerlTransHandler. I'm trying to use mod_perl to implement Named Virtual Hosting, and I have everything I need done except User and Group mapping so that SuEXEC will pick up the correct user and group to setuid