Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Nick Kew
On Thu, 18 Jun 2009 11:13:00 -0600 (MDT) "Lyudmila L. Balakireva" wrote: > > > > > > On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote: > > > >> Hello, > >> I am new to apache and c and > > > > Then you're probably being over-ambitious :-) > > > > One thing that immediately stands out: you

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Lyudmila L. Balakireva
> > On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote: > >> Hello, >> I am new to apache and c and > > Then you're probably being over-ambitious :-) > > One thing that immediately stands out: you're using the request pool, > but you defined your filter to run outside the protocol level, wher

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Nick Kew
On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote: Hello, I am new to apache and c and Then you're probably being over-ambitious :-) One thing that immediately stands out: you're using the request pool, but you defined your filter to run outside the protocol level, where the request obj

[us...@httpd] how to do http PUT inside the output filter

2009-06-17 Thread Lyudmila L. Balakireva
Hello, I am new to apache and c and need help in developing output filter which need to collect (headers and body ) and send PUT request to external webserver. Currently I am getting child pid 7106 exit signal Segmentation fault (11) error in my filter: Can somebody pinpoint if I do something fund