[mp2 patch] accessors for User and Group directives in httpd.conf

2006-01-16 Thread Stas Bekman
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

Re: $0 and perl change 26779

2006-01-16 Thread Stas Bekman
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

$0 and perl change 26779

2006-01-16 Thread Philippe M. Chiasson
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