On Mon, Sep 06, 1999, [EMAIL PROTECTED] wrote:
> Full_Name: Martin Rosenbach
> Version: 2.4.1-1.3.9
> OS: DEC 4.0 E patchkit 2
> Submission from: dns.verwalt-berlin.de (141.15.3.1)
>
> During compilation of apache, the following warnings are thrown:
> [...]
> cc: Warning: xmlparse.c, line 3229: In this statement, & before array "((BLOCK
> [...]
This is from Expat. You've to submit a problem report to Apache for this,
please. See http://www.apache.org/httpd
> cc: Warning: ssl_engine_kernel.c, line 188: In this statement, the referenced
> type of the pointer value "cpVHostID" is "signed char"
> , which is not compatible with "const unsigned char". (ptrmismatch)
>
> SSL_set_session_id_context(ssl, cpVHostID, strlen(cpVHostID));
> [...]
These I've now fixed for mod_ssl 2.4.2. But they are
not the root of your problems. These warnings were harmless.
> error.log reads
>
> [Mon Sep 6 12:00:30 1999] [notice] Apache/1.3.9 (Unix) mod_ssl/2.4.1
> OpenSSL/0.9.4 configured -- resuming normal operations
> [Mon Sep 6 12:00:30 1999] [info] Server built: Sep 6 1999 11:31:39
>
> [Mon Sep 6 12:01:07 1999] [error] [client 141.15.3.1] Invalid method in request
> ^V^C
Seems like you connect via HTTPS to a port where only HTTP is spoken. Check
your configuration and there especially whether Listen and <VirtualHost>
directives match and whether SSLEngine is on.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]