The Request Handler

The Request process

The Pas request handler is an Apache mod_perl request handler. It is written directly against the internal API of Apache through mod_perl. The request handler takes responsiblity for dispatching inbound HTTP requests to Page objects. Since PSP pages compile down to Page objects, the request handler is also the entity responsible for managing requests to PSP pages.