[Fri Aug 28 18:15:43.053198 2015] [perl:error] [pid 22133] [client x.x.x.x:x] failed to resolve handler `MyHandler': Can't locate Digest/SHA.pm: Permission denied at /etc/apache2/script/MyHandler.pm line 7.\nBEGIN failed--compilation aborted at /etc/apache2/script/MyHandler.pm line 7.\nCompilation failed in require at (eval 5) line 2.\n, referer: https://x.x.x.x/ #### package MyHandler; use strict; use warnings; use Apache2::Const qw(:common); use Digest::SHA qw(sha256_hex sha1_hex); use OtherModule; use Apache2::RequestRec; use Apache2::RequestIO; use Apache2::Const; use Apache2::Log; use APR::Table; use CGI::Cookie; use Apache2::URI (); use APR::URI; use APR::Pool ();