[jira] Work started: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-02-28 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-109?page=all ] Work on MODPYTHON-109 started by Graham Dumpleton Signal handler calling Py_Finalize() when child processes being killed. --- Key:

AW: httpd-trunk with MSIE (async read broken?) and AJP problems was Re: httpd-trunk sucking CPU on ajax

2006-02-28 Thread Plüm , Rüdiger , VIS
Von: Im Auftrag von Justin Erenkrantz Gesendet: Montag, 27. Februar 2006 22:37 BTW: Justins idea to exchange the transient buckets with heap buckets was also correct as it seems that the transient buckets might get overwritten in some situations. So Justin could you please commit

[jira] Updated: (MODPYTHON-137) Add req.server.get_options() for obtain PythonOption values set at global level.

2006-02-28 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-137?page=all ] Graham Dumpleton updated MODPYTHON-137: --- Attachment: grahamd_20060228_MP137_1.diff Attached grahamd_20060228_MP137_1.diff containing proposed changes. Add req.server.get_options()

Problem with apr_time_exp_lt (localtime_r) on AIX

2006-02-28 Thread Lekha Menon
Hi, I am facing a strange problem with apr_time_exp_lt. On AIX, when i call apr_time_exp_lt with 2nd arg as 214748364700LL, it sets the yr as 1 instead on 138. The same works on Linux properly. I investigated the code found that apr_time_exp_lt internally calls explode_time().

Re: httpd-trunk with MSIE (async read broken?) and AJP problems was Re: httpd-trunk sucking CPU on ajax

2006-02-28 Thread Brian Pane
On Feb 27, 2006, at 11:42 AM, Ruediger Pluem wrote: Do we really have the async read code on trunk? Maybe I missed some commits, but I thought that we only have the async write stuff in the trunk. The trunk had the async write implementation plus a refactored version of the synchronous

RE: Problem with apr_time_exp_lt (localtime_r) on AIX

2006-02-28 Thread Bennett, Tony - CNF
Lekha, I wrote the sample program below, and ran it on both AIX 4.3.3 AIX 5.1 in both threaded and unthreaded mode (xlc vs. xlc_r compiler). In both cases it returned 138. #ifdef _THREAD_SAFE#include pthread.h#endif #include stdio.h#include time.h main(){ struct tm wk_localtime;

return value of httpd

2006-02-28 Thread Brian Akins
If I run httpd -k stop, if it cannot stop listener, it still returns 0. same for graceful-stop. should it return something else? -- Brian Akins Lead Systems Engineer CNN Internet Technologies

Re: [PATCH] 2.2.x + apreq

2006-02-28 Thread Joe Schaefer
Joe Schaefer [EMAIL PROTECTED] writes: Here's a patch against the 2.2.x branch of httpd (you need to apply the svn:externals properties manually). With it I can build mod_apreq (no 2) statically or dynamically. Haven't tested it at all yet tho. Here's a better patch against

mod_proxy_balancer / failover (hot standby)

2006-02-28 Thread andreas.wieczorek
Hello, I´d like to restart the thread http://www.gossamer-threads.com/lists/apache/dev/305214 Summary of that thread: Ruediger Plum fixed mod_proxy_balancer so that the status=d became persistent. (http://svn.apache.org/viewcvs?rev=374929view=rev) Having applied the fix / using the following

Re: [Bug 38070] - httpd returns status code 200 instead 304, but logged 304 in log.

2006-02-28 Thread Joe Orton
On Wed, Feb 22, 2006 at 12:53:25PM +, Joe Orton wrote: On Tue, Feb 21, 2006 at 03:45:39PM +, Nick Kew wrote: Not as such. It doesn't need to: it's a MUST in CGI: 7.2.1.3. Status The Status header field is used to indicate to the server what status code the server MUST

Re: return value of httpd

2006-02-28 Thread Sander Temme
On Feb 28, 2006, at 8:23 AM, Brian Akins wrote: If I run httpd -k stop, if it cannot stop listener, it still returns 0. same for graceful-stop. should it return something else? Depends on what it actually does. If you follow the code into server/ main.c:630 and server/mpm_common.c:898,

Re: svn commit: r381758 - /httpd/httpd/trunk/docs/manual/howto/public_html.xml

2006-02-28 Thread Nick Kew
On Tuesday 28 February 2006 19:47, [EMAIL PROTECTED] wrote: +pNote that, by default, access to these directories is strongnot/strong +enabled. You can enable access when using directive module=mod_userdir +UserDir/directive by commenting out the line/p +example + Include

Re: mod_proxy_balancer / failover (hot standby)

2006-02-28 Thread Ruediger Pluem
On 02/28/2006 05:46 PM, [EMAIL PROTECTED] wrote: Hello, I´d like to restart the thread http://www.gossamer-threads.com/lists/apache/dev/305214 Thanks for starting this again. I also lost track of it. Please let me know if I just missed a correct config - otherwise I am curious to