On Wednesday 21 June 2006 19:37, Tomasz Grobelny wrote: > Dnia Wednesday, 21 of June 2006 14:21, Tomasz Grobelny napisał: > > It seems to me that horde-imp requires mod_authz_host. > > And apache-mod_dir+apache-mod_alias. Ok, I suppose that horde can also be > used with other http servers but those packages were clearly missing after > trying to install horde-imp/apache with poldek. Lack of the first one > caused apache to complain about unknown directives in config file, lack of > the other 2 made it impossible to properly run horde. the problem is that 'Allow from all' directive is provided by: - mod_auth for apache 1.3 and apache 2.0 - mod_authz_host by apache 2.2 (- mod_access by lighttpd)
and there's no clear way how to require such multiple matched 'virtual' without breaking webserver independency. in other cases you could add there apache(mod_dir) and apache(mod_alias), which would be provided by apache1-mod_dir or apache-mod_dir, that would preserve independency with apache 1.3 vs apache 2.0 apache2.2, but break for example lighttpd ;) ideas welcome how to solve especially the first case, if any! -- glen _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
