http://www.telana.com/files/httpd-2.2.3-peruser-0.2.1.patch
I haven't had a chance to test it out on my production server yet, but
it seems to run fine on my test machine. I'll try it out for real
tonight. Changes since 0.2.0:
* Stefan's mod_status patch
* Janno's IdleTimeout patch with code from Rommer's ExpireTimeout patch
* support for APR 1.2 (probably requires Apache 2.2 to compile now)
* a null pointer dereference fix Stefan commited last August :)
* removed the sleep(1) loop from pass_socket() (already removed from
pass_request() in version 0.2.0)
The subversion repository is up to date with 0.2.1. Stefan already has
an account; Janno, Rommer, if either of you want access, let me know.
This version will probably still compile on Apache 2.0 if you back out
of these two changes:
- ret = apr_recv(lr->sd, &pipe_read_char, &n);
+ ret = apr_socket_recv(lr->sd, &pipe_read_char, &n);
and
- else if (apr_proc_other_child_read(&pid, status) == 0) {
+ else if (apr_proc_other_child_alert(&pid, APR_OC_REASON_DEATH,
status) == APR_SUCCESS) {
--
Sean Gabriel Heacock
Telana Internet Services
http://www.telana.com/
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser