Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54424 invoked by uid 500); 3 Apr 2003 15:53:20 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54376 invoked from network); 3 Apr 2003 15:53:19 -0000 Received: from unknown (HELO inet-mail2.themeganet.com) (199.193.13.67) by daedalus.apache.org with SMTP; 3 Apr 2003 15:53:19 -0000 Received: by inet-mail2.themeganet.com with Internet Mail Service (5.5.2653.19) id ; Thu, 3 Apr 2003 11:00:42 -0500 Message-ID: <6C1A849C8F00754FB491F504EB3B8BF106F7D981@MGEX0001.themeganet.com> From: batristain@mediageneral.com To: users@httpd.apache.org Date: Thu, 3 Apr 2003 10:52:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Apache says it's started but it hasn't.... Yes I'm on solaris - thanks for the info but I had another pair of eyes look at it here and he figured out that the box wasn't rebooted after my change....so it's up finally Apache with SSL -:) YEAH -----Original Message----- From: Jimmy McDonald [mailto:iod@bsdshell.dyndns.org] Sent: Thursday, April 03, 2003 10:49 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache says it's started but it hasn't.... If I remember correctly you are on a Solaris box. I have run into this problem before and its very frustrating. Since the logs are showing you nothing, my next step would be to take a look at what is really happening. The following will create a big ugly file with a bunch of stuff that looks impossible to understand. truss -o truss.out -f ./apachectl start ----[sidenote]---- If you have linux, I believe the equivalent would be: strace -o strace.out -f ./apachectl start If so, just do a man strace ----[/sidenote]---- If you issue that, all the system calls, signals and faults of the process and child processes will be sent to the file truss.out >From there you might be able to get some insight as to what exactly is causing the failure. This file is not easy to read and you might want read the man pages on it to see if some of the options might be interesting to you but the man pages don't tell you how to read the output but rather how to pick and chose what you want to output and to some extent, how you want it to look. There could be things that on first pass look like errors where the process says it couldn't find something in a certain path but if you look it will keep looking in other places and in the end actually does find it. Usually what I do edit the truss.out and go to the end of the file and work my way up because the message where process terminated will be most likely be at the end. Of course, some condition that was recorded earlier in the file might be the reason it terminated. Sometimes even using truss doesn't reveal what you were hoping it would but since it takes almost no time it's worth a go. On Thu, 3 Apr 2003 batristain@mediageneral.com wrote: > Okay it tells me it's started but there are no processes when I do a > grep and nothing in the error_log Any suggestions? > > # ps -ef|grep apache > # ./apachectl start > ./apachectl start: httpd started > # ps -ef|grep apache > > > > > Bobbie Atristain > Internet Systems Administrator > Media General, INC. > 804.649.6156 > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. See for more > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org