View Single Post
Old 09-29-2009, 09:02 PM   #17
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

I have made tests on CentOS 5.3 (clean operating system + ISPmanager). I have managed to get to work all the plugins by installing the necessary modules

Code:
yum install perl-XML-LibXML
yum install perl-HTML-Parser
yum install perl-Compress-Zlib
perl -MCPAN -e 'install HTML::Tree'
perl -MCPAN -e 'install LWP::Simple'
And restart ispmanager by killall ispmgr command
Now all extensions are working.

We apologize for the inconvenience, on CentOS system plugins are not tested (read my previous post), in the next releases all modules will be installed automatically.

P.S. For more verbose info in the server-status also you need uncoment ExtendedStatus On in the httpd.conf

Last edited by tanya; 10-06-2009 at 05:01 AM.
slava is offline