Bugzilla – Bug 115301
default modules in http-server module during autoinstall
Last modified: 2005-09-06 11:41:27 UTC
the UI of the http-server in the yast-autoinstall module has as default all apache modules deactivated. This leads to an unusable autoinstallation + an unusable apache2 configuration if the user does not activate the modules that are used in our default apache configuration. Those are: mod_access mod_alias mod_dir mod_log_config mod_mime mod_setenvif So the user has to know that he needs to activate at least those to get a working apache. If those modules are not configured to be loaded by apache, our default config does not work and the autoinstallation fails because of that.
fixed