On Mon, Jul 28, 2003 at 11:24:25AM -0400, Jesse Guardiani wrote:
> BTW, here's my configure, just in case you're interested:
> 
>    ./configure --enable-https=auto --enable-softtimeout=1800 \
>                 --with-maxargsize=10000000 \
>                 --with-maxformargsize=10000000 --with-trashquota \
>                 --without-authpwd --without-authshadow \
>                 --without-authpam --without-authuserdb \
>                 --without-authmysql --without-authpgsql \
>                 --without-authldap --without-authdaemon \
>                 --with-authvchkpw --enable-webpass=yes \
>                 --enable-cgibindir=/usr/local/apache/cgi-bin

I use --enable-webpass=no (the passwords are stored in LDAP and there's a
separate selfcare interface for updating passwords). But like you say,
better to check ktrace rather than speculate. If the ktrace output is
inconclusive, you can also try:

  gdb /usr/local/apache/cgi-bin/sqwebmail <pid>

(it turns out to be as easy as that to attach gdb to a running process!)
and/or force a core dump, which I always forget how to do reliably.

And yes, I am a FreeBSD guy... the boxes in question are running 4.6.2 but
due for an update shortly.

Cheers,

Brian.

Reply via email to