[... YOUR USUAL CONFIG STUFF HERE ] # tell Apache to use the PERL5LIB PassEnv PERL5LIB # pass it on to the fastcgi processes that Apache will # start up for us (3 in this case) FastCgiServer /PATH/TO/my_app_fastcgi.pl -processes 3 -initial-env PERL5LIB