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