one log file question

1999-02-16 Thread Martin Kuzela
Hi all When I want to analyze "access_log" file it generates wrong results because non-ssl accesses are in "access_log" and ssl accesses are in "access_log-ssl" and "ssl_log". Can I configure mod-ssl to log both kind of access into "access_log" ? thanks Martin Kuzela

Re: Seg Faults, still?

1999-02-16 Thread Toru Takinaka
httpd: [Mon Feb 15 15:14:13 1999] [notice] child pid 28009 exit signal Segmentation Fault (11) BTW, sorry when I ask: Have you verified in the debugger that these segfaults are still the `meth'-variable-related ones? Perhaps we've fixed it, but have a second problem somewhere else? This

Re: [BugDB] error_log-ssl is full of fake SSL handshake failed messages (PR#104)

1999-02-16 Thread bugdb-mod-ssl
On Mon, Feb 15, 1999, [EMAIL PROTECTED] wrote: Full_Name: Martin Kuzela Version: mod_ssl-2.1.1-1.3.3 OS: Sun Solaris 2.6 Submission from: c39.computel.sk (195.28.96.39) Although everything is OK and SSL communication works fine with both IE 4.01 and NN 4.5, my error_log-ssl is full of

Having problems getting backtrace...

1999-02-16 Thread Taylor Blackwell
Concerning my Linux/Slackware system having the segfault troubles, I'm unable to get a core file so far. reasons... 1.) I've recompiled per the faq. that went fine. 2.) I've added the directive, and it still won't give me a core when I get sig 11's. When run with just -X, I get no response

Re: sw-mod-ssl list filtering, client side?

1999-02-16 Thread Ralf S. Engelschall
In article you wrote: | :0 Hhb | * ^TO.*sw-mod-ssl@.* | sw-mod-ssl | :0 Hhb | * ^(Reply-to|Sender):.*sw-mod-ssl@.* | sw-mod-ssl where "sw-mod-ssl" is the mail folder under procmail's MAILDIR. My Procmail recipe just reads: | # sw-mod-ssl mailing list | :0: | * ^Sender:

Re: one log file question

1999-02-16 Thread Roman Maeder
[EMAIL PROTECTED] said: Different logfiles are required for SSL and the non-SSL connections because you have two different VirtualHost sections, and the logging commands are per-VirtualHost. [EMAIL PROTECTED] said: I have often used the same TransferLog entry in two different Virtual Host