# packages: http://download.opensuse.org/repositories/Apache:/Modules/ # build and install man manually: sudo apxs2 -ci -Wc,"-Wall -g" mod_stats.c a2enmod dbd a2enmod stats copy mod_dbd.conf to /etc/apache2 and include it server-wide (via /etc/sysconfig/apache2:APACHE_CONF_INCLUDE_FILES) copy contents of mod_stats.conf into your virtual host configuration. Q: use delayed inserts? A: no, insert are not done really often by this module. Q: use delayed updates (updates are frequent)? A: there _are_ no "delayed updates", only "low-priority" updates with mysql, but they couuld be postponed forever and never happen. And the updates don't really happen often, they don't (with msyql) lock the table if the InnoDB engine is used and the table is maybe not even read more than once a day.