You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/03/28 16:42:06 UTC

DO NOT REPLY [Bug 39128] New: - Apache 2.2 will not compile mod_ssl library's correctly

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128

           Summary: Apache 2.2 will not compile mod_ssl library's correctly
           Product: Apache httpd-2
           Version: 2.2.0
          Platform: HP
        OS/Version: HP-UX
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: david.lerchenfeld@unisys.com


When compiling APACHE2.2 with mod_ssl the build does not correctly produce the 
correct libraries to run on HPUX.  It create a .a and a .la file but they will 
not run on HPUX.  This may be related to a problem where ALL libraries for HP 
are being created as sl and the config files get set up for so

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39128] - Apache 2.2 will not compile mod_ssl library's correctly

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128





------- Additional Comments From david.lerchenfeld@unisys.com  2006-03-30 15:02 -------
(In reply to comment #0)
> When compiling APACHE2.2 with mod_ssl the build does not correctly produce 
the 
> correct libraries to run on HPUX.  It create a .a and a .la file but they 
will 
> not run on HPUX.  This may be related to a problem where ALL libraries for 
HP 
> are being created as sl and the config files get set up for so


There is NO build failure, as stated the libraries are not being created with 
the correct so extensions but are still put into the config as sl 
extentions..  and mod_ssl ONLY creates .a and .la files which fail to exec.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39128] - Apache 2.2 will not compile mod_ssl library's correctly

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128





------- Additional Comments From david.lerchenfeld@unisys.com  2006-03-31 17:39 -------
 /var/appl/httpd-2.2.0/modules :ls -l
total 70
-rw-rw-rw-   1 root       sys              0 Mar 31 14:41 .deps
-rw-rw-rw-   1 root       sys            312 Mar 31 14:41 Makefile
-rw-r--r--   1 1000       1000           103 Nov 21  2004 Makefile.in
-rw-r--r--   1 1000       1000          1405 Oct  9 14:31 NWGNUmakefile
-rw-r--r--   1 1000       1000          1429 Oct  9 14:31 README
drwxr-xr-x   3 1000       1000          3072 Mar 31 15:01 aaa
drwxr-xr-x   4 1000       1000          1024 Mar 22 18:31 arch
drwxr-xr-x   2 1000       1000          1024 Mar 22 18:58 cache
-rw-r--r--   1 1000       1000          2132 Jan 26  2005 config5.m4
drwxr-xr-x   3 1000       1000          1024 Mar 31 15:01 database
drwxr-xr-x   5 1000       1000          1024 Mar 22 18:31 dav
drwxr-xr-x   3 1000       1000          1024 Mar 31 15:01 debug
drwxr-xr-x   2 1000       1000          1024 Mar 22 18:58 echo
drwxr-xr-x   2 1000       1000          1024 Mar 22 18:58 experimental
drwxr-xr-x   3 1000       1000          1024 Mar 31 15:02 filters
drwxr-xr-x   3 1000       1000          2048 Mar 31 15:11 generators
drwxr-xr-x   3 1000       1000          1024 Mar 31 15:09 http
drwxr-xr-x   2 1000       1000          1024 Mar 22 18:58 ldap
drwxr-xr-x   3 1000       1000          1024 Mar 31 15:02 loggers
drwxr-xr-x   3 1000       1000          3072 Mar 31 15:13 mappers
drwxr-xr-x   3 1000       1000          2048 Mar 31 15:03 metadata
drwxr-xr-x   2 1000       1000          1024 Mar 22 18:58 proxy
drwxr-xr-x   3 1000       1000          3072 Mar 31 15:09 ssl
drwxr-xr-x   2 1000       1000          1024 Mar 22 18:58 test

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39128] - Apache 2.2 will not compile mod_ssl library's correctly

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128





------- Additional Comments From jorton@redhat.com  2006-03-31 13:19 -------
Can you:

1) attach the file "modules/ssl/mod_ssl.la" using the bugzilla attachment link
2) include the output of "ls -a modules/ssl/.libs"
3) include the output of "ls -l" within "modules" directory within the install
prefix

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39128] - Apache 2.2 will not compile mod_ssl library's correctly

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128


jorton@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From jorton@redhat.com  2006-03-30 10:13 -------
What is the build failure?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39128] - Apache 2.2 will not compile mod_ssl library's correctly

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128





