From owner-freebsd-questions Mon Sep 13 22:45:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lion.kgv.edu.hk (lion.kgv.edu.hk [152.101.128.1]) by hub.freebsd.org (Postfix) with SMTP id 2BCF714E37 for ; Mon, 13 Sep 1999 22:45:40 -0700 (PDT) (envelope-from menger@dhs.org) Received: (qmail 2609 invoked by uid 507); 14 Sep 1999 05:45:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Sep 1999 05:45:37 -0000 Date: Tue, 14 Sep 1999 13:45:37 +0800 (CST) From: Matthew Enger X-Sender: menger@lion.kgv.edu.hk To: freebsd-questions@freebsd.org Subject: Segfaulting apache 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 Hello, I am running the Apache13-php3 port compiled with mysql and IMAP support and I am trying to use .htaccess authentication. I am running the STABLE branch of FreeBSD and did a CVSUP about 2 days ago. Previously when I ran htpasswd to set a password in the htaccess password file I gave it would segfault (before the last cvsup). I then ran a cvsup and found that the port for Apache13-php3 had been updated again and recompiled. This fixed the htpasswd problem but now apache is segfaulting when I type in the userid and password into lynx. My system is using md5 rather then des which means that the c crypt() function returns a md5 string rather then a des string, could this be causing the problem? my .htaccess file: Options None order deny,allow deny from all allow from all require valid-user AuthType Basic AuthName www.kgv.tj AuthUserFile /usr/local/share/apache/htdocs/_private/passwd my passwd file: menger:$1$NxV4x/..$zUWJEBW2vhVzdzE0FhIld. Entry in apache log: [Tue Sep 14 10:50:13 1999] [notice] child pid 14554 exit signal Segmentation fault (11) Any assistance would be greatly appricated. from, Matthew Enger menger@dhs.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message