in reply to Re: Re: Re: Apache conflicts with my modules
in thread Apache conflicts with my modules
Someone (I think it was on here) said it was better/safer than using just $r as I could set stuff like DISABLE_UPLOADS and the max size for post/get requests.my $r = Apache->request; my $apr = Apache::Request->instance($r, DISABLE_UPLOADS => 1); my $args = $apache_request->param;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Apache conflicts with my modules
by echo (Pilgrim) on Aug 29, 2001 at 18:24 UTC |