Install pagespeed module ( mod_pagespeed ) on Apache Web Server : CentOS / RHEL

The opensource pagespeed module ( mod_pagespeed ) is widely used for speed up the websites. Pagespeed module is available for Apache and Nginx . Currently, to list your website on google top search page , your site must be opened quickly. Hence, speed matters for user end experience also. Now a days, users do not … Read more

Can’t load ‘/usr/local/lib64/perl5/auto/nginx/nginx.so’

While working on Nginx installation from source, I got the following error when I try to run nginx after compilation – [root@localhost nginx-1.6.0]# /usr/sbin/nginx Can’t load ‘/usr/local/lib64/perl5/auto/nginx/nginx.so’ for module nginx: /usr/local/lib64/perl5/auto/nginx/nginx.so: undefined symbol: ngx_http_perl_handle_request at /usr/share/perl5/XSLoader.pm line 68. at /usr/local/lib64/perl5/nginx.pm line 56. Compilation failed in require. BEGIN failed–compilation aborted. nginx: [alert] perl_parse() failed: 255 [root@localhost … Read more