The most significant changes with this release compared to apache up to Mandriva Linux 2006.0. o The following packages has been removed: apache-mpm-peruser o mod_ssl has support for distcache and apr_memcache per default. o The SSL certificates and directories has been moved to the new /etc/pki directory structure. o The new htcacheclean subpackage will monitor and clean the mod_proxy (mod_disk_cache) directories at given intervals in a daemonized fashion. You can tune this in the /etc/sysconfig/htcacheclean configuration file. A word of advice regarding one obvious security issue. Since mod_access has been renamed to mod_authz_host every directory instance referring to mod_access will be invalid. If you have content secured like that please review your configuration. mod_access.c has changed to mod_authz_host.c. The new initscript should be able to trap this and prevent the server from starting. Please read the following files for more in-depth information about the changes in apache 2.2; upgrading.txt and new_features_2_2.txt The best practise is to read the apache manual before sending in bugreports, please install apache-doc like so: urpmi apache-doc and then read the somewhat localized apache manual online at: http://localhost/manual/ Thanks in advance. Regards // Oden Eriksson