www/61337: mod_auth_external support for checkpassword authentication with httpd 2.0.48_2

Matthias Lederhofer matled at uni.de
Tue Jan 13 14:33:00 PST 2004


>Number:         61337
>Category:       www
>Synopsis:       mod_auth_external support for checkpassword authentication with httpd 2.0.48_2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 14:30:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Lederhofer
>Release:        FreeBSD 5.1-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD lumbie.lan 5.1-RELEASE-p11 FreeBSD 5.1-RELEASE-p11 #2: Fri Dec 19 17:35:40 CET 2003 matled at lumbie.lan:/usr/src/sys/i386/compile/LUMBIE i386


>Description:
When updating from to httpd 2.0.48_2 mod_auth_external failed working. I tried around a bit and found out that only the method 'checkpassword' (not pipe/environment) are affected. When I did not find any way to get it working I downgraded back to 2.0.48_1 and it worked as usual.
>How-To-Repeat:
I do only have one machine running FreeBSD so I do not know if this problem always occurs, but I did nothing else than upgrading to httpd_2.0.48_2.
>Fix:

--- config.log begins here ---
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --prefix=/usr/local --enable-layout=FreeBSD --with-perl=/usr/local/bin/perl5.8.2 --with-port=80 --with-expat=/usr/local --libdir=/usr/local/lib/apache2 --includedir=/usr/local/include/apache2 --enable-v4-mapped --with-dbm=db4 --with-berkeley-db=/usr/local --enable-so --with-ssl=/usr --enable-mods-shared=access auth auth_anon auth_dbm auth_digest dav dav_fs actions alias asis autoindex cache cern_meta  cgi cgid charset_lite deflate dir disk_cache env expires  file_cache headers imap include info log_config logio mime  mime_magic negotiation rewrite setenvif speling status  unique_id userdir usertrack vhost_alias  proxy proxy_connect proxy_ftp proxy_http  ssl --with-mpm=prefork i386-portbld-freebsd5.1 --prefix=/usr/local i386-portbld-freebsd5.1

## --------- ##
## Platform. ##
## --------- ##

