Hi Timotheus, first have a look in: cat /etc/sysconfig/apache2 |grep MOD # * In the APACHE_MODULES variable, you can use mod_xyz or just xyz syntax. APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user authn_dbm authnz_ldap cgi dir env expires include log_config ldap mime negotiation reqtimeout setenvif ssl suexec php5 proxy proxy_http rewrite"
And see if there are the proxy and proxy_http. If not, use Yast2 or editor to change it. Also check the version of SLES. Which one do you use? ----- Original Message ----- > From: "B Timotheus" <[email protected]> > To: [email protected] > Sent: Friday, June 27, 2014 7:35:42 PM > Subject: [omd-users] OMD on SLES > > Trying to get OMD running on SLES I ran into the following problem: > > When I ran "omd create sitename" I received this error: > > Restarting Apache...Syntax error on line 31 of > /omd/sites/kanaan_check/etc/apache/mode.conf: > Invalid command 'SetEnv', perhaps misspelled or defined by a module not > included in the server configuration > > That line is simply " SetEnv OMD_SITE sitename" but above this in the conf > file I find the following: > > <IfModule !mod_proxy_http.c> > Alias /kanaan_check /omd/sites/sitename > <Directory /omd/sites/sitename> > Deny from all > ErrorDocument 403 "<h1>OMD: Incomplete Apache2 Installation</h1>You need > mod_proxy and m > od_proxy_http in order to run the web interface of OMD." > </Directory> > </IfModule> > > <Location /sitename> > ErrorDocument 503 "<meta http-equiv='refresh' content='60'><h1>OMD: Site > Not Started</h1>Y > ou need to start this site in order to access the web interface.<!-- IE shows > its own short > useless error message otherwise: placeholder > > I have checked the Apache modules, mod_proxy and mod_proxy_http are active. > > Can anybody in the list help me on this? > > Thanks in advance, > Timotheus > -- Best Timo _______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
