Apache2::Request is the base and you would at least need that to consume a request.
The rest are optional and expand on what $r provides. You include them only if you are using something they are providing. On Tue, May 13, 2025, 8:37 PM <yp...@t-online.de> wrote: > Hello > > In my modperl handler, I only use Apache2::Request module. > What relations are there between Apache2::Request and the following > modules? > > use Apache2::RequestRec (); > use Apache2::RequestIO (); > use Apache2::Connection (); > use APR::Table (); > > > Should I include them in startup.pl as well as Apache2::Request? > > Thanks. >