On Mon, Aug 09, 2004 at 10:48:39AM -0400, Geoffrey Young wrote:
> Joe Orton wrote:
> > There is something funky in the default_module detection; it's picking
> > up mod_auth.c and mod_access.c as the {auth,access}_module settings
> > rather than mod_auth_basic.c and mod_authz_host.c as expected with 2.0.
...
> I'm not sure if that's something stas touched or not.
> 
> helpful information at this point would be some of the verbose output from
> the module selection reports using 'export APACHE_TEST_TRACE_LEVEL=debug'
> when running t/TEST -conf.  just to reduce things a bit, starting from a
> fresh checkout might be useful too - I'm still seeing random failures in
> some tests when I switch from 2.0 to 2.1 in the same working directory, even
> after running 'make realclean' and t/TEST -clean, but I haven't been able to
> put my finger on it.

OK, attached ./t/TEST -conf output after fresh checkout.

joe
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /var/tmp/pf-4/t/TEST -conf
[  debug] no custom config data was loaded
[  debug] configuring httpd
[  debug] no custom config data was loaded
[  debug] Writing custom config /var/tmp/pf-4/lib/Apache/TestConfigData.pm

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
[  debug] isolated httpd_info VERSION = Apache/2.1.0-dev
[  debug] isolated httpd_info BUILT = Aug  9 2004 09:08:40
[  debug] isolated httpd_info MODULE_MAGIC_NUMBER = 20040425:1
[  debug] isolated httpd_info SERVER_MPM = Prefork
[  debug] isolated httpd_defines APACHE_MPM_DIR = server/mpm/prefork
[  debug] isolated httpd_defines APR_HAS_SENDFILE = 1
[  debug] isolated httpd_defines APR_HAS_MMAP = 1
[  debug] isolated httpd_defines APR_HAVE_IPV6 (IPv4-mapped addresses enabled) 
= 1
[  debug] isolated httpd_defines APR_USE_SYSVSEM_SERIALIZE = 1
[  debug] isolated httpd_defines APR_USE_PTHREAD_SERIALIZE = 1
[  debug] isolated httpd_defines SINGLE_LISTEN_UNSERIALIZED_ACCEPT = 1
[  debug] isolated httpd_defines APR_HAS_OTHER_CHILD = 1
[  debug] isolated httpd_defines AP_HAVE_RELIABLE_PIPED_LOGS = 1
[  debug] isolated httpd_defines HTTPD_ROOT = /tmp/regressPPKikg/2.1-root
[  debug] isolated httpd_defines SUEXEC_BIN = 
/tmp/regressPPKikg/2.1-root/bin/suexec
[  debug] isolated httpd_defines DEFAULT_PIDLOG = logs/httpd.pid
[  debug] isolated httpd_defines DEFAULT_SCOREBOARD = logs/apache_runtime_status
[  debug] isolated httpd_defines DEFAULT_LOCKFILE = logs/accept.lock
[  debug] isolated httpd_defines DEFAULT_ERRORLOG = logs/error_log
[  debug] isolated httpd_defines AP_TYPES_CONFIG_FILE = conf/mime.types
[  debug] isolated httpd_defines SERVER_CONFIG_FILE = conf/httpd.conf
[  debug] inheriting config file: /tmp/regressPPKikg/2.1-root/conf/httpd.conf
[  debug] using httpd.conf inherited ServerRoot to resolve conf/ssl.conf
[  debug] conf/ssl.conf successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/conf/ssl.conf
[  debug] inheriting config file: /tmp/regressPPKikg/2.1-root/conf/ssl.conf
[  debug] using httpd.conf inherited ServerRoot to resolve modules/mod_echo.so
[  debug] modules/mod_echo.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_echo.so
[  debug] Found: echo_module => mod_echo.c
[  debug] LoadModule echo_module mod_echo.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_case_filter.so
[  debug] modules/mod_case_filter.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_case_filter.so
[  debug] Found: case_filter_module => mod_case_filter.c
[  debug] LoadModule case_filter_module mod_case_filter.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_case_filter_in.so
[  debug] modules/mod_case_filter_in.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_case_filter_in.so
[  debug] Found: case_filter_in_module => mod_case_filter_in.c
[  debug] LoadModule case_filter_in_module mod_case_filter_in.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_deflate.so
[  debug] modules/mod_deflate.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_deflate.so
[  debug] Found: deflate_module => mod_deflate.c
[  debug] LoadModule deflate_module mod_deflate.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_expires.so
[  debug] modules/mod_expires.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_expires.so
[  debug] Found: expires_module => mod_expires.c
[  debug] LoadModule expires_module mod_expires.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_headers.so
[  debug] modules/mod_headers.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_headers.so
[  debug] Found: headers_module => mod_headers.c
[  debug] LoadModule headers_module mod_headers.c
[  debug] using httpd.conf inherited ServerRoot to resolve modules/mod_proxy.so
[  debug] modules/mod_proxy.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_proxy.so
[  debug] Found: proxy_module => mod_proxy.c
[  debug] LoadModule proxy_module mod_proxy.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_proxy_connect.so
[  debug] modules/mod_proxy_connect.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_proxy_connect.so
[  debug] Found: proxy_connect_module => proxy_connect.c
[  debug] LoadModule proxy_connect_module proxy_connect.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_proxy_ftp.so
[  debug] modules/mod_proxy_ftp.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_proxy_ftp.so
[  debug] Found: proxy_ftp_module => proxy_ftp.c
[  debug] LoadModule proxy_ftp_module proxy_ftp.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_proxy_http.so
[  debug] modules/mod_proxy_http.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_proxy_http.so
[  debug] Found: proxy_http_module => proxy_http.c
[  debug] LoadModule proxy_http_module proxy_http.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_bucketeer.so
[  debug] modules/mod_bucketeer.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_bucketeer.so
[  debug] Found: bucketeer_module => mod_bucketeer.c
[  debug] LoadModule bucketeer_module mod_bucketeer.c
[  debug] using httpd.conf inherited ServerRoot to resolve modules/mod_dav.so
[  debug] modules/mod_dav.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_dav.so
[  debug] Found: dav_module => mod_dav.c
[  debug] LoadModule dav_module mod_dav.c
[  debug] using httpd.conf inherited ServerRoot to resolve modules/mod_info.so
[  debug] modules/mod_info.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_info.so
[  debug] Found: info_module => mod_info.c
[  debug] LoadModule info_module mod_info.c
[  debug] using httpd.conf inherited ServerRoot to resolve modules/mod_dav_fs.so
[  debug] modules/mod_dav_fs.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_dav_fs.so
[  debug] Found: dav_fs_module => mod_dav_fs.c
[  debug] LoadModule dav_fs_module mod_dav_fs.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_vhost_alias.so
[  debug] modules/mod_vhost_alias.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_vhost_alias.so
[  debug] Found: vhost_alias_module => mod_vhost_alias.c
[  debug] LoadModule vhost_alias_module mod_vhost_alias.c
[  debug] using httpd.conf inherited ServerRoot to resolve 
modules/mod_rewrite.so
[  debug] modules/mod_rewrite.so successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/modules/mod_rewrite.so
[  debug] Found: rewrite_module => mod_rewrite.c
[  debug] LoadModule rewrite_module mod_rewrite.c
[  debug] using httpd.conf inherited ServerRoot to resolve conf/mime.types
[  debug] conf/mime.types successfully resolved to existing file 
/tmp/regressPPKikg/2.1-root/conf/mime.types

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
[  debug] Matched Apache revision Apache/2.1.0-dev 2
[warning] cleaning out current configuration
[  debug] unlink /var/tmp/pf-4/t/logs/apache_runtime_status.sem: No such file 
or directory
[warning] generating SSL CA for asf
[   info] openssl req -new -x509 -keyout keys/ca.pem -out certs/ca.crt -days 
365 -config conf/ca.cnf
Generating a 1024 bit RSA private key
..........................++++++
...........................................++++++
writing new private key to 'keys/ca.pem'
-----
[   info] openssl pkcs12 -export -in certs/ca.crt -inkey keys/ca.pem -out 
export/ca.p12 -passin pass:httpd -passout pass:httpd
[   info] openssl genrsa -out keys/client_revoked.pem  1024
Generating RSA private key, 1024 bit long modulus
.......................................................++++++
................++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/client_revoked.pem -out 
csr/client_revoked.csr -passin pass:httpd -passout pass:httpd -config 
conf/client_revoked.cnf
[   info] openssl ca -policy policy_anything -in csr/client_revoked.csr -out 
certs/client_revoked.crt -passin pass:httpd -config conf/client_revoked.cnf 
-batch
Using configuration from conf/client_revoked.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test'
commonName            :T61STRING:'client_revoked'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:13 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl pkcs12 -export -in certs/client_revoked.crt -inkey 
keys/client_revoked.pem -out export/client_revoked.p12 -passin pass:httpd 
-passout pass:httpd
[   info] openssl ca -revoke certs/client_revoked.crt -config conf/cacrl.cnf 
-passin pass:httpd
Using configuration from conf/cacrl.cnf
Adding Entry to DB for /C=US/ST=California/L=San 
Francisco/O=ASF/OU=httpd-test/CN=client_revoked/[EMAIL PROTECTED]
Revoking Certificate 01.
Data Base Updated
[   info] openssl ca -gencrl -out crl/ca-bundle.crl -config conf/cacrl.cnf 
-passin pass:httpd
Using configuration from conf/cacrl.cnf
[   info] generating proxy cert: proxy/client_revoked.pem
[   info] openssl dsaparam -inform PEM -out dsa-param 1024
Generating DSA parameters, 1024 bit long prime
This could take some time
....+...................+...........+.......+..+....+++++++++++++++++++++++++++++++++++++++++++++++++++*
+..+.........+...+...+................+....+..+......................+.........+.........+.......+...............+.................+...+...........................................+..+...+..........+..........+........+...........+....+....+........+......+....................................+.......................+....+..........+.........+...+.+....+..+.....+....+.........+.+.......................+.......+........+......+...........+......................+............+.....+.........+........+.+..............+....+..+.........+.......+......+.....+.+........+..................+.......+..+........+.....+.........+......+.+..................+...+..+.+..+.....+..........................+++++++++++++++++++++++++++++++++++++++++++++++++++*
[   info] openssl gendsa dsa-param -out keys/server_des3_dsa.pem -des3 -passout 
pass:httpd
Generating DSA key, 1024 bits
[   info] openssl req -new -key keys/server_des3_dsa.pem -out 
csr/server_des3_dsa.csr -passin pass:httpd -passout pass:httpd -config 
conf/server_des3_dsa.cnf
[   info] openssl ca -policy policy_anything -in csr/server_des3_dsa.csr -out 
certs/server_des3_dsa.crt -passin pass:httpd -config conf/server_des3_dsa.cnf 
-batch
Using configuration from conf/server_des3_dsa.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/dsa-des3-test'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:18 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl gendsa dsa-param -out keys/server2_des3_dsa.pem -des3 
-passout pass:httpd
Generating DSA key, 1024 bits
[   info] openssl req -new -key keys/server2_des3_dsa.pem -out 
csr/server2_des3_dsa.csr -passin pass:httpd -passout pass:httpd -config 
conf/server2_des3_dsa.cnf
[   info] openssl ca -policy policy_anything -in csr/server2_des3_dsa.csr -out 
certs/server2_des3_dsa.crt -passin pass:httpd -config conf/server2_des3_dsa.cnf 
-batch
Using configuration from conf/server2_des3_dsa.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/dsa-des3-test-2'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:18 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl gendsa dsa-param -out keys/server2_dsa.pem 
Generating DSA key, 1024 bits
[   info] openssl req -new -key keys/server2_dsa.pem -out csr/server2_dsa.csr 
-passin pass:httpd -passout pass:httpd -config conf/server2_dsa.cnf
[   info] openssl ca -policy policy_anything -in csr/server2_dsa.csr -out 
certs/server2_dsa.crt -passin pass:httpd -config conf/server2_dsa.cnf -batch
Using configuration from conf/server2_dsa.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/dsa-test-2'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:19 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl gendsa dsa-param -out keys/server_dsa.pem 
Generating DSA key, 1024 bits
[   info] openssl req -new -key keys/server_dsa.pem -out csr/server_dsa.csr 
-passin pass:httpd -passout pass:httpd -config conf/server_dsa.cnf
[   info] openssl ca -policy policy_anything -in csr/server_dsa.csr -out 
certs/server_dsa.crt -passin pass:httpd -config conf/server_dsa.cnf -batch
Using configuration from conf/server_dsa.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/dsa-test'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:19 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl genrsa -out keys/server_des3.pem -des3 -passout pass:httpd 
1024
Generating RSA private key, 1024 bit long modulus
...++++++
.........++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/server_des3.pem -out csr/server_des3.csr 
-passin pass:httpd -passout pass:httpd -config conf/server_des3.cnf
[   info] openssl ca -policy policy_anything -in csr/server_des3.csr -out 
certs/server_des3.crt -passin pass:httpd -config conf/server_des3.cnf -batch
Using configuration from conf/server_des3.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/rsa-des3-test'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:19 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl genrsa -out keys/server2.pem  1024
Generating RSA private key, 1024 bit long modulus
..........................................++++++
.......................++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/server2.pem -out csr/server2.csr -passin 
pass:httpd -passout pass:httpd -config conf/server2.cnf
[   info] openssl ca -policy policy_anything -in csr/server2.csr -out 
certs/server2.crt -passin pass:httpd -config conf/server2.cnf -batch
Using configuration from conf/server2.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/rsa-test-2'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:20 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl genrsa -out keys/client_ok.pem  1024
Generating RSA private key, 1024 bit long modulus
......++++++
......++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/client_ok.pem -out csr/client_ok.csr 
-passin pass:httpd -passout pass:httpd -config conf/client_ok.cnf
[   info] openssl ca -policy policy_anything -in csr/client_ok.csr -out 
certs/client_ok.crt -passin pass:httpd -config conf/client_ok.cnf -batch
Using configuration from conf/client_ok.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test'
commonName            :T61STRING:'client_ok'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:20 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl pkcs12 -export -in certs/client_ok.crt -inkey 
keys/client_ok.pem -out export/client_ok.p12 -passin pass:httpd -passout 
pass:httpd
[   info] generating proxy cert: proxy/client_ok.pem
[   info] openssl genrsa -out keys/server2_des3.pem -des3 -passout pass:httpd 
1024
Generating RSA private key, 1024 bit long modulus
..................................++++++
....++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/server2_des3.pem -out csr/server2_des3.csr 
-passin pass:httpd -passout pass:httpd -config conf/server2_des3.cnf
[   info] openssl ca -policy policy_anything -in csr/server2_des3.csr -out 
certs/server2_des3.crt -passin pass:httpd -config conf/server2_des3.cnf -batch
Using configuration from conf/server2_des3.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/rsa-des3-test-2'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:21 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl genrsa -out keys/client_snakeoil.pem  1024
Generating RSA private key, 1024 bit long modulus
.........................++++++
...++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/client_snakeoil.pem -out 
csr/client_snakeoil.csr -passin pass:httpd -passout pass:httpd -config 
conf/client_snakeoil.cnf
[   info] openssl ca -policy policy_anything -in csr/client_snakeoil.csr -out 
certs/client_snakeoil.crt -passin pass:httpd -config conf/client_snakeoil.cnf 
-batch
Using configuration from conf/client_snakeoil.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'AU'
stateOrProvinceName   :PRINTABLE:'Queensland'
localityName          :PRINTABLE:'Mackay'
organizationName      :PRINTABLE:'Snake Oil, Ltd.'
organizationalUnitName:PRINTABLE:'Staff'
commonName            :T61STRING:'client_snakeoil'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:22 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] openssl pkcs12 -export -in certs/client_snakeoil.crt -inkey 
keys/client_snakeoil.pem -out export/client_snakeoil.p12 -passin pass:httpd 
-passout pass:httpd
[   info] generating proxy cert: proxy/client_snakeoil.pem
[   info] openssl genrsa -out keys/server.pem  1024
Generating RSA private key, 1024 bit long modulus
.++++++
....++++++
e is 65537 (0x10001)
[   info] openssl req -new -key keys/server.pem -out csr/server.csr -passin 
pass:httpd -passout pass:httpd -config conf/server.cnf
[   info] openssl ca -policy policy_anything -in csr/server.csr -out 
certs/server.crt -passin pass:httpd -config conf/server.cnf -batch
Using configuration from conf/server.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'California'
localityName          :PRINTABLE:'San Francisco'
organizationName      :PRINTABLE:'ASF'
organizationalUnitName:PRINTABLE:'httpd-test/rsa-test'
commonName            :PRINTABLE:'localhost'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Aug  9 14:51:22 2005 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
[   info] linked ca-bundle.crl to 9d0c6ffe.r0
[  debug] generating ../c-modules/apache_httpd_test.h
[  debug] writing /var/tmp/pf-4/c-modules/test_ssl/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/test_rwrite/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/test_pass_brigade/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/test_apr_uri/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/random_chunk/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/nntp_like/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/list_modules/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/input_body_filter/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/echo_post_chunk/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/echo_post/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/eat_post/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/client_add_filter/Makefile
[  debug] writing /var/tmp/pf-4/c-modules/authany/Makefile
[  debug] cd /var/tmp/pf-4/c-modules && make all
cd test_ssl && make .libs/mod_test_ssl.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/test_ssl'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_test_ssl.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_test_ssl.lo mod_test_ssl.c && 
touch mod_test_ssl.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_test_ssl.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    mod_test_ssl.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/test_ssl'
cd test_rwrite && make .libs/mod_test_rwrite.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/test_rwrite'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_test_rwrite.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_test_rwrite.lo mod_test_rwrite.c 
&& touch mod_test_rwrite.slo
mod_test_rwrite.c: In function `test_rwrite_handler':
mod_test_rwrite.c:40: warning: long int format, size_t arg (arg 3)
mod_test_rwrite.c:57: warning: long int format, size_t arg (arg 3)
mod_test_rwrite.c:57: warning: long int format, size_t arg (arg 4)
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_test_rwrite.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    mod_test_rwrite.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/test_rwrite'
cd test_pass_brigade && make .libs/mod_test_pass_brigade.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/test_pass_brigade'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_test_pass_brigade.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_test_pass_brigade.lo 
mod_test_pass_brigade.c && touch mod_test_pass_brigade.slo
mod_test_pass_brigade.c: In function `test_pass_brigade_handler':
mod_test_pass_brigade.c:42: warning: long unsigned int format, size_t arg (arg 
3)
mod_test_pass_brigade.c:42: warning: long unsigned int format, size_t arg (arg 
4)
mod_test_pass_brigade.c:76: warning: long int format, size_t arg (arg 3)
mod_test_pass_brigade.c:76: warning: long int format, size_t arg (arg 4)
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_test_pass_brigade.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_test_pass_brigade.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/test_pass_brigade'
cd test_apr_uri && make .libs/mod_test_apr_uri.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/test_apr_uri'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_test_apr_uri.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_test_apr_uri.lo 
mod_test_apr_uri.c && touch mod_test_apr_uri.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_test_apr_uri.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_test_apr_uri.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/test_apr_uri'
cd random_chunk && make .libs/mod_random_chunk.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/random_chunk'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_random_chunk.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_random_chunk.lo 
mod_random_chunk.c && touch mod_random_chunk.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_random_chunk.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_random_chunk.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/random_chunk'
cd nntp_like && make .libs/mod_nntp_like.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/nntp_like'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_nntp_like.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_nntp_like.lo mod_nntp_like.c && 
touch mod_nntp_like.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_nntp_like.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    mod_nntp_like.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/nntp_like'
cd list_modules && make .libs/mod_list_modules.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/list_modules'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_list_modules.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_list_modules.lo 
mod_list_modules.c && touch mod_list_modules.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_list_modules.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_list_modules.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/list_modules'
cd input_body_filter && make .libs/mod_input_body_filter.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/input_body_filter'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_input_body_filter.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_input_body_filter.lo 
mod_input_body_filter.c && touch mod_input_body_filter.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_input_body_filter.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_input_body_filter.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/input_body_filter'
cd echo_post_chunk && make .libs/mod_echo_post_chunk.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/echo_post_chunk'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_echo_post_chunk.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_echo_post_chunk.lo 
mod_echo_post_chunk.c && touch mod_echo_post_chunk.slo
mod_echo_post_chunk.c: In function `echo_post_chunk_handler':
mod_echo_post_chunk.c:42: warning: long int format, different type arg (arg 3)
mod_echo_post_chunk.c:46: warning: long int format, different type arg (arg 3)
mod_echo_post_chunk.c:51: warning: long int format, different type arg (arg 5)
mod_echo_post_chunk.c:78: warning: long int format, different type arg (arg 4)
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_echo_post_chunk.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_echo_post_chunk.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/echo_post_chunk'
cd echo_post && make .libs/mod_echo_post.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/echo_post'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_echo_post.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_echo_post.lo mod_echo_post.c && 
touch mod_echo_post.slo
mod_echo_post.c: In function `echo_post_handler':
mod_echo_post.c:45: warning: long int format, different type arg (arg 3)
mod_echo_post.c:49: warning: long int format, different type arg (arg 3)
mod_echo_post.c:54: warning: long int format, different type arg (arg 5)
mod_echo_post.c:61: warning: long int format, different type arg (arg 4)
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_echo_post.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    mod_echo_post.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/echo_post'
cd eat_post && make .libs/mod_eat_post.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/eat_post'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_eat_post.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_eat_post.lo mod_eat_post.c && 
touch mod_eat_post.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_eat_post.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    mod_eat_post.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/eat_post'
cd client_add_filter && make .libs/mod_client_add_filter.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/client_add_filter'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_client_add_filter.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_client_add_filter.lo 
mod_client_add_filter.c && touch mod_client_add_filter.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_client_add_filter.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    
mod_client_add_filter.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/client_add_filter'
cd authany && make .libs/mod_authany.so
make[1]: Entering directory `/var/tmp/pf-4/c-modules/authany'
/tmp/regressPPKikg/2.1-root/bin/apxs -D APACHE2 -I/var/tmp/pf-4/c-modules -c 
mod_authany.c

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <[EMAIL PROTECTED]>
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=compile gcc 
-prefer-pic -Wall -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/kerberos/include 
-DAPR_BUCKET_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DAP_DEBUG -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 
-pthread -I/tmp/regressPPKikg/2.1-root/include  
-I/tmp/regressPPKikg/2.1-root/include   -I/tmp/regressPPKikg/2.1-root/include  
-I/var/tmp/pf-4/c-modules -DAPACHE2  -c -o mod_authany.lo mod_authany.c && 
touch mod_authany.slo
/tmp/regressPPKikg/2.1-root/build/libtool --silent --mode=link gcc -o 
mod_authany.la -I/var/tmp/pf-4/c-modules -DAPACHE2  -rpath 
/tmp/regressPPKikg/2.1-root/modules -module -avoid-version    mod_authany.lo
make[1]: Leaving directory `/var/tmp/pf-4/c-modules/authany'
[  debug] Will 'Include' /var/tmp/pf-4/t/conf/ssl/ssl.conf config file
[  debug] Will 'Include' /var/tmp/pf-4/t/conf/extra.conf config file
[  debug] Will 'Include' /var/tmp/pf-4/t/conf/include.conf config file
[  debug] Will 'Include' /var/tmp/pf-4/t/conf/proxy.conf config file
[  debug] Will 'Include' /var/tmp/pf-4/t/conf/vhost_alias.conf config file
[  debug] Will 'Include' /var/tmp/pf-4/t/conf/ssl/proxyssl.conf config file
[  debug] generating conf/ssl/ssl.conf from /var/tmp/pf-4/t/conf/ssl/ssl.conf.in
[  debug] generating conf/extra.conf from /var/tmp/pf-4/t/conf/extra.conf.in
[  debug] generating conf/include.conf from /var/tmp/pf-4/t/conf/include.conf.in
[  debug] generating conf/proxy.conf from /var/tmp/pf-4/t/conf/proxy.conf.in
[  debug] generating conf/vhost_alias.conf from 
/var/tmp/pf-4/t/conf/vhost_alias.conf.in
[  debug] generating conf/ssl/proxyssl.conf from 
/var/tmp/pf-4/t/conf/ssl/proxyssl.conf.in
[  debug] generating conf/httpd.conf
[  debug] generating conf/apache_test_config.pm
[  debug] saving config data to apache_test_config.pm
[  debug] no custom config data was loaded
[  debug] Writing custom config /var/tmp/pf-4/lib/Apache/TestConfigData.pm
[warning] reconfiguration done

Reply via email to