mod_include patch

2004-10-20 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I want to use SSI with CGI scripts. Thus, I have configured the INCLUDES filter for my cgi-bin. But my CGI scripts generate not only text/html documents. Hence my problem, I want to say mod_include to handle only documents with content-type

APR_POOL_DEBUG

2012-02-01 Thread Torsten Förtsch
/140618446399232] THREAD 0x604f00 memory/unix/apr_pools.c:apr_pool_integrity check Aborted Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

idea: faster pool user data

2012-02-13 Thread Torsten Förtsch
perhaps don't know about yet to achieve something similar? Thanks for reading, Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Is it intentional that the Timeout must hit twice for a CGI script to be killed?

2013-01-19 Thread Torsten Förtsch
Hi, cgi_handler() in 2.2 contains these lines. For trunk they look very similar. if (!nph) { const char *location; char sbuf[MAX_STRING_LEN]; int ret; if ((ret = ap_scan_script_header_err_brigade(r, bb, sbuf))) { ret = log_script(r, conf, ret,

flood_farm.c

2010-05-25 Thread Torsten Förtsch
3 lines simply superfluous? Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: [RELEASE CANDIDATE] Apache-Test-1.33 RC1

2010-09-11 Thread Torsten Förtsch
Server's Module Magic Number: 20051115:24 Server loaded: APR 1.4.2, APR-Util 1.3.9 Compiled using: APR 1.4.2, APR-Util 1.3.9 Architecture: 64-bit Server MPM: Prefork Thanks, Fred. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http

Re: [RELEASE CANDIDATE] Apache-Test-1.35 RC1

2011-01-22 Thread Torsten Förtsch
localhost.localdomain:8529 shutdown looks good, clean error_log +1 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: [RELEASE CANDIDATE] Apache-Test-1.36 RC1

2011-02-02 Thread Torsten Förtsch
On Tuesday, February 01, 2011 07:54:43 Fred Moyer wrote: http://people.apache.org/~phred/Apache-Test-1.36-rc1.tar.gz +1 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net === Special Tests Sequence Failure Finder

Bug in mod_log_config

2011-03-03 Thread Torsten Förtsch
a restart via SIG{HUP,USR1}. But if the module is compiled statically those global variables keep their values and a similar situation as described above can appear. I have found that in 2.2.17. But I have verified it is also present in trunk. The enclosed patch cures the problem. Torsten

Re: Bug in mod_log_config

2011-03-03 Thread Torsten Förtsch
On Thursday, March 03, 2011 13:44:57 Torsten Förtsch wrote: I have found that in 2.2.17. But I have verified it is also present in trunk. Now filed as https://issues.apache.org/bugzilla/show_bug.cgi?id=50861 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name

Re: Bug in mod_log_config

2011-03-10 Thread Torsten Förtsch
On Thursday, March 03, 2011 14:55:40 Jim Jagielski wrote: Thx for the report and the patch... I will verify and apply to trunk w/ a backport req for 2.2. any progress on that? On Mar 3, 2011, at 8:45 AM, Torsten Förtsch wrote: On Thursday, March 03, 2011 13:44:57 Torsten Förtsch wrote: I

Re: Bug in mod_log_config

2011-03-15 Thread Torsten Förtsch
On Thursday, March 03, 2011 14:55:40 Jim Jagielski wrote: Thx for the report and the patch... I will verify and apply to trunk w/ a backport req for 2.2. Just a polite reminder. On Mar 3, 2011, at 8:45 AM, Torsten Förtsch wrote: On Thursday, March 03, 2011 13:44:57 Torsten Förtsch wrote

Re: Bug in mod_log_config

2011-03-17 Thread Torsten Förtsch
On Thursday, March 17, 2011 16:05:12 Jim Jagielski wrote: Added in r1082518. Thanks. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Per module LogLevel parsing

2011-04-08 Thread Torsten Förtsch
, Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

ap_read_config in 2.3.11

2011-04-11 Thread Torsten Förtsch
perl module could be loaded. How can this situation be solved? Thanks, Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: ap_read_config in 2.3.11

2011-04-12 Thread Torsten Förtsch
= total_modules + dyn_modules_max; after the read_config, and finally lock down conf_vector_length = total_modules; at the end of post_config. WDYT? But yes, moving the adjustment to postconfig will solve the problem more generally. I'll see if I can conceive a patch. Torsten Förtsch -- Need

segfault in httpd 2.3.11-beta

2011-04-14 Thread Torsten Förtsch
); int slen = strlen(_module); Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: segfault in httpd 2.3.11-beta

2011-04-15 Thread Torsten Förtsch
On Thursday, April 14, 2011 19:55:30 Torsten Förtsch wrote: Httpd segfaults if its startup is aborted because the DYNAMIC_MODULE_LIMIT is hit. Here is a better cure. To trigger the bug the attached config.nice can be used. It compiles all modules as shared and sets DYNAMIC_MODULE_LIMIT=10

Re: segfault in httpd 2.3.11-beta

2011-04-15 Thread Torsten Förtsch
On Friday, April 15, 2011 14:33:32 Torsten Förtsch wrote: Here is a better cure. Now also available as bug #51072: https://issues.apache.org/bugzilla/show_bug.cgi?id=51072 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http

Is this a test framework bug?

2011-04-17 Thread Torsten Förtsch
be a problem with my libwww-perl. LWP has recently experienced a major release upgrade. It reports $r-code as 102. Perhaps older versions report the 2nd response only. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

httpd-framework: a few forgotten need_module()s

2011-04-17 Thread Torsten Förtsch
Hi, t/apache/if_sections.t needs the proxy module, t/modules/filter.t needs mod_case_filter. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net Index: t/apache/if_sections.t

Re: ap_read_config in 2.3.11

2011-04-17 Thread Torsten Förtsch
. In core_post_config the length is then settled on total_modules. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net Index: server/config.c === --- server/config.c (revision

Re: Is this a test framework bug?

2011-04-18 Thread Torsten Förtsch
. But my question was also what do we test here? If the purpose of the test is to see if the 102 response is passed through (as suggested by the comment) then I'd think the test is wrong too. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy

Re: Is this a test framework bug?

2011-04-19 Thread Torsten Förtsch
-Encoding: chunked 12 this is nph-stdout 0 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: Is this a test framework bug?

2011-04-19 Thread Torsten Förtsch
(/reverse/modules/cgi/nph-102.pl); ok t_cmp($r-code, 200, reverse proxy to nph-102); ok t_cmp($r-content, this is nph-stdout, reverse proxy 102 response); Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: ap_read_config in 2.3.11

2011-04-25 Thread Torsten Förtsch
ap_reserve_module_slots_directive(PerlLoadModule) in mod_perl's pre_config hook? Thanks a lot! It seems your patch works flawlessly after I figured out another bug in the modperl test suite. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Problem in mod_deflate

2011-07-30 Thread Torsten Förtsch
the loop: if (APR_BUCKET_IS_METADATA(e)) { e = APR_BUCKET_NEXT(e); continue; } Filed as https://issues.apache.org/bugzilla/show_bug.cgi?id=51590 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy

ap_send_fd ignores the offset parameter

2011-07-31 Thread Torsten Förtsch
/show_bug.cgi?id=51592 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: Problem in mod_deflate

2011-08-02 Thread Torsten Förtsch
Hi Stefan, thanks for applying. On Saturday, 30 July 2011 17:41:39 Torsten Förtsch wrote: The last if statement should read as follows to avoid the loop: if (APR_BUCKET_IS_METADATA(e)) { e = APR_BUCKET_NEXT(e); continue; } I don't

Re: websocket support for mod_proxy

2011-08-09 Thread Torsten Förtsch
the mod_proxy_fdpass way of doing it would interoperate with a Java based websocket server. A recent modperl allows to do something along these lines even with httpd 2.0, http://foertsch.name/ModPerl-Tricks/req-hand-over.shtml Torsten Förtsch -- Need professional modperl support? Hire me! (http

Bug 50861 in httpd 2.2

2011-10-07 Thread Torsten Förtsch
Hi, back in March I reported this bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=50861 It got fixed in trunk but is still present in 2.2.21. Jim, according to http://www.gossamer-threads.com/lists/apache/dev/396435#396435 you thought about backporting it. How about that? Torsten

Complain about revision 1162854 made by jim

2011-10-07 Thread Torsten Förtsch
, Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net --- server/main.c.orig 2011-10-07 19:18:13.395926482 +0200 +++ server/main.c 2011-10-07 19:25:18.985699364 +0200 @@ -633,6 +633,8 @@ if (!server_conf

Re: Silencing the NameVirtualHost has no effect... warning in Apache::Test

2011-10-09 Thread Torsten Förtsch
there. If not, you should have. Can you try, please? If nobody beats me I'll try it out and commit it tomorrow. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: Silencing the NameVirtualHost has no effect... warning in Apache::Test

2011-10-10 Thread Torsten Förtsch
to TestConfig.pm in Apache::Test is needed... something like the attached patch. Could someone with the proper karma have a look (and commit to perl/Apache-Test/trunk, possibly)? Thanks, applied as r1180971. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like

Re: Server Process Pool Behavior

2011-11-11 Thread Torsten Förtsch
process? Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net

Re: post body parsing

2011-07-20 Thread Torsten Förtsch
/Apache2/RequestIO.html#C_read_ Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net