in reply to Dynamic @INC under mod_perl2 (Apache2 VirtualHost)
Update: Not all the virtual hosts share the same perl interpreters in mod_perl/2, so this post is incorrect.
<Perl> # For LoadModule use lib '/path/to/lib'; </Perl> LoadModule ... <VirtualHost ...> ... PerlSwitches -I/home/dev/lib/perl ... </VirtualHost> <VirtualHost ...> ... PerlSwitches -I/home/dev/lib/perl ... </VirtualHost>
|
|---|