Also: Besides, 'use lib' in the startup script, you can also set the PERL5LIB variable in the httpd's environment to include any non-standard 'lib' directories that you choose. For example, to accomplish that you can include a line: PERL5LIB=/home/httpd/perl/extra; export PERL5LIB in the script that starts Apache. Alternatively, you can set this environment variable in httpd.conf: PerlSetEnv PERL5LIB /home/httpd/perl/extra |
- [Mason] mason/perl modules on a shared server Jackie Hamilton
- Re: [Mason] mason/perl modules on a shared server Calle Dybedahl
- Re: [Mason] mason/perl modules on a shared server Ryan Perry
- Re: [Mason] mason/perl modules on a shared server Ryan Perry
- Re: [Mason] mason/perl modules on a shared server Aaron Ross

