Hi Bruno, Am 05.03.2015 21:18, schrieb Bruno Friedmann: > Anyway it's wrong due to some assumption which are false. > for example you force setenv which doesn't exist as module on suse > this create warning message when apache2 start afterward.
oh, I only assumed a message at install time of bareos-webui, not when starting apache. > Also you force the loading of php5 as module, when the server could be > configured to use > other method cgi or php-fpm (better) > > Same apply for dependencies at install time, forcing mod_php5 force system to > fallback apache2 to the prefork mode > when newer engine like event are better. > > It a things to make life easier to Joe user, but it should also let skilled > admin to choose themselve how their system has to be setup and configured. You are of course right. What do you suggest? Just leave it unconfigured (undesirable) or are there better options? On modern SUSEs (and Debian), Requires: mod_php5 could be replaced by a Recommends or Suggests, but this does not work on Redhat. Is there a php property, that works for any php apache modes? Anyhow, as soon as anybody wants to use another webserver (nginx for example, untested) this will fail anyway. It's not easy to create packages that integrate well on all major platforms. regards, Jörg -- Jörg Steffens [email protected] Bareos GmbH & Co. KG http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, Jörg Steffens, P. Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