------- Additional Comments From david.lerchenfeld@unisys.com  2006-03-31 17:23 -------
Created an attachment (id=18010)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18010&action=view)
mod_ssl.la


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39128] - Apache 2.2 will not compile mod_ssl library's correctly

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39128>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39128





------- Additional Comments From david.lerchenfeld@unisys.com  2006-03-31 17:41 -------
 /var/appl/httpd-2.2.0/modules/ssl :ll
total 9598
-rw-rw-rw-   1 root       sys              0 Mar 31 14:41 .deps
drwxrwxrwx   2 root       sys           1024 Mar 31 15:09 .libs
-rw-rw-rw-   1 root       sys           1649 Mar 31 14:41 Makefile
-rw-r--r--   1 1000       1000          1428 Aug  2  2005 Makefile.in
-rw-r--r--   1 1000       1000          5551 Jun 20  2005 NWGNUmakefile
-rw-r--r--   1 1000       1000          4872 Nov 21  2004 README
-rw-r--r--   1 1000       1000         13319 Nov 21  2004 README.dsov.fig
-rw-r--r--   1 1000       1000         44489 Nov 21  2004 README.dsov.ps
-rw-r--r--   1 1000       1000          4296 Jun 14  2005 config.m4
-rw-r--r--   1 1000       1000         17374 Nov 10 15:20 mod_ssl.c
-rw-r--r--   1 1000       1000          9081 Jul  6  2005 mod_ssl.dsp
-rw-r--r--   1 1000       1000          2264 Sep 29  2005 mod_ssl.h
-rw-rw-rw-   1 root       sys            843 Mar 31 15:09 mod_ssl.la
-rw-rw-rw-   1 root       sys            312 Mar 31 15:04 mod_ssl.lo
-rw-rw-rw-   1 root       sys         185060 Mar 31 15:04 mod_ssl.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:04 mod_ssl.slo
-rw-rw-rw-   1 root       sys            900 Mar 31 14:41 modules.mk
-rw-r--r--   1 1000       1000         40214 Nov 10 15:20 ssl_engine_config.c
-rw-rw-rw-   1 root       sys            342 Mar 31 15:04 ssl_engine_config.lo
-rw-rw-rw-   1 root       sys         229452 Mar 31 15:04 ssl_engine_config.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:04 ssl_engine_config.slo
-rw-r--r--   1 1000       1000          6354 Nov 10 15:20 ssl_engine_dh.c
-rw-rw-rw-   1 root       sys            330 Mar 31 15:04 ssl_engine_dh.lo
-rw-rw-rw-   1 root       sys         161656 Mar 31 15:04 ssl_engine_dh.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:04 ssl_engine_dh.slo
-rw-r--r--   1 1000       1000         38584 Nov 10 15:20 ssl_engine_init.c
-rw-rw-rw-   1 root       sys            336 Mar 31 15:04 ssl_engine_init.lo
-rw-rw-rw-   1 root       sys         228988 Mar 31 15:04 ssl_engine_init.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:04 ssl_engine_init.slo
-rw-r--r--   1 1000       1000         59425 Nov 10 15:20 ssl_engine_io.c
-rw-rw-rw-   1 root       sys            330 Mar 31 15:05 ssl_engine_io.lo
-rw-rw-rw-   1 root       sys         233816 Mar 31 15:05 ssl_engine_io.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:05 ssl_engine_io.slo
-rw-r--r--   1 1000       1000         62435 Nov 10 15:20 ssl_engine_kernel.c
-rw-rw-rw-   1 root       sys            342 Mar 31 15:05 ssl_engine_kernel.lo
-rw-rw-rw-   1 root       sys         236176 Mar 31 15:05 ssl_engine_kernel.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:05 ssl_engine_kernel.slo
-rw-r--r--   1 1000       1000          3631 Nov 10 15:20 ssl_engine_log.c
-rw-rw-rw-   1 root       sys            333 Mar 31 15:05 ssl_engine_log.lo
-rw-rw-rw-   1 root       sys         162500 Mar 31 15:05 ssl_engine_log.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:05 ssl_engine_log.slo
-rw-r--r--   1 1000       1000          3883 Nov 10 15:20 ssl_engine_mutex.c
-rw-rw-rw-   1 root       sys            339 Mar 31 15:05 ssl_engine_mutex.lo
-rw-rw-rw-   1 root       sys         163484 Mar 31 15:05 ssl_engine_mutex.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:05 ssl_engine_mutex.slo
-rw-r--r--   1 1000       1000         29727 Nov 10 15:20 ssl_engine_pphrase.c
-rw-rw-rw-   1 root       sys            345 Mar 31 15:06 ssl_engine_pphrase.lo
-rw-rw-rw-   1 root       sys         192580 Mar 31 15:06 ssl_engine_pphrase.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:06 
ssl_engine_pphrase.slo
-rw-r--r--   1 1000       1000          5656 Nov 10 15:20 ssl_engine_rand.c
-rw-rw-rw-   1 root       sys            336 Mar 31 15:06 ssl_engine_rand.lo
-rw-rw-rw-   1 root       sys         165648 Mar 31 15:06 ssl_engine_rand.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:06 ssl_engine_rand.slo
-rw-r--r--   1 1000       1000         26376 Nov 10 15:20 ssl_engine_vars.c
-rw-rw-rw-   1 root       sys            336 Mar 31 15:06 ssl_engine_vars.lo
-rw-rw-rw-   1 root       sys         223840 Mar 31 15:06 ssl_engine_vars.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:06 ssl_engine_vars.slo
-rw-r--r--   1 1000       1000          2418 Feb  4  2005 ssl_expr.c
-rw-r--r--   1 1000       1000          2708 Sep 29  2005 ssl_expr.h
-rw-rw-rw-   1 root       sys            315 Mar 31 15:06 ssl_expr.lo
-rw-rw-rw-   1 root       sys         161028 Mar 31 15:06 ssl_expr.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:06 ssl_expr.slo
-rw-r--r--   1 1000       1000         10969 Nov 10 15:20 ssl_expr_eval.c
-rw-rw-rw-   1 root       sys            330 Mar 31 15:07 ssl_expr_eval.lo
-rw-rw-rw-   1 root       sys         178200 Mar 31 15:07 ssl_expr_eval.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:07 ssl_expr_eval.slo
-rw-r--r--   1 1000       1000         22299 Nov 29 08:20 ssl_expr_parse.c
-rw-r--r--   1 1000       1000           577 Nov 29 08:20 ssl_expr_parse.h
-rw-rw-rw-   1 root       sys            333 Mar 31 15:07 ssl_expr_parse.lo
-rw-rw-rw-   1 root       sys         178092 Mar 31 15:07 ssl_expr_parse.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:07 ssl_expr_parse.slo
-rw-r--r--   1 1000       1000          5196 Nov 29 08:19 ssl_expr_parse.y
-rw-r--r--   1 1000       1000         58088 Nov 29 08:20 ssl_expr_scan.c
-rw-r--r--   1 1000       1000          4774 Nov 29 08:20 ssl_expr_scan.l
-rw-rw-rw-   1 root       sys            330 Mar 31 15:07 ssl_expr_scan.lo
-rw-rw-rw-   1 root       sys         196476 Mar 31 15:07 ssl_expr_scan.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:07 ssl_expr_scan.slo
-rw-r--r--   1 1000       1000         21563 Sep 29  2005 ssl_private.h
-rw-r--r--   1 1000       1000          5889 Nov 10 15:20 ssl_scache.c
-rw-rw-rw-   1 root       sys            321 Mar 31 15:07 ssl_scache.lo
-rw-rw-rw-   1 root       sys         167492 Mar 31 15:07 ssl_scache.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:07 ssl_scache.slo
-rw-r--r--   1 1000       1000         15388 Nov 10 15:20 ssl_scache_dbm.c
-rw-rw-rw-   1 root       sys            333 Mar 31 15:08 ssl_scache_dbm.lo
-rw-rw-rw-   1 root       sys         185736 Mar 31 15:08 ssl_scache_dbm.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:08 ssl_scache_dbm.slo
-rw-r--r--   1 1000       1000          6439 Nov 10 15:20 ssl_scache_dc.c
-rw-rw-rw-   1 root       sys            330 Mar 31 15:08 ssl_scache_dc.lo
-rw-rw-rw-   1 root       sys         157964 Mar 31 15:08 ssl_scache_dc.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:08 ssl_scache_dc.slo
-rw-r--r--   1 1000       1000         53218 Nov 10 15:20 ssl_scache_shmcb.c
-rw-rw-rw-   1 root       sys            339 Mar 31 15:08 ssl_scache_shmcb.lo
-rw-rw-rw-   1 root       sys         223532 Mar 31 15:08 ssl_scache_shmcb.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:08 ssl_scache_shmcb.slo
-rw-r--r--   1 1000       1000          7795 Sep 29  2005 ssl_toolkit_compat.h
-rw-r--r--   1 1000       1000          9432 Nov 10 15:20 ssl_util.c
-rw-rw-rw-   1 root       sys            315 Mar 31 15:08 ssl_util.lo
-rw-rw-rw-   1 root       sys         175312 Mar 31 15:08 ssl_util.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:08 ssl_util.slo
-rw-r--r--   1 1000       1000         15948 Nov 10 15:20 ssl_util_ssl.c
-rw-r--r--   1 1000       1000          3180 Sep 29  2005 ssl_util_ssl.h
-rw-rw-rw-   1 root       sys            327 Mar 31 15:09 ssl_util_ssl.lo
-rw-rw-rw-   1 root       sys         190028 Mar 31 15:09 ssl_util_ssl.o
-rw-rw-rw-   1 root       sys              0 Mar 31 15:09 ssl_util_ssl.slo

