The mod_perl Apache Module
Loading the mod_perl Apache Dynamic
Module embeds a copy of the Perl
interpreter inside the Apache Web Server.
mod_perl allows you to speed up existing CGI scripts and also extend your web server in ways
previously unavailable to most webmasters.
Installation
Connect to your VPS via Telnet
or SSH and do the following.
- Install the mod_perl Apache module:
%vinstall mod_perl
- Add the following line to the top of your web server configuration file (~/www/conf/httpd.conf).
LoadModule perl_module modules/mod_perl.so
More Information
For more information, see:
The Apache/Perl Integration Project
|
|