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 object (and hence its pool) is no longer valid.  The simple
fix would be to use the connection pool.  But that in turn highlights
the likelihood that you might want to revisit your architectural design.

--
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to