Generally investing JVM states is easier since Oracle provide the tools inside the JDK (jstack, jstat, jconsole,…) but what to do when a process hangs for no reason?
Continue reading “Investigate process state and memory in Linux” »
Category: Apache
mod-vhost-ldap-ng updated for apache httpd 2.4
Today I release the version 1.2.0 of mod-vhost-ldap-ng for the new Stable release of  Apache HTTPd.
+ Per-request document-root: solves some problem in memory management of apache structures and give more stability
+ Fixed some compiler warning
+ Better configure script, now you can point a custom apxs binary outside $PATH
DOWNLOAD:Â https://github.com/Ardeek/mod-vhost-ldap-ng/archive/1.2.0.tar.gz
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” »