From owner-freebsd-questions Mon Sep 11 13:59:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by hub.freebsd.org (Postfix) with ESMTP id 3633637B423 for ; Mon, 11 Sep 2000 13:59:57 -0700 (PDT) Received: from copland.udel.edu (papalia@copland.udel.edu [128.175.13.92]) by copland.udel.edu (8.9.3/8.9.3) with ESMTP id QAA18261; Mon, 11 Sep 2000 16:59:54 -0400 (EDT) Date: Mon, 11 Sep 2000 16:59:54 -0400 (EDT) From: John To: Sven Huster Cc: freebsd-questions@FreeBSD.ORG Subject: Re: server break down In-Reply-To: <20000911223434.A560@p3EE0742B.dip.t-dialin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > hi there, > > i have a webserver running apache with php, which regularly breaks down > +completely. > > there are no special messages in /var/log/messages (sometime apache dies with > +signal 11) and also no messages on the console (dont know exact, but couldnt be > +seen, cause the monitor stays black after break down). > > how can i track down this problem? > > i run freebsd 4.0 Within your /usr/local/etc/apache.conf there should be lines indicating where your log files are kept. In my case, I have: # ErrorLog: The location of the error log file. ErrorLog /www/logs/apache_error_log If you have virtual hosts, there are most definitions in there too. Check on your apache.conf file for this definition and then go take a look at the file it points you to - you might find more info there. Hope that helps, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message