/var/appl/APACHE2.2/modules :ls -a
.                       mod_authn_default.a     mod_cgi.a               
mod_filter.a            mod_negotiation.a
..                      mod_authn_default.la    mod_cgi.la              
mod_filter.la           mod_negotiation.la
httpd.exp               mod_authn_default.sl    mod_cgi.sl              
mod_filter.sl           mod_negotiation.sl
mod_actions.a           mod_authn_file.a        mod_dav.a               
mod_headers.a           mod_rewrite.a
mod_actions.la          mod_authn_file.la       mod_dav.la              
mod_headers.la          mod_rewrite.la
mod_actions.sl          mod_authn_file.sl       mod_dav.sl              
mod_headers.sl          mod_rewrite.sl
mod_alias.a             mod_authz_dbm.a         mod_dav_fs.a            
mod_ident.a             mod_setenvif.a
mod_alias.la            mod_authz_dbm.la        mod_dav_fs.la           
mod_ident.la            mod_setenvif.la
mod_alias.sl            mod_authz_dbm.sl        mod_dav_fs.sl           
mod_ident.sl            mod_setenvif.sl
mod_asis.a              mod_authz_default.a     mod_dbd.a               
mod_imagemap.a          mod_speling.a
mod_asis.la             mod_authz_default.la    mod_dbd.la              
mod_imagemap.la         mod_speling.la
mod_asis.sl             mod_authz_default.sl    mod_dbd.sl              
mod_imagemap.sl         mod_speling.sl
mod_auth_basic.a        mod_authz_groupfile.a   mod_dir.a               
mod_include.a           mod_ssl.a
mod_auth_basic.la       mod_authz_groupfile.la  mod_dir.la              
mod_include.la          mod_ssl.la
mod_auth_basic.sl       mod_authz_groupfile.sl  mod_dir.sl              
mod_include.sl          mod_status.a
mod_auth_digest.a       mod_authz_host.a        mod_dumpio.a            
mod_info.a              mod_status.la
mod_auth_digest.la      mod_authz_host.la       mod_dumpio.la           
mod_info.la             mod_status.sl
mod_auth_digest.sl      mod_authz_host.sl       mod_dumpio.sl           
mod_info.sl             mod_userdir.a
mod_authn_anon.a        mod_authz_owner.a       mod_env.a               
mod_log_config.a        mod_userdir.la
mod_authn_anon.la       mod_authz_owner.la      mod_env.la              
mod_log_config.la       mod_userdir.sl
mod_authn_anon.sl       mod_authz_owner.sl      mod_env.sl              
mod_log_config.sl       mod_vhost_alias.a
mod_authn_dbd.a         mod_authz_user.a        mod_expires.a           
mod_logio.a             mod_vhost_alias.la
mod_authn_dbd.la        mod_authz_user.la       mod_expires.la          
mod_logio.la            mod_vhost_alias.sl
mod_authn_dbd.sl        mod_authz_user.sl       mod_expires.sl          
mod_logio.sl
mod_authn_dbm.a         mod_autoindex.a         mod_ext_filter.a        
mod_mime.a
mod_authn_dbm.la        mod_autoindex.la        mod_ext_filter.la       
mod_mime.la
mod_authn_dbm.sl        mod_autoindex.sl        mod_ext_filter.sl       
mod_mime.sl
NETMAN3> /var/appl/APACHE2.2/modules :cd ..

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org