in reply to Re: thinking about mod_perl
in thread thinking about mod_perl
If there is a resemblance, it is because the common gateway interface was designed based on the structure of an http request, and the commonalities between what a mod_perl job has to do and a CGI script have been intentionally exploited by the mod_perl people to make mod_perl easier to get into.
Also note that mod_perl gives access to phases of Apache's handling of an http request that PHP does not and CGI cannot. (This is both good and bad - ISPs are more inclined to give people PHP rights on servers than mod_perl because the latter is harder to restrict.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: thinking about mod_perl
by jonadab (Parson) on Jul 22, 2003 at 17:27 UTC | |
by tilly (Archbishop) on Jul 25, 2003 at 05:30 UTC |