Frankie,

On Jan 18, 2007, at 1:49 PM, 张 臻博 wrote:


sorry, my mistake, the hook should be ap_run_pre_connection

From the top of your source tree, run:

find . -type f -name \*.c | xargs grep ap_run_pre_connection

And you'll find:

./modules/proxy/mod_proxy_ftp.c: rc = ap_run_pre_connection(data, data_sock); ./modules/proxy/proxy_util.c: rc = ap_run_pre_connection(conn- >connection, conn->sock);
./server/connection.c:    rc = ap_run_pre_connection(c, csd);
./server/exports.c:const void *ap_hack_ap_run_pre_connection = (const void *)ap_run_pre_connection; ./server/mpm/experimental/event/event.c: rc = ap_run_pre_connection(c, sock);

The one in exports.c is of course not relevant.

S.


--
[EMAIL PROTECTED]            http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to