hostname = lumbie.lan
uname -m = i386
uname -r = 5.1-RELEASE-p11
uname -s = FreeBSD
uname -v = FreeBSD 5.1-RELEASE-p11 #2: Fri Dec 19 17:35:40 CET 2003     matled at lumbie.lan:/usr/src/sys/i386/compile/LUMBIE 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/libtool13
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/matled/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1507: checking for chosen layout
configure:1509: result: FreeBSD
configure:2302: checking for working mkdir -p
configure:2318: result: yes
configure:2335: checking build system type
configure:2353: result: i386-portbld-freebsd5.1
configure:2361: checking host system type
configure:2375: result: i386-portbld-freebsd5.1
configure:2383: checking target system type
configure:2397: result: i386-portbld-freebsd5.1
configure:2426: checking for APR
configure:2486: result: reconfig
configure:2726: checking for APR-util
configure:2787: result: reconfig
configure:2975: checking for i386-portbld-freebsd5.1-gcc
configure:3001: result: cc
configure:3283: checking for C compiler version
configure:3286: cc --version </dev/null >&5
cc (GCC) 3.2.2 [FreeBSD] 20030205 (release)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3289: $? = 0
configure:3291: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.2 [FreeBSD] 20030205 (release)
configure:3294: $? = 0
configure:3296: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:3299: $? = 1
configure:3325: checking for C compiler default output
configure:3328: cc -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:3331: $? = 0
configure:3364: result: a.out
configure:3369: checking whether the C compiler works
configure:3375: ./a.out
configure:3378: $? = 0
configure:3393: result: yes
configure:3400: checking whether we are cross compiling
configure:3402: result: no
configure:3405: checking for suffix of executables
configure:3407: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:3410: $? = 0
configure:3432: result: 
configure:3438: checking for suffix of object files
configure:3462: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:3465: $? = 0
configure:3484: result: o
configure:3488: checking whether we are using the GNU C compiler
configure:3515: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:3518: $? = 0
configure:3521: test -s conftest.o
configure:3524: $? = 0
configure:3536: result: yes
configure:3542: checking whether cc accepts -g
configure:3566: cc -c -g   conftest.c >&5
configure:3569: $? = 0
configure:3572: test -s conftest.o
configure:3575: $? = 0
configure:3585: result: yes
configure:3612: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
conftest.c:2: syntax error before "me"
configure:3615: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3730: checking how to run the C preprocessor
configure:3832: result: cc -E
configure:3847: cc -E   conftest.c
configure:3853: $? = 0
configure:3880: cc -E   conftest.c
configure:3877:28: ac_nonexistent.h: No such file or directory
configure:3886: $? = 1
configure: failed program was:
#line 3876 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4257: checking for rm
configure:4275: found /bin/rm
configure:4287: result: /bin/rm
configure:4298: checking for gawk
configure:4327: result: no
configure:4298: checking for mawk
configure:4327: result: no
configure:4298: checking for nawk
configure:4314: found /usr/bin/nawk
configure:4324: result: nawk
configure:4346: checking for a BSD-compatible install
configure:4400: result: /usr/bin/install -c -o root -g wheel
configure:4411: checking whether ln -s works
configure:4415: result: yes
configure:4425: checking for i386-portbld-freebsd5.1-ranlib
configure:4454: result: no
configure:4463: checking for ranlib
configure:4479: found /usr/bin/ranlib
configure:4490: result: ranlib
configure:4506: checking for AIX
configure:4525: result: no
configure:4531: checking for library containing strerror
configure:4564: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:4567: $? = 0
configure:4570: test -s conftest
configure:4573: $? = 0
configure:4632: result: none required
configure:4639: checking for ANSI C header files
configure:4653: cc -E   conftest.c
configure:4659: $? = 0
configure:4746: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:4749: $? = 0
configure:4751: ./conftest
configure:4754: $? = 0
configure:4768: result: yes
configure:4792: checking for sys/types.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for sys/stat.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for stdlib.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for string.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for memory.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for strings.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for inttypes.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for stdint.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4792: checking for unistd.h
configure:4805: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.o
configure:4814: $? = 0
configure:4824: result: yes
configure:4846: checking minix/config.h usability
configure:4855: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:4884:26: minix/config.h: No such file or directory
configure:4858: $? = 1
configure: failed program was:
#line 4849 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>
configure:4873: result: no
configure:4877: checking minix/config.h presence
configure:4884: cc -E   conftest.c
configure:4881:26: minix/config.h: No such file or directory
configure:4890: $? = 1
configure: failed program was:
#line 4880 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:4908: result: no
configure:4926: checking for minix/config.h
configure:4933: result: no
configure:4967: checking for ANSI C header files
configure:5096: result: yes
configure:5131: checking for string.h
configure:5136: result: yes
configure:5140: checking limits.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5152: $? = 0
configure:5155: test -s conftest.o
configure:5158: $? = 0
configure:5167: result: yes
configure:5171: checking limits.h presence
configure:5178: cc -E   conftest.c
configure:5184: $? = 0
configure:5202: result: yes
configure:5220: checking for limits.h
configure:5227: result: yes
configure:5131: checking for unistd.h
configure:5136: result: yes
configure:5140: checking sys/socket.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5152: $? = 0
configure:5155: test -s conftest.o
configure:5158: $? = 0
configure:5167: result: yes
configure:5171: checking sys/socket.h presence
configure:5178: cc -E   conftest.c
configure:5184: $? = 0
configure:5202: result: yes
configure:5220: checking for sys/socket.h
configure:5227: result: yes
configure:5140: checking pwd.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5152: $? = 0
configure:5155: test -s conftest.o
configure:5158: $? = 0
configure:5167: result: yes
configure:5171: checking pwd.h presence
configure:5178: cc -E   conftest.c
configure:5184: $? = 0
configure:5202: result: yes
configure:5220: checking for pwd.h
configure:5227: result: yes
configure:5140: checking grp.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5152: $? = 0
configure:5155: test -s conftest.o
configure:5158: $? = 0
configure:5167: result: yes
configure:5171: checking grp.h presence
configure:5178: cc -E   conftest.c
configure:5184: $? = 0
configure:5202: result: yes
configure:5220: checking for grp.h
configure:5227: result: yes
configure:5131: checking for strings.h
configure:5136: result: yes
configure:5140: checking sys/prctl.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5178:23: sys/prctl.h: No such file or directory
configure:5152: $? = 1
configure: failed program was:
#line 5143 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/prctl.h>
configure:5167: result: no
configure:5171: checking sys/prctl.h presence
configure:5178: cc -E   conftest.c
configure:5175:23: sys/prctl.h: No such file or directory
configure:5184: $? = 1
configure: failed program was:
#line 5174 "configure"
#include "confdefs.h"
#include <sys/prctl.h>
configure:5202: result: no
configure:5220: checking for sys/prctl.h
configure:5227: result: no
configure:5140: checking sys/processor.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5178:27: sys/processor.h: No such file or directory
configure:5152: $? = 1
configure: failed program was:
#line 5143 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/processor.h>
configure:5167: result: no
configure:5171: checking sys/processor.h presence
configure:5178: cc -E   conftest.c
configure:5175:27: sys/processor.h: No such file or directory
configure:5184: $? = 1
configure: failed program was:
#line 5174 "configure"
#include "confdefs.h"
#include <sys/processor.h>
configure:5202: result: no
configure:5220: checking for sys/processor.h
configure:5227: result: no
configure:5140: checking sys/sem.h usability
configure:5149: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5152: $? = 0
configure:5155: test -s conftest.o
configure:5158: $? = 0
configure:5167: result: yes
configure:5171: checking sys/sem.h presence
configure:5178: cc -E   conftest.c
configure:5184: $? = 0
configure:5202: result: yes
configure:5220: checking for sys/sem.h
configure:5227: result: yes
configure:5240: checking for sys/wait.h that is POSIX.1 compatible
configure:5274: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5277: $? = 0
configure:5280: test -s conftest.o
configure:5283: $? = 0
configure:5293: result: yes
configure:5305: checking for cc option to accept ANSI C
configure:5368: cc  -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5371: $? = 0
configure:5374: test -s conftest.o
configure:5377: $? = 0
configure:5394: result: none needed
configure:5402: checking for an ANSI C-conforming const
configure:5472: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5475: $? = 0
configure:5478: test -s conftest.o
configure:5481: $? = 0
configure:5491: result: yes
configure:5543: checking for getpwnam
configure:5586: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:5589: $? = 0
configure:5592: test -s conftest
configure:5595: $? = 0
configure:5605: result: yes
configure:5543: checking for getgrnam
configure:5586: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:5589: $? = 0
configure:5592: test -s conftest
configure:5595: $? = 0
configure:5605: result: yes
configure:5543: checking for initgroups
configure:5586: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:5589: $? = 0
configure:5592: test -s conftest
configure:5595: $? = 0
configure:5605: result: yes
configure:5543: checking for bindprocessor
configure:5586: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
/var/tmp//ccGZXfb9.o: In function `main':
/var/tmp//ccGZXfb9.o(.text+0x16): undefined reference to `bindprocessor'
configure:5589: $? = 1
configure: failed program was:
#line 5549 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char bindprocessor (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char bindprocessor ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_bindprocessor) || defined (__stub___bindprocessor)
choke me
#else
f = bindprocessor;
#endif

  ;
  return 0;
}
configure:5605: result: no
configure:5543: checking for prctl
configure:5586: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
/var/tmp//ccLLbBSV.o: In function `main':
/var/tmp//ccLLbBSV.o(.text+0x16): undefined reference to `prctl'
configure:5589: $? = 1
configure: failed program was:
#line 5549 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char prctl (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char prctl ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_prctl) || defined (__stub___prctl)
choke me
#else
f = prctl;
#endif

  ;
  return 0;
}
configure:5605: result: no
configure:5543: checking for timegm
configure:5586: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r >&5
configure:5589: $? = 0
configure:5592: test -s conftest
configure:5595: $? = 0
configure:5605: result: yes
configure:5616: checking for tm_gmtoff in struct tm
configure:5641: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:5644: $? = 0
configure:5647: test -s conftest.o
configure:5650: $? = 0
configure:5660: result: yes
configure:5835: checking whether to enable mod_access
configure:5873: result: shared
configure:5921: checking whether to enable mod_auth
configure:5959: result: shared
configure:6007: checking whether to enable mod_auth_anon
configure:6045: result: shared
configure:6093: checking whether to enable mod_auth_dbm
configure:6131: result: shared
configure:6180: checking whether to enable mod_auth_digest
configure:6216: result: checking dependencies
configure:6248: checking whether to enable mod_auth_digest
configure:6260: result: shared
configure:6356: checking whether to enable mod_isapi
configure:6394: result: no
configure:6490: checking whether to enable mod_file_cache
configure:6528: result: shared
configure:6624: checking whether to enable mod_echo
configure:6662: result: no
configure:6847: checking whether to enable mod_charset_lite
configure:6885: result: shared
configure:6937: checking whether to enable mod_cache
configure:6975: result: shared
configure:7023: checking whether to enable mod_disk_cache
configure:7061: result: shared
configure:7109: checking whether to enable mod_mem_cache
configure:7147: result: no
configure:7195: checking whether to enable mod_example
configure:7233: result: no
configure:7281: checking whether to enable mod_case_filter
configure:7319: result: no
configure:7367: checking whether to enable mod_case_filter_in
configure:7405: result: no
configure:7455: checking whether to enable mod_ldap
configure:7493: result: no
configure:7543: checking whether to enable mod_auth_ldap
configure:7581: result: no
configure:7655: checking whether to enable mod_ext_filter
configure:7693: result: no
configure:7741: checking whether to enable mod_include
configure:7779: result: shared
configure:7850: checking whether to enable mod_deflate
configure:7886: result: checking dependencies
configure:7900: checking for zlib location
configure:7921: result: /usr
configure:8019: checking for zlib library
configure:8040: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz >&5
configure:8043: $? = 0
configure:8046: test -s conftest
configure:8049: $? = 0
configure:8051: result: found
configure:8067: checking zutil.h usability
configure:8076: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:8105:19: zutil.h: No such file or directory
configure:8079: $? = 1
configure: failed program was:
#line 8070 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <zutil.h>
configure:8094: result: no
configure:8098: checking zutil.h presence
configure:8105: cc -E   conftest.c
configure:8102:19: zutil.h: No such file or directory
configure:8111: $? = 1
configure: failed program was:
#line 8101 "configure"
#include "confdefs.h"
#include <zutil.h>
configure:8129: result: no
configure:8147: checking for zutil.h
configure:8154: result: no
configure:8181: checking whether to enable mod_deflate
configure:8193: result: shared
configure:8267: checking whether to enable mod_log_config
configure:8305: result: shared
configure:8354: checking whether to enable mod_logio
configure:8392: result: shared
configure:8466: checking whether to enable mod_env
configure:8504: result: shared
configure:8552: checking whether to enable mod_mime_magic
configure:8590: result: shared
configure:8638: checking whether to enable mod_cern_meta
configure:8676: result: shared
configure:8724: checking whether to enable mod_expires
configure:8762: result: shared
configure:8810: checking whether to enable mod_headers
configure:8848: result: shared
configure:8897: checking whether to enable mod_usertrack
configure:8933: result: checking dependencies
configure:8950: checking sys/times.h usability
configure:8959: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:8962: $? = 0
configure:8965: test -s conftest.o
configure:8968: $? = 0
configure:8977: result: yes
configure:8981: checking sys/times.h presence
configure:8988: cc -E   conftest.c
configure:8994: $? = 0
configure:9012: result: yes
configure:9030: checking for sys/times.h
configure:9037: result: yes
configure:9054: checking for times
configure:9097: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz >&5
configure:9100: $? = 0
configure:9103: test -s conftest
configure:9106: $? = 0
configure:9116: result: yes
configure:9127: checking whether to enable mod_usertrack
configure:9139: result: shared
configure:9188: checking whether to enable mod_unique_id
configure:9226: result: shared
configure:9274: checking whether to enable mod_setenvif
configure:9312: result: shared
configure:9416: checking whether to enable mod_proxy
configure:9454: result: shared
configure:9517: checking whether to enable mod_proxy_connect
configure:9555: result: shared
configure:9603: checking whether to enable mod_proxy_ftp
configure:9641: result: shared
configure:9689: checking whether to enable mod_proxy_http
configure:9727: result: shared
configure:9801: checking whether to enable mod_ssl
configure:9837: result: checking dependencies
configure:9842: checking for SSL/TLS toolkit base
configure:9893: result: /usr
configure:9896: checking for SSL/TLS toolkit version
configure:9898: result: OpenSSL 0.9.7a Feb 19 2003
configure:9916: checking for SSL/TLS toolkit includes
configure:9934: result: /usr/include
configure:9937: checking for SSL/TLS toolkit libraries
configure:9952: result: /usr/lib
configure:10073: checking for SSL_set_state
configure:10116: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz -lssl -lcrypto >&5
/var/tmp//ccI0OZjh.o: In function `main':
/var/tmp//ccI0OZjh.o(.text+0x16): undefined reference to `SSL_set_state'
configure:10119: $? = 1
configure: failed program was:
#line 10079 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char SSL_set_state (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char SSL_set_state ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_SSL_set_state) || defined (__stub___SSL_set_state)
choke me
#else
f = SSL_set_state;
#endif

  ;
  return 0;
}
configure:10135: result: no
configure:10149: checking for SSL_set_cert_store
configure:10192: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz -lssl -lcrypto >&5
/var/tmp//cct7QcfG.o: In function `main':
/var/tmp//cct7QcfG.o(.text+0x16): undefined reference to `SSL_set_cert_store'
configure:10195: $? = 1
configure: failed program was:
#line 10155 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char SSL_set_cert_store (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char SSL_set_cert_store ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_SSL_set_cert_store) || defined (__stub___SSL_set_cert_store)
choke me
#else
f = SSL_set_cert_store;
#endif

  ;
  return 0;
}
configure:10211: result: no
configure:10222: checking whether to enable mod_ssl
configure:10234: result: shared
configure:10308: checking whether to enable mod_optional_hook_export
configure:10346: result: no
configure:10394: checking whether to enable mod_optional_hook_import
configure:10432: result: no
configure:10480: checking whether to enable mod_optional_fn_import
configure:10518: result: no
configure:10566: checking whether to enable mod_optional_fn_export
configure:10604: result: no
configure:10652: checking whether to enable mod_bucketeer
configure:10690: result: no
configure:10776: checking for target platform
configure:10801: result: unix
configure:10833: checking for rlim_t
configure:10862: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:10865: $? = 0
configure:10868: test -s conftest.o
configure:10871: $? = 0
configure:10885: result: yes
configure:10913: checking sys/time.h usability
configure:10922: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:10925: $? = 0
configure:10928: test -s conftest.o
configure:10931: $? = 0
configure:10940: result: yes
configure:10944: checking sys/time.h presence
configure:10951: cc -E   conftest.c
configure:10957: $? = 0
configure:10975: result: yes
configure:10993: checking for sys/time.h
configure:11000: result: yes
configure:10913: checking sys/resource.h usability
configure:10922: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:10925: $? = 0
configure:10928: test -s conftest.o
configure:10931: $? = 0
configure:10940: result: yes
configure:10944: checking sys/resource.h presence
configure:10951: cc -E   conftest.c
configure:10957: $? = 0
configure:10975: result: yes
configure:10993: checking for sys/resource.h
configure:11000: result: yes
configure:10904: checking for sys/sem.h
configure:10909: result: yes
configure:10913: checking sys/ipc.h usability
configure:10922: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:10925: $? = 0
configure:10928: test -s conftest.o
configure:10931: $? = 0
configure:10940: result: yes
configure:10944: checking sys/ipc.h presence
configure:10951: cc -E   conftest.c
configure:10957: $? = 0
configure:10975: result: yes
configure:10993: checking for sys/ipc.h
configure:11000: result: yes
configure:11019: checking for setsid
configure:11062: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz -lssl -lcrypto >&5
configure:11065: $? = 0
configure:11068: test -s conftest
configure:11071: $? = 0
configure:11081: result: yes
configure:11019: checking for killpg
configure:11062: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz -lssl -lcrypto >&5
configure:11065: $? = 0
configure:11068: test -s conftest
configure:11071: $? = 0
configure:11081: result: yes
configure:11110: checking bstring.h usability
configure:11119: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:11148:21: bstring.h: No such file or directory
configure:11122: $? = 1
configure: failed program was:
#line 11113 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <bstring.h>
configure:11137: result: no
configure:11141: checking bstring.h presence
configure:11148: cc -E   conftest.c
configure:11145:21: bstring.h: No such file or directory
configure:11154: $? = 1
configure: failed program was:
#line 11144 "configure"
#include "confdefs.h"
#include <bstring.h>
configure:11172: result: no
configure:11190: checking for bstring.h
configure:11197: result: no
configure:11101: checking for unistd.h
configure:11106: result: yes
configure:11217: checking for syslog
configure:11260: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lc_r -lz -lssl -lcrypto >&5
configure:11263: $? = 0
configure:11266: test -s conftest
configure:11269: $? = 0
configure:11279: result: yes
configure:11295: checking for sys/times.h
configure:11300: result: yes
configure:11408: checking for times
configure:11470: result: yes
configure:11481: checking which MPM to use
configure:11497: result: prefork
configure:12171: checking whether to enable mod_http
configure:12209: result: yes
configure:12257: checking whether to enable mod_mime
configure:12295: result: shared
configure:12357: checking for extra modules
configure:12402: result: no extra modules
configure:12426: checking whether to enable mod_dav
configure:12464: result: shared
configure:12565: checking whether to enable mod_status
configure:12603: result: shared
configure:12651: checking whether to enable mod_autoindex
configure:12689: result: shared
configure:12737: checking whether to enable mod_asis
configure:12775: result: shared
configure:12823: checking whether to enable mod_info
configure:12861: result: shared
configure:12909: checking whether to enable mod_suexec
configure:12961: result: no
configure:13211: checking whether to enable mod_cgi
configure:13249: result: shared
configure:13297: checking whether to enable mod_cgid
configure:13335: result: shared
configure:13847: checking whether to enable mod_dav_fs
configure:13885: result: shared
configure:13959: checking whether to enable mod_vhost_alias
configure:13997: result: shared
configure:14045: checking whether to enable mod_negotiation
configure:14083: result: shared
configure:14131: checking whether to enable mod_dir
configure:14169: result: shared
configure:14217: checking whether to enable mod_imap
configure:14255: result: shared
configure:14303: checking whether to enable mod_actions
configure:14341: result: shared
configure:14389: checking whether to enable mod_speling
configure:14427: result: shared
configure:14475: checking whether to enable mod_userdir
configure:14513: result: shared
configure:14561: checking whether to enable mod_alias
configure:14599: result: shared
configure:14648: checking whether to enable mod_rewrite
configure:14686: result: shared
configure:14796: checking whether to enable mod_so
configure:14834: result: yes
configure:15198: checking whether byte ordering is bigendian
configure:15228: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure:15231: $? = 0
configure:15234: test -s conftest.o
configure:15237: $? = 0
configure:15264: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c >&5
configure: In function `main':
configure:15255: syntax error before "big"
configure:15267: $? = 1
configure: failed program was:
#line 15241 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
configure:15381: result: no
configure:15965: creating ./config.status
pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char -c -o conftest.lo   conftest.c 1>&5
ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions
ltconfig:915: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char -fno-rtti -fno-exceptions -c conftest.c   conftest.c 1>&5
ltconfig:958: checking if cc static flag -static works
ltconfig:959: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -static conftest.c -lc_r -lz -lssl -lcrypto 1>&5
ltconfig:991: checking for ld used by GCC
GNU ld version 2.13.2 [FreeBSD] 2002-11-27
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: cc -c -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char   conftest.c 1>&5
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 	]\([ABCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig:1709: cc -o conftest -pipe -mcpu=pentiumpro -D_THREAD_SAFE -funsigned-char -fno-builtin -fno-rtti -fno-exceptions    -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c conftstm.o 1>&5

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on lumbie.lan

config.status:16740: creating docs/conf/httpd-std.conf
config.status:16740: creating docs/conf/ssl-std.conf
config.status:16740: creating include/ap_config_layout.h
config.status:16740: creating support/apxs
config.status:16740: creating support/apachectl
config.status:16740: creating support/dbmmanage
config.status:16740: creating support/envvars-std
config.status:16740: creating support/log_server_status
config.status:16740: creating support/logresolve.pl
config.status:16740: creating support/phf_abuse_log.cgi
config.status:16740: creating support/split-logfile
config.status:16740: creating build/rules.mk
config.status:16843: creating include/ap_config_auto.h
config.status:17081: executing default commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_func_SSL_set_cert_store=no
ac_cv_c_bigendian=no
ac_cv_header_sys_times_h=yes
ac_cv_header_grp_h=yes
ac_cv_func_initgroups=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_bstring_h=no
ac_cv_header_sys_prctl_h=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=set
ac_cv_func_killpg=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_func_timegm=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_header_zutil_h=no
ac_cv_func_SSL_set_state=no
ac_cv_define_APR_HAVE_IPV6=yes
ac_cv_header_sys_wait_h=yes
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_header_minix_config_h=no
ac_cv_mkdir_p=yes
apache_cv_mpm=prefork
ac_cv_env_host_alias_set=set
ac_cv_c_const=yes
ac_cv_func_setsid=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_define_APR_HAS_RANDOM=yes
ac_cv_prog_CC=cc
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=set
ac_cv_header_sys_processor_h=no
ac_cv_header_limits_h=yes
ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib'
ac_cv_env_target_alias_set=set
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-portbld-freebsd5.1
ac_cv_env_CFLAGS_value='-pipe -mcpu=pentiumpro -D_THREAD_SAFE'
ac_cv_env_CC_set=set
ac_cv_func_getgrnam=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_build_alias=i386-portbld-freebsd5.1
ac_cv_env_CPPFLAGS_value=
ac_cv_func_times=yes
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_target_alias=i386-portbld-freebsd5.1
ap_cv_zlib=/usr
ac_cv_func_bindprocessor=no
ac_cv_header_sys_socket_h=yes
ac_cv_host=i386-portbld-freebsd5.1
ac_cv_env_host_alias_value=i386-portbld-freebsd5.1
ac_cv_struct_tm_gmtoff=yes
ac_cv_func_prctl=no
ac_cv_path_RM=/bin/rm
ac_cv_define_APR_HAS_DSO=yes
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
ac_cv_build=i386-portbld-freebsd5.1
ac_cv_env_build_alias_value=i386-portbld-freebsd5.1
ac_cv_type_rlim_t=yes
ac_cv_target=i386-portbld-freebsd5.1
ac_cv_env_target_alias_value=i386-portbld-freebsd5.1
ac_cv_env_CC_value=cc
ac_cv_func_getpwnam=yes
ac_cv_search_strerror='none required'
ac_cv_env_CPP_set=
ac_cv_func_syslog=yes
ap_cv_ssltk=/usr
ac_cv_objext=o

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_GETPWNAM 1
#define HAVE_GETGRNAM 1
#define HAVE_INITGROUPS 1
#define HAVE_TIMEGM 1
#define HAVE_GMTOFF 1
#define AP_ENABLE_V4_MAPPED 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_TIMES 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SETSID 1
#define HAVE_KILLPG 1
#define HAVE_UNISTD_H 1
#define HAVE_SYSLOG 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_TIMES 1
#define AP_USING_AUTOCONF 1
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
#define AP_SIG_GRACEFUL SIGUSR1
#define AP_SIG_GRACEFUL_STRING "SIGUSR1"
#define AP_SIG_GRACEFUL_SHORT USR1
#define HTTPD_ROOT "/usr/local"
#define SERVER_CONFIG_FILE "etc/apache2/httpd.conf"
#define DEFAULT_ERRORLOG "/var/log/httpd-error.log"
#define AP_TYPES_CONFIG_FILE "etc/apache2/mime.types"
#define DOCUMENT_LOCATION "www/data"
#define APACHE_MPM_DIR "server/mpm/prefork"

configure: exit 0
--- config.log ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list