Hi Timotheus, ----- Original Message ----- > From: "B Timotheus" <[email protected]> > To: [email protected] > Sent: Monday, June 30, 2014 2:00:37 PM > Subject: Re: [omd-users] OMD on SLES > > Hello Timo, > > thanks for the welcome and thank you for going after this with me. > > Here are the results: > > HOST:/etc/apache2/conf.d # ls -la zzz* > lrwxrwxrwx 1 root root 43 Jun 28 09:50 zzz_omd.conf -> > /omd/versions/default/share/omd/apache.conf > > HOST:/etc/apache2/conf.d # cat zzz_omd.conf > # Include Apache configuration of OMD sites > Include /omd/apache/*.conf > > HOST:/etc/apache2/vhosts.d # ls > vhost-ssl.conf vhost-ssl.template vhost.template > > HOST:/etc/apache2/vhosts.d # cd .. > > HOST:/etc/apache2 # ls *.conf > default-server.conf mod_info.conf mod_userdir.conf > errors.conf mod_log_config.conf > mod_usertrack.conf > httpd.conf mod_mime-defaults.conf > server-tuning.conf > listen.conf mod_reqtimeout.conf ssl-global.conf > mod_autoindex-defaults.conf mod_status.conf uid.conf > > HOST:/opt/omd/apache # ll > total 4 > -rw-r--r-- 1 root root 53 Jun 28 09:50 kanaan_check.conf > > HOST:/etc/apache2 # su - sitename > OMD[sitename]:~$ omd config show > APACHE_MODE: own > APACHE_TCP_ADDR: 127.0.0.1 > APACHE_TCP_PORT: 5000 > ... > > You had a different port number. Is that critical? nope. With each new site, new portnumber. Thats normal. Nothing to worry.
So it seems right. At least from this point. Just to be clear and not missing anything. - After installing OMD and configuring one site, you happen to have stopped and started the apache2 system-wide with --> rc2apache2 stop|start ? - You have checked, that the apache inside the omd site is running with OMD[SITENAME]:~$ omd status .... apache: running .... ----------------------- Overall state: running and if not please do omd start (inside the SITE) > > Thanks again, > Timotheus > > >>> Timo Scheller <[email protected]> 30.06.2014 12:45 >>> > Hi Timotheus, > > ----- Original Message ----- > > From: "B Timotheus" <[email protected]> > > To: [email protected] > > Sent: Monday, June 30, 2014 11:57:49 AM > > Subject: Re: [omd-users] OMD on SLES > > > > Hello Timo, > > > > Yes, the proxy and proxy_http modules are in the list. > OK, that is good. > > > > > I am running SLES 11.3. > Also OK. > > > > > I am also running Novell's SMT and a seperate Nagios installation on > > this server. I hope there is not conflict there. > Nope, we use SMT too. But no Nagios-Install on the same server. But > that also > shouldn`t be your problem. > > > > > 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. > First, your welcome. ;-) Second, a bit understanding of how apache > works > is always a win. ;-) > > So just let us look if you have this too: > HOST:/etc/apache2/conf.d # ls -la zzz* > zzz_omd.conf -> /omd/versions/default/share/omd/apache.conf > > HOST:/etc/apache2/conf.d # cat zzz_omd.conf > # Include Apache configuration of OMD sites > Include /omd/apache/*.conf > > Ans please have a look in > HOST:/etc/apache2/vhosts.d/ > if there is anything about virtual hosts. > > And also check, if /omd/apache/*.conf are present. > > > Then go into your site (su - SITENAME) an show your config > omd config show > OMD[SITENAME]:~$ omd config show > APACHE_MODE: own > APACHE_TCP_ADDR: 127.0.0.1 > APACHE_TCP_PORT: 5019 > > This musst be there. -- Best Timo _______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
