Jan Kaluza 7bbff0e
#
Jan Kaluza 7bbff0e
# Mod_perl incorporates a Perl interpreter into the Apache web server,
Jan Kaluza 7bbff0e
# so that the Apache web server can directly execute Perl code.
Jan Kaluza 7bbff0e
# Mod_perl links the Perl runtime library into the Apache web server
Jan Kaluza 7bbff0e
# and provides an object-oriented Perl interface for Apache's C
Jan Kaluza 7bbff0e
# language API.  The end result is a quicker CGI script turnaround
Jan Kaluza 7bbff0e
# process, since no external Perl interpreter has to be started.
Jan Kaluza 7bbff0e
#
Jan Kaluza 7bbff0e
Jan Kaluza 7bbff0e
LoadModule perl_module modules/mod_perl.so