I've added accessors to Group and User directives in httpd.conf, so that
now you can get that info via:
my $user_id = Apache2::ServerUtil->user_id;
my $group_id = Apache2::ServerUtil->group_id;
the patch is inlined and attached (due to long lines).
Please let me know if you are happy with
Philippe M. Chiasson wrote:
Perl change 26779[1] has made it into blead. Basically, it's now possible
to have perl_parse() _not_ do anything with $0 by setting PL_origalen = 1;
This used to cause us some trouble, so we might want to do something about it.
Of course, we will still be stuck with o
Perl change 26779[1] has made it into blead. Basically, it's now possible
to have perl_parse() _not_ do anything with $0 by setting PL_origalen = 1;
This used to cause us some trouble, so we might want to do something about it.
Of course, we will still be stuck with older Perl's behaviour, but it