This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
On by default; can be used to disable mod_perl for a given <VirtualHost>. For example:
<VirtualHost ...>
PerlOptions -Enable
</VirtualHost> 
Continue to: