Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: apache 2.4 mod_perl permission denied on standard modules

by Crackers2 (Parson)
on Aug 28, 2015 at 19:51 UTC ( [id://1140373]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
    ...
    
    use Apache2::Const qw(:common);
    use Digest::SHA qw(sha256_hex sha1_hex);
    
  2. or download this
    /etc/apache2/script /srv/www/perl-lib /usr/lib/perl5/site_perl/5.18.2/
    +x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.18.2 /usr/lib/pe
    +rl5/vendor_perl/5.18.2/x86_64-linux-thread-multi /usr/lib/perl5/vendo
    +r_perl/5.18.2 /usr/lib/perl5/5.18.2/x86_64-linux-thread-multi /usr/li
    +b/perl5/5.18.2 /usr/lib/perl5/site_perl . /srv/www
    package Digest::SHA;
    ...
    @EXPORT_OK = qw(
            hmac_sha1       hmac_sha1_base64        hmac_sha1_hex
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1140373]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-19 06:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found