thanks for the detailed explanations. torsten++ :) > That leads to an error saying that "<Directory" is not allowed at that point.
> But, a few thing cannot be applied by means of $r->add_config. For example > "AllowOverride" needs a "Directory" block I think what most people don't understand about $r->add_config() is that it's .htaccess-style configuration injection. so, if you can't use a given config from an .htaccess file you can't use add_config() for it either. all the rest is good stuff and on target :) --Geoff