The following reply was made to PR os-osf/1314; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Emmanuel DECAEN <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-osf/1314: DEC OSF/1 seems to be hanged after 5-7 hours after Apache 1.3b2 start Date: Fri, 24 Oct 1997 04:12:43 -0700 (PDT) I can't believe that a system with 2.3Gb of RAM, and 4 CPUs doing nothing is "locked up" by Apache. What resource has run out? I don't know OSF at all, so I can't suggest what tools you should be using to find out why your system is sick. Try an OSF newsgroup. You can also try this patch below, apply it to src/main/conf.h. Then rebuild the server from scratch. Dean Index: conf.h =================================================================== RCS file: /export/home/cvs/apachen/src/main/conf.h,v retrieving revision 1.149 diff -u -r1.149 conf.h --- conf.h 1997/10/22 20:29:34 1.149 +++ conf.h 1997/10/24 11:10:36 @@ -218,7 +218,7 @@ #undef NO_KILLPG #undef NO_SETSID #define HAVE_MMAP -#define USE_MMAP_FILES +/* #define USE_MMAP_FILES */ #define HAVE_CRYPT_H #define NO_LONG_DOUBLE #define HAVE_SYSLOG
