patch for Apache2::SizeLimit under solaris 10

2010-12-06 Thread Brett @Google
Hello, Here is a patch for Apache2::SizeLimit under solaris 10, apache 2.2, unthreaded prefork model : diff -c ./mod_perl-2.0.4/blib/lib/Apache2/SizeLimit.pm ./SizeLimit.pm *** ./mod_perl-2.0.4/blib/lib/Apache2/SizeLimit.pm Mon Dec 6 15:59:43 2010 --- ./SizeLimit.pm Mon Dec 6

Re: patch for Apache2::SizeLimit under solaris 10

2010-12-06 Thread Adam Prime
What version of SizeLimit were you using? This was fixed in svn in r882407, which was released in 0.93 in October Adam On 12/6/2010 4:11 AM, Brett @Google wrote: Hello, Here is a patch for Apache2::SizeLimit under solaris 10, apache 2.2, unthreaded prefork model : diff -c

Re: Custom directive and Location - bug?

2010-12-06 Thread Philippe M. Chiasson
On 10-11-30 07:51 , Alex J. G. Burzyński wrote: Hi, I've noticed that when using custom directives within nested Location the result of $r-location reports the parent one only, instead of the subdir. However if I add PerlSetVar the $r-location will report the correct one. Yup, you've

Re: Custom directive and Location - bug?

2010-12-06 Thread Alex J. G. Burzyński
On 06/12/10 20:39, Philippe M. Chiasson wrote: On 10-11-30 07:51 , Alex J. G. Burzyński wrote: Hi, I've noticed that when using custom directives within nestedLocation the result of $r-location reports the parent one only, instead of the subdir. However if I add PerlSetVar the $r-location