[no subject]

2007-01-05 Thread rm
On Fri, 2007-01-05 at 22:05 +0100, Joachim Zobel wrote: > Hi. > > Are there any compiled (preferrably functional) languages that be used > to write apache modules? Such a language should be sufficiently > efficient and it should not require a mod_. > > Any hints are appreciated. What platform?

Re: Other languages than C

2007-01-05 Thread rm
On Fri, 2007-01-05 at 22:05 +0100, Joachim Zobel wrote: > Hi. > > Are there any compiled (preferrably functional) languages that be used > to write apache modules? Such a language should be sufficiently > efficient and it should not require a mod_. > > Any hints are appreciated. What platform?

Strange EOS bucket in filter

2010-10-23 Thread rm
Hello list, I'm currently developing an output filter that , dpending on some condition either parses all data to convert it (and hence don't pass any of the incomming buckets down the pipe) or decides to leave the data as it is and just pushes all incomming buckets down. Now, strangely, for the

Re: Strange EOS bucket in filter

2010-10-23 Thread rm
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 parses all data to convert it (and hence don't pass any > > of the

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 > > > c

Re: Location header in Handler

2010-11-28 Thread rm
On Sat, Nov 27, 2010 at 09:45:43PM -0700, Chris Kukuchka wrote: > On Nov 27, 2010, at 4:53 PM, Jodi Bosa wrote: > > > I must be missing something. I cannot seem to set headers in a handler. I > > am using the Location header thinking that it's the most obvious (I don't > > really care about red

Re: Apache log modules

2010-11-28 Thread rm
On Mon, Nov 29, 2010 at 08:56:50AM +0900, Andrej van der Zee wrote: > Hi Sorin, > > Thanks for your reply. > > > > > request_rec->connection->id is a long int that is unique. It is built > > from the process_id and thread_id of the apache thread that serves the > > request. > > Will this be uniq

using mod_proxy for subrequests

2011-05-04 Thread rm
Hello list, as the subject line says, I'm trying to run a subrequest through mod_proxy and need to post-process the subrequests response data. Looking at older posts on this list it seems as if the only way to accomplish this is: (1) create a subrequest with ap_sub_req_lookup_uri(...) (2) modif

Re: using mod_proxy for subrequests

2011-05-04 Thread rm
On Wed, May 04, 2011 at 11:36:35AM +0200, Sorin Manolache wrote: > On Wed, May 4, 2011 at 11:34, wrote: > > Hello list, > > > > as the subject line says, I'm trying to run a subrequest through > > mod_proxy and need to post-process the subrequests response data. > > Looking at older posts on this

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

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 > prob

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: 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 fo

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: 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

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 p

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: 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