Hi,

It sounds like you want to read the source code. =)  Download mod_perl 
(or perhaps you already have) and read the source to Apache.pm, 
mod_perl.pm, and so on, until you understand everything you want to.  Be 
warned, it's not easy reading.

There aren't many documents describing the internals of mod_perl, because 
the internals are subject to change, and the user generally shouldn't be 
concerned with what's going on there (unless they want to read the 
source).

Murugan K <[EMAIL PROTECTED]> wrote:

> Hi
> In the CGI  environment ,
>     After getting the request from the client  , based on the request
> the web server will load the cgi2perl  module   ( may be someother
> name)  to act as interface between perl and Webserver.  The cgi2perl
> will get the data from perl interpreter and give back to web server.
> This is the way it will work in cgi environment . The cgi2perl module
> will use the webserver API functions to interact with webserver.
>
> Like that , i want to understand how internally mod_perl is working
> apart from generic explanations. Where to get all those informations.
>
> Thanks in advance.
>
> Regards
> K.Murugan
>
>


Reply via email to