Given SLES11 SP1 (x32) Task: Trying to us an HTTPserver.xml file for installation and configuration of apache2 via $ yast /usr/share/YaST2/clients/ayast_setup.ycp setup filename=/root/HTTPserver.xml Problem: Getting: Error . Cannot adjust 'apache2' service during ayast run. Cause: The variable APACHE_MODULES does not contains all configured modules and is missing the defaults Example from /etc/sysconfig/apache2 ... APACHE_MODULES="suexec info rewrite vhost_alias php5 perl python" ... Thus even the log_config option is set it is not written to the /etc/sysconfig/apache2 file Its really looks for that the whole apache module is more or less broken. Is there any documentation about the syntax of the HTTP server xml configuration ? Note: yast clone_system doe not includes an apache configuration at all. Attachments: YAST LOG ... 2011-08-05 16:49:17 <1> tcservice3(18950) [YCP] clients/inst_autoconfigure.ycp:148 Writing configuration for http-server 2011-08-05 16:49:17 <1> tcservice3(18950) [YCP] clients/inst_autoconfigure.ycp:183 Calling auto client with: $["Listen":[$["PORT":"80"]], "hosts":[$["KEY":"/"], $["KEY":"main"]], "modules":[$["change":"enable", "default":"0", "name":"suexec"], $["change":"disable", "default":"1", "name":"actions"], $["change":"disable", "default":"1", "name":"auth_basic"], $["change":"disable", "default":"1", "name":"authn_file"], $["change":"disable", "default":"1", "name":"authz_user"], $["change":"disable", "default":"1", "name":"authz_groupfile"], $["change":"disable", "default":"1", "name":"cgi"], $["change":"disable", "default":"1", "name":"include"], $["change":"disable", "default":"1", "name":"negotiation"], $["change":"disable", "default":"1", "name":"setenvif"], $["change":"disable", "default":"1", "name":"status"], $["change":"disable", "default":"1", "name":"userdir"], $["change":"disable", "default":"1", "name":"asis"], $["change":"disable", "default":"1", "name":"imagemap"], $["change":"enable", "default":"0", "name":"info"], $["change":"enable", "default":"0", "name":"rewrite"], $["change":"enable", "default":"0", "name":"vhost_alias"], $["change":"enable", "default":"0", "name":"php5"], $["change":"enable", "default":"0", "name":"perl"], $["change":"enable", "default":"0", "name":"python"], $["change":"enable", "default":"0", "name":"log_config"]], "service":true, "version":"2.9"] 2011-08-05 16:49:17 <1> tcservice3(18950) [YCP] clients/inst_autoconfigure.ycp:40 current step: 18 2011-08-05 16:49:17 <1> tcservice3(18950) [wfm] Y2CCWFM.cc(createInLevel):148 Parsing finished 2011-08-05 16:49:17 <1> tcservice3(18950) [Interpreter] clients/http-server_auto.ycp:119 Calling YaST client http-server_auto (arguments: ["Write"]) 2011-08-05 16:49:17 <1> tcservice3(18950) [YCP] clients/http-server_auto.ycp:26 ---------------------------------------- -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org