> I'm going to commit this when I am done, and people can comment and make > changes. Once this is done, I am hoping to work on the perchild MPM and > the proxy.
Do you refer to the change in httpd.h which moved the client_socket into the core_net_rec and broke mod_proxy? Currently it does not compile: proxy_connect.c: In function `ap_proxy_connect_handler': proxy_connect.c:308: structure has no member named `client_socket' proxy_connect.c:311: structure has no member named `client_socket' proxy_connect.c:334: structure has no member named `client_socket' proxy_connect.c:362: structure has no member named `client_socket' proxy_connect.c:375: structure has no member named `client_socket' proxy_connect.c:380: structure has no member named `client_socket' proxy_ftp.c: In function `ap_proxy_ftp_handler': proxy_ftp.c:748: warning: implicit declaration of function `ap_new_connection' proxy_ftp.c:748: warning: assignment makes pointer from integer without a cast proxy_ftp.c:760: structure has no member named `client_socket' proxy_ftp.c:1551: warning: assignment makes pointer from integer without a cast proxy_ftp.c:1600: structure has no member named `client_socket' proxy_ftp.c:1635: structure has no member named `client_socket' proxy_http.c: In function `ap_proxy_http_create_connection': proxy_http.c:305: structure has no member named `client_socket' proxy_http.c:320: structure has no member named `client_socket' proxy_http.c:415: warning: implicit declaration of function `ap_new_connection' proxy_http.c:416: warning: assignment makes pointer from integer without a cast Is there an accessor which can return the open socket, or how can mod_proxy get raw access to it? Martin -- <[EMAIL PROTECTED]> | Fujitsu Siemens Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730 Munich, Germany
