On Wednesday 14 November 2001 05:21 am, Martin Kraemer wrote: > > 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?
mod_proxy is on my list of thiings to fix today. It shouldn't be using the socket directly. That is a bug that just needs to be fixed. Ryan ______________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --------------------------------------------------------------
