We forgot to include another thing about our problem with live staging problem. We use two error log for the apache http. One is for the apache use error_log while the midgard-data.conf use walhi.int-error_log. And the tail message as a follow : /**************
[EMAIL PROTECTED] oeng]# tail -f /var/log/httpd/walhi.int-error_log [Tue Dec 16 11:41:03 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/"$mgdroot/down.gif/" [Tue Dec 16 11:41:39 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/"".$TownPortal['siteroot']."/images/stock_exit.png/" [Tue Dec 16 11:57:24 2003] [error] [client 192.168.0.193] File does not exist: /var/www/html/test/ [Tue Dec 16 14:05:13 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/portal/sitemap/aegir sample site/news/started.html [Tue Dec 16 14:05:25 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/portal/sitemap/aegir sample site.html [Tue Dec 16 14:05:32 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/portal/sitemap/aegir sample site/tes.html [Tue Dec 16 14:21:30 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/sample/webalizer/index.html [Tue Dec 16 14:33:13 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/php_info/style.css [Tue Dec 16 15:10:08 2003] [error] [client 192.168.0.193] File does not exist: /var/www/html/eknas/ [Tue Dec 16 15:32:39 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/tes/ [EMAIL PROTECTED] oeng]# tail -f /var/log/httpd/error_log rlog: RCS/0,v: No such file or directory rlog: RCS/0,v: No such file or directory rlog: RCS/0,v: No such file or directory rlog: RCS/0,v: No such file or directory rlog: RCS/0,v: No such file or directory rlog: RCS/0,v: No such file or directory rlog: RCS/0,v: No such file or directory [Tue Dec 16 18:29:26 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/portal [Tue Dec 16 18:31:31 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/portal [Tue Dec 16 18:31:32 2003] [error] [client 192.168.0.190] File does not exist: /var/www/html/portal ***************/ If you see the host table that we already send you, the client request for www.walhi.int/portal in port 80, instead of exist in walhi.int-error_log the error just writen in error_log wich is i think the midgard engine not handling the request on port 80 like it suppose to. And in addition we use virtual ip for apache virtual host for midgard. Thanks Uung, Igor, and Willy On Tue, 2003-12-16 at 18:01, Igor O'Neill wrote: > >Delivered-To: [EMAIL PROTECTED] > >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > >list-help: <mailto:[EMAIL PROTECTED]> > >list-unsubscribe: <mailto:[EMAIL PROTECTED]> > >list-post: <mailto:[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >Delivered-To: mailing list [EMAIL PROTECTED] > >Date: Fri, 12 Dec 2003 19:31:22 +1100 > >From: John <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-pc-linux-gnu) > >X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on > > cubus.best-off.org > >X-Spam-Level: > >X-Spam-Status: No, hits=0.0 required=6.5 tests=none autolearn=no version=2.60 > >Subject: Re: [midgard-user] The Live Staging is Not Working > > > >Hi Willy > > > >....snip > > > > > > <VirtualHost 127.0.0.1:80> > > > MidgardDatabase midgardlive midgard password > > > MidgardPageCacheDir /var/www/midgard/cachelive > > > MidgardEngine On > > > ServerName www.walhi.int > > > Port 80 > > > > > > Any suggestions of things to check are most welcome! > > > >Try changing the <VirtualHost 127.0.0.1:80> to > ><VirtualHost 192.168.0.193:80>. > > > >cheers > > > >-- > >John Habermann > > > >http://www.ngogeeks.com > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
