Re: ap_log_rerror limit size

2013-03-13 Thread rm
On Wed, Mar 13, 2013 at 04:40:50PM +0100, Hoang-Vu Dang wrote: I traced this into the Apache source code (ver 2.4.4). It looks like the error message string is really limited by the size of 8KB. This line is in server/log.c:1097 static void log_error_core(const char *file, int line, int

Delegating to confiured error page from within a filter

2013-02-11 Thread rm
Dear collected list wisdom, I think I'm hitting a wall here: my module's filter needs to replace the running request with the configured error page for that error (all in the 4xx range). The error is detected before any content is pushed down the bucket line. Setting the request's status will

Re: Delegating to confiured error page from within a filter

2013-02-11 Thread rm
On Mon, Feb 11, 2013 at 10:26:41PM +0100, r...@tuxteam.de wrote: Dear collected list wisdom, I think I'm hitting a wall here: my module's filter needs to replace the running request with the configured error page for that error (all in the 4xx range). The error is detected before any

Re: Fwd: Document on developing modules for 2.4 and onwards

2012-04-11 Thread rm
On Wed, Apr 11, 2012 at 11:12:31AM +0200, Daniel Gruno wrote: As per Igor's advice, I'm forwarding this message to the dev@ and modules-dev@ lists as well: Hello all httpd document lovers, As per our nifty little

Re: Inject html into response body

2011-12-04 Thread rm
On Sun, Dec 04, 2011 at 11:47:37PM +0200, O??uzhan TOPG?L wrote: Hi, I' ve search for all the archieve but i couln't find the answer, may be i missed up, don't know. I'm trying to write an apache module and i want to inject some html code into resonses. It might be in body, header or footer.

Re: Binary Tree Shared Memory Problem

2011-11-29 Thread rm
On Tue, Nov 29, 2011 at 12:29:20AM +0200, O??uzhan TOPG?L wrote: Hi, is there any example mod_slotmem codes that we can understand the usage? Have you looked at the code? 'mod_slotmem_shm.c' is less than 650 lines of code, 'mod_slotmem_plain.c' less than 300. Sorry, but you have to do _some_

Re: apr shared memory handling

2011-11-14 Thread rm
On Mon, Nov 14, 2011 at 02:18:20PM +0100, michaelr wrote: Hi all, first excuse my bad english. As a beginner in apache module development i have a problem understanding the apr shared memeory handling. In the following example i removed all the locks and error handling to bring my problem

Re: using mod_proxy for subrequests

2011-05-04 Thread rm
On Wed, May 04, 2011 at 02:00:33PM +0200, Sorin Manolache wrote: I didn't mean that I'm really clueless. I trawled through the apache sources quite extensively and I decided to do it. And there's a commercial/financial stake in my case too. If you look at mod_proxy's sources, there're 4

Re: Strange EOS bucket in filter

2010-10-23 Thread rm
On Sat, Oct 23, 2010 at 12:55:05PM +0200, r...@tuxteam.de wrote: On Sat, Oct 23, 2010 at 11:22:20AM +0100, Nick Kew wrote: On 23 Oct 2010, at 11:06, r...@tuxteam.de wrote: Hello list, I'm currently developing an output filter that , dpending on some condition either