Re: debug apache

2006-06-21 Thread Alexander Lazic
On Die 20.06.2006 14:15, Jeff Trawick wrote: [snipped] A past discussion of very closely related functionality, though not exactly what you asked for originally, yielded multiple interested admin-type folks and no developers expressing interest other than myself. Sorry, i think i have

Re: debug apache

2006-06-21 Thread Alexander Lazic
On Die 20.06.2006 18:40, William A. Rowe, Jr. wrote: Jeff Trawick wrote: A past discussion of very closely related functionality, though not exactly what you asked for originally, yielded multiple interested admin-type folks and no developers expressing interest other than myself. And also

Re: debug apache

2006-06-20 Thread Alexander Lazic
On Mon 19.06.2006 07:07, Jeff Trawick wrote: If httpd *developers* are interested, we should decide what type of processing is acceptable/required first and worry about whether it can be fitted into apr second. As I recall from the last discussion of this perhaps 15 months ago, most all of the

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Alexander Lazic
On Son 18.06.2006 22:25, Mathieu CARBONNEAUX wrote: ok i've forget that possibility :) but using strace directly by attaching to processus can be risky in production (like gdb!)... and with apache with 256 or 512 processuss all working can be hard to debug... in some time have lost the

Re: debug apache

2006-06-18 Thread Alexander Lazic
On Son 18.06.2006 21:42, Colm MacCarthaigh wrote: Anyway, as others have pointed out, this topic is off-topic here. Sorry for that, which list is the right one from your point of view? Regards Alex

Re: debug apache

2006-06-17 Thread Alexander Lazic
On Sam 17.06.2006 00:54, Ruediger Pluem wrote: On 06/16/2006 10:28 PM, Alexander Lazic wrote: Any opinion from the developer, to this issue?! On Don 01.06.2006 08:14, Alexander Lazic wrote: Is it possible to get a logentry from the hooks in apache to see the flow of a request? eg

Re: debug apache

2006-06-17 Thread Alexander Lazic
On Sam 17.06.2006 13:14, Nick Kew wrote: On Saturday 17 June 2006 09:47, Ruediger Pluem wrote: On 06/17/2006 08:57 AM, Alexander Lazic wrote: On Sam 17.06.2006 00:54, Ruediger Pluem wrote: From my current point of view the answer is: No, this is not possible out of the box. It may

Re: debug apache

2006-06-16 Thread Alexander Lazic
Any opinion from the developer, to this issue?! On Don 01.06.2006 08:14, Alexander Lazic wrote: Hi, i have read http://httpd.apache.org/dev/debugging.html and asked me follwing: Is it possible to get a logentry from the hooks in apache to see the flow of a request? eg: $REQUEST accepted

debug apache

2006-06-01 Thread Alexander Lazic
Hi, i have read http://httpd.apache.org/dev/debugging.html and asked me follwing: Is it possible to get a logentry from the hooks in apache to see the flow of a request? eg: $REQUEST accepted on $FD $REQUEST handled by $MOD_xxx $REQUEST handled by $MOD_xxx $REQUEST handled by $MOD_xxx

Re: Any undocumented showstoppers on 2.0.56?

2006-04-15 Thread Alexander Lazic
On Fre 14.04.2006 15:12, William A. Rowe, Jr. wrote: ... that would prevent me from rolling early tomorrow? Please raise hands now, and lets see if we can't get them committed. I'm thinking of patches-to-apply, not new efforts :) There's always 2.0.57 for new and exciting bug fixes. Is this

Re: Bug in 2.0.56-dev

2006-04-10 Thread Alexander Lazic
Hi, On Mon 10.04.2006 09:52, Jeff Trawick wrote: On 4/8/06, Alexander Lazic [EMAIL PROTECTED] wrote: Is this a known bug?! y; I've been looking at this type of problem for a few days... hopefully I can post a patch before long Thanx for your positive answer ;-) Apache works fine except

Bug in 2.0.56-dev

2006-04-08 Thread Alexander Lazic
Hi, on 05-04-2006 i have get the latest snapshots from: http://cvs.apache.org/snapshots/ httpd-2.0.x_20060405102636.tar.gz apr-0.9.x_20060405102142.tar.gz apr-util-0.9.x_20060405102200.tar.gz Build it on solaris 10 x86 with gcc. ./configure --prefix=/web/apache-2.0.56 --with-mpm=worker

Re: What do you want in HTTPD 2.4/3.0/X/GREEN?

