If some particular script's main functionality is
the uploading or downloading of big files, you probably want it to be
executed on a plain Apache server under mod_cgi (i.e., performing
this operation on the frontend server, if you use a dual-server setup
as presented earlier).
This of course assumes that the script requires none of the
functionality of the mod_perl server, such as custom authentication
handlers.
| | |
12.14. SSL Functionality and a mod_perl Server | | 12.16. References |