4c858d80e9a02556bf6a63f97800415cb26fd05d
wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
| ... | ... | @@ -39,7 +39,7 @@ The libraries end up under `/root/perl5/lib/perl5`. For use by AWStats, read acc |
| 39 | 39 | /usr/bin/perl install-module.pl File::MimeInfo::Magic |
| 40 | 40 | /usr/bin/perl install-module.pl File::Copy::Recursive |
| 41 | 41 | ``` |
| 42 | -Those modules were installed to `/root/perl5/lib/perl5` but for some reason any `SetEnv PERL5LIB` directive in the Apache configuration for the bugzilla `VirtualHost` section seemd to remain ignored. Therefore, after installing all modules required, I copied all contents of `/root/perl5/lib/perl` to `/usr/local/share/perl5` to make them found through the `@INC` variable. |
|
| 42 | +Those modules were installed to `/root/perl5/lib/perl5` but for some reason any `SetEnv PERL5LIB` directive in the Apache configuration for the bugzilla `VirtualHost` section seemd to remain ignored. Therefore, after installing all modules required, I copied all contents of `/root/perl5/lib/perl5` to `/usr/local/share/perl5` to make them found through the `@INC` variable. |
|
| 43 | 43 | * Ensure that `/root/perl5/lib/perl5` is part of the `PERL5LIB` variable setting in the AWStats virtual host configuration in `/etc/httpd/conf.d/awstats.conf` as follows: |
| 44 | 44 | ``` |
| 45 | 45 | <IfModule mod_env.c> |