Re: [Modcplusplus-user] time out during post requests
Brought to you by:
gr84b8,
johnksterling
From: Nathan S. <na...@al...> - 2002-04-15 22:44:20
|
On Mon, 2002-04-15 at 13:59, sterling wrote: > On 15 Apr 2002, Nathan Stitt wrote: > > > On Mon, 2002-04-15 at 13:22, jo...@st... wrote: > > > have you modified the exmpample cpp handler? > > > > > > > > I'm not sure which handler your refering to. I've been testing with the > > example/handler/test_handler.cpp. The only changes I've made is to add > > mHits = 0 in the constructor, and then when I saw it wasn't handling > > posts correctly, added a bunch of ap_log_error(...) calls. > > cool - i think i just found the problem. if your handler expects POSTs it > either need to suck the content out of the bucket, or tell the request to > discard it before returning..... i just committed it to cvs - are you > building from cvs? or using the tarball up on sourceforge? i'll update > the tarball with the change. > Cool! Was wondering if it was something like that. I'm running cvs, I'll resync tommorow and give it a shot. Thanks for all your help on this! On a side note, I've been looking into moddifing the gnu c++ cgi library http://www.gnu.org/software/cgicc/cgicc.html for use with modcplusplus apache. Right now it looks like a rather easy change, but will know more once I get started on it. It's a bit more heavy that I would like, as it has lots of classes to generate html tables, forms, etc. I probably won't use them, but looks like they aren't constructed unless used, and someone else would probably appreciate them. Later, Nathan |