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.

...darko
 

Reply via email to