Hello Timo, Yes, the proxy and proxy_http modules are in the list.
I am running SLES 11.3. I am also running Novell's SMT and a seperate Nagios installation on this server. I hope there is not conflict there. When I run "omd start sitename" it claims to start without errors. But when I point Firefox at http://servername/sitename/ it gives me an error 404. Looking in /var/log/Apache2/error.log I see [Mon Jun 30 11:54:27 2014] [error] [client 10.1.100.14] File does not exist: /srv/www/htdocs/sitename Obviously it should not be looking there, but I do not know how to tell Apache where to look. Sorry to be so ignorant. When I get a couple of projects finished I want to get a book on Apache become a bit more competent. Thanks for any help. Timotheus >>> Timo Scheller <[email protected]> 30.06.2014 11:30 >>> 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 ---------------------------------------------------------------------- Diese Nachricht wurde auf Viren und andere gefährliche Inhalte untersucht und ist wahrscheinlich sauber. Klicken Sie hier um diese Email als SPAM zu melden: http://mail.kanaan.org/cgi-bin/learn-msg.cgi?id=30F7527F7D.A3319 This message was scanned and is believed to be clean. Click here to report this message as spam. http://mail.kanaan.org/cgi-bin/learn-msg.cgi?id=30F7527F7D.A3319 _______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
