> I have a PerlTransHandler and I have a bunch of virtual hosts. Each virtual
> host looks like this
> 
> <VirtualHost abc.com>
> User abc
> Group abcs
> </VirtualHost>
> 
> (How) can I access the User and Group definitions in the VirtualHost (which
> are intended for suexec)? Is this feature missing in mod_perl 1.24? The
> eagle book only knows on mod_perl 1.19.


You can use $r->server->uid and $r->server->gid, these were added in 1.21_01.

--
Eric


Reply via email to