Re: OpenSSL: I/O error, 5 bytes expected to read on

2004-06-19 Thread Joe Orton
On Fri, Jun 18, 2004 at 03:38:18PM +0300, EMRE KUNT (Ebi Bsk. - Sistem Prog) wrote: > Hi, > Apache 2049 for HPUX - Openssl 097d. > Some Clients use Internet Explorer 50 and they face "The page cannot be > displayed" on SSL pages. At this time messages below appears in Apache log. > What is the prob

Re: Advice on bumping the mmn

2004-06-19 Thread André Malo
* "Jean-Jacques Clar" <[EMAIL PROTECTED]> wrote: >trawick: is minor mmn bump needed to reflect that API structure > was extended? Should the mmn be bumped up or not?Minor bump is to inform > developers that something has changed that they should be aware of. What > else?Will people that ar

Re: Advice on bumping the mmn

2004-06-19 Thread Jeff Trawick
André Malo wrote: * "Jean-Jacques Clar" <[EMAIL PROTECTED]> wrote: trawick: is minor mmn bump needed to reflect that API structure was extended? Should the mmn be bumped up or not?Minor bump is to inform developers that something has changed that they should be aware of. What else?Will peopl

Re: Advice on bumping the mmn

2004-06-19 Thread André Malo
* Jeff Trawick <[EMAIL PROTECTED]> wrote: > If Apache adds new field to end of request_rec, that is minor bump, correct? > Existing modules should continue to work unchanged but modules can choose to > look at MMN at compile time to see they are being built to work with newer > Apache and can look

Dumping Loaded Modules

2004-06-19 Thread Paul Querna
Attached is patch add a new command line option to httpd: '-t -D DUMP_MODULES' This will print a list of all loaded shared modules and all statically compiled modules. My only question is, what should the command be called? '-t -D DUMP_MODULES' vs '-M' vs some other argument. I based DUMP_MODUL