2005-12-04 Thread Alexander Lazic
Hi, On Sam 03.12.2005 11:36, Paul Querna wrote: My intention is for this to be a wide open brainstorming thread. I expect that we will be able to discuss several ideas in much more detail at the Hackathon next week, but I really want to get all ideas 'on the table'. my whish is very simple:

Q: About motivation bugfixes (was: Re: 1st attempt to solve with proxy_connect.c (was: Bug 19188))

2005-11-25 Thread Alexander Lazic
Hi, On Fre 18.11.2005 00:55, Alexander Lazic wrote: On Mit 16.11.2005 19:09, Alexander Lazic wrote: @Joe Orton: do you have a patch for mod_proxy_connect? http://issues.apache.org/bugzilla/show_bug.cgi?id=19188 as joe suggested i have start to implement the connect call with proxy_connect.c

1st attempt to solve with proxy_connect.c (was: Bug 19188)

2005-11-17 Thread Alexander Lazic
Hi, On Mit 16.11.2005 19:09, Alexander Lazic wrote: @Joe Orton: do you have a patch for mod_proxy_connect? http://issues.apache.org/bugzilla/show_bug.cgi?id=19188 as joe suggested i have start to implement the connect call with proxy_connect.c. I have attached my first attempt

Q: about 37355 = https through http-proxy to backend faild

2005-11-16 Thread Alexander Lazic
Hi, i haven't found a bugfix for these, isn't any there or have i over read ist? Have the 2.1.x these bug also?! Thanx Alex

Re: 2.1 trunk = ab -v 2 segfault

2005-04-15 Thread Alexander Lazic
Hi, On Fre 15.04.2005 11:54, Joe Orton wrote: Thanks for the report, there were three segfaults actually; I've fixed them on the trunk. Thanks ;-) one of the segfaults was because you're using a -c value -n, which doesn't really make sense; I changed ab to reject that. Ops, sorry :-( al ;-)

2.1 trunk = ab -v 2 segfault

2005-03-26 Thread Alexander Lazic
Hi, i use the 2.1 tunk ab and have found 2 segfaults, it think. the first one was easy to find: in ssl_print_cert_info() the buf is 64 not BUFSIZ for eg. =X509_NAME_oneline(dn, buf, BUFSIZ); The second one was not so easy to find because i'am not very familiar with the openssl-development. After

HTTP 1.1 Pipling Requests

2005-03-11 Thread Alexander Lazic
Hi, i have read the rfc 2616 and have a understanding question to you, if you can help me ;-)) --- 8.1.2.2 Pipelining A client that supports persistent connections MAY pipeline its requests (i.e., send multiple requests without waiting for each response). A server MUST send its responses to

more then one 'responsename= responsetemplate=' tuple

2005-02-14 Thread Alexander Lazic
Hi, i need more the one param from the response from server. I have try: --- url method=GET responsename=fR responsetemplate=frameRendered=([^amp;]*) responsename=zz responsetemplate=zz=([^amp;]*) REQUEST_URL/url --- but it looks like to be the wrong way :-( Please can anybody point me to the

responsetemplate Error

2005-02-11 Thread Alexander Lazic
Hi, i try to make some loadtests and need some vars from the respone. Please can anybody tell why i get these error: Error parsing XML: XML parser error code: not well-formed (invalid token) (4) --- ?xml version=1.0 standalone=no? !DOCTYPE flood SYSTEM flood.dtd flood configversion=1 urllist

Re: responsetemplate Error

2005-02-11 Thread Alexander Lazic
On Fre 11.02.2005 10:53, Norman Tuttle wrote: Easy. You have an illegal character in your XML, the . This needs to be changed to amp; Oh sh... thx :-( al ;-)

Re: Notify about using the e-mail account.

2004-06-02 Thread Alexander Lazic
Hi, i got this mail: --- On Die 01.06.2004 23:01, [EMAIL PROTECTED] wrote: htmlbody Dear user of bApache.org/b,br br Your e-mail account has been temporary disabled because of unauthorized access.brbr Further details can be obtained from attached file.br br Best wishes,br nbsp; nbsp; The

Possiblebug in mod_rewrite %{ENV:vars}

2002-10-23 Thread Alexander Lazic
Hi, i have tested the apache 2.0.43 with mod_rewrite and can't expand the %{ENV:SSL_CIPHER} nor %{ENV:GATEWAY_INTERFACE} in the '/cgi-bin/'-dir. I think i have found the possible failure/bug in the function 'do_expand' on line 2433 in mod_rewrite.c: span = apr_cpystrn(outp, lookup_variable(r,