Re: [Modcplusplus-user] time out during post requests
Brought to you by:
gr84b8,
johnksterling
From: Nathan S. <na...@al...> - 2002-04-15 18:50:13
|
On Mon, 2002-04-15 at 13:22, jo...@st... wrote: > Just curious - do you have the example filters loaded too in your config > file? maybe the problem is in the filters...... i'm not quite able to > reproduce it yet.... > No, I'm running a completly stock Apache 2.0.35 GA, configured with: ./configure --enable-info --with-mpm=worker and the following added in the httpd.conf: LoadFile /usr/lib/libstdc++.so.3.0.2 LoadModule cplusplus_module modules/libmod_cplusplus.so.0.0.0 LoadCPPHandler test_handler modules/libtest_handler.so AddCPPConnectionInputFilter test_input_filter <Location /cpp-handler> SetHandler cpp-handler AddCPPHandler test_handler </Location> > 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. I'm testing with some of the other examples now to see if they exibit the same behaviour. Will let you know the results. Nathan |