Recently i developed a Perl script for a TLC company to monitor thread pools of a weblogic cluster
with nagios, here i’m going to post a sample version.
Continue reading “Monitoring Bea Weblogic thread pools with a Perl script” »
Category: Linux
Proftpd with MySQL + MD5 users’ password on lenny
The old versions of proftpd dont support mysql md5 algorithm for password checks,
so for who have to use debian lenny with proftpd 1.3.1 the only way to make MD5 work is to use PAM-MySQL + libnss-mysql.
Continue reading “Proftpd with MySQL + MD5 users’ password on lenny” »
Configuring Apache dynamic virtualhosts with LDAP and mod_vhost_ldap_ng
Here we are going to describe a dynamic virtualhosting environment working with Apache 2.2, OpenLDAP, Suexec, FastCGI and mod_vhost_ldap_ng on a debian lenny.
Continue reading “Configuring Apache dynamic virtualhosts with LDAP and mod_vhost_ldap_ng” »