From owner-freebsd-questions Thu Apr 12 8: 6:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.biographix.com (mail.biographix.com [209.47.192.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DC1337B423 for ; Thu, 12 Apr 2001 08:06:38 -0700 (PDT) (envelope-from eperrin@bigorbit.com) Received: from bottleneck2000 ([192.168.1.135]) by mail.biographix.com (8.11.3/8.11.3) with SMTP id f3CF6q435490; Thu, 12 Apr 2001 11:06:52 -0400 (EDT) (envelope-from eperrin@bigorbit.com) Message-ID: <00b701c0c363$6b388a20$8701a8c0@bottleneck2000> From: "Elliott Perrin" To: "Peter Kok" , References: <3AD5BBA8.86FD22B6@hotmail.com> Subject: Re: web server question Date: Thu, 12 Apr 2001 11:15:32 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check your apache error log and your apache.conf or httpd.conf file (whichever one you have for the apache configuration) It also depends on how you built apache, which modules you included. For example there are some modules (example and mmap_static are two as I recall) that are experimental and can make your machine do some funky things. You can check which modules are DSO's by looking in your configuration file, and you can check for static modules by running the httpd (or apache, again depending on your build) binary with the -l flag. eg /usr/local/bin/httpd -l Also make sure that your virtual hosts are properly setup if you have any. Cheers, ~e eperrin@bigorbit.com ----- Original Message ----- From: "Peter Kok" To: Sent: Thursday, April 12, 2001 10:28 AM Subject: web server question > Hi All > > My server is installed apache-1.3.12, FreeBSD 4.0-RELEASE, which only > has web services running. > > The memory is > real memory = 16777216 (16384K bytes) > avail memory = 12652544 (12356K bytes) > CPU: Pentium/P55C (167.05-MHz 586-class CPU) > > Sometime the web service is suddenly forzen. Telnet application is no > problem. After I cold boot the machine, it is normal again. I know > Freebsd is strong for web service. What could be wrong with my web > server? What should I check it? I checked /var/log/messages, and > httpd-access.log, don't find any problem. I am puzzled about what > process could be holding up the service. > > tks much > > regards > Peter > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message