On Thu 21 Feb 2008, Fred Moyer wrote:
> patching file src/modules/perl/modperl_config.c
> Hunk #1 succeeded at 607 with fuzz 1 (offset -17 lines).
I am working with the threading branch. So there may be an offset. Also, some
time ago I had to split up a jumbo patch. Since the bits built up on top
On Fri 22 Feb 2008, Philippe M. Chiasson wrote:
> - parms.path = path;
> + parms.path = apr_pstrdup(p, path);
Yes, Philippe, you are right.
In current modperl there are 3 ways to get to modperl_config_insert():
- $r->add_config via modperl_config_insert_request
- $s->add_config via modperl