Posts under Linux

CPAN Error: make test had returned bad status, won’t install without force

advertisement

perlThere are some perl CPAN issue during installation and it keep showing error “make test had returned bad status, won’t install without force”. After reading some CPAN documentation and relatedblog, here’s the solution to solve this CPAN issue.

To solve “CPAN error: make test had returned bad status, won’t install without force” follow the command below:-

Continue reading CPAN Error: make test had returned bad status, won’t install without force »

How to remove apache test page in CentOS

advertisement

After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the configuration file. Before you do any modification, please make sure you have the privilege to reload the apache webserver.


apache test page

To remove apache test page in CentOS, follow the steps below:-

Continue reading How to remove apache test page in CentOS »