It really depends on what version of the httpd-2 server you are using If you just want to peruse the code, try http://lxr.webperf.org/source.cgi/modules/proxy/
Otherwise you can pull the latest CVS from export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic cvs login (anoncvs) cvs co httpd-proxy This should work with the latest CVS of httpd On 06 Aug 2001 08:39:53 -0600, dacree wrote: > Do you have a 2.0 build of mod_proxy source that you could send me? > > Thanks, > Don Acree > Senior Corporate Web Resource > Micron Technology, Inc. > 208.368.3543 > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 06, 2001 2:04 AM > To: [EMAIL PROTECTED] > Subject: httpd-2.0 nightly build log > > > Build started Mon Aug 6 01:00:00 PDT 2001 on FreeBSD 4.3-STABLE > Checking out httpd-2.0 apr apr-util httpd-proxy > Building httpd-2.0-nightly > Merging package apr > Merging package apr-util > Merging package httpd-proxy > Building config in httpd-2.0-nightly > Configuring in httpd-2.0-nightly w/options --enable-maintainer-mode > --enable-auth-anon --enable-auth-dbm --enable-auth-db --enable-auth-digest > --enable-file-cache --enable-echo --enable-cache --enable-example > --enable-ext-filter --enable-case-filter --enable-case-filter-in > --enable-optional-hook-export --enable-optional-hook-import > --enable-optional-fn-import --enable-optional-fn-export --enable-mime-magic > --enable-cern-meta --enable-expires --enable-headers --enable-usertrack > --enable-unique-id --enable-proxy --enable-proxy-connect --enable-proxy-ftp > --enable-proxy-http --enable-dav --enable-info --enable-suexec --enable-cgi > --enable-cgid --enable-dav-fs --enable-vhost-alias --enable-speling > --enable-rewrite --enable-ssl --with-ssl=/usr --enable-tls --with-tls=/usr > Not configured: --enable-charset-lite --enable-disk-cache > Making in httpd-2.0-nightly > mod_example.c: In function `x_register_hooks': > mod_example.c:1280: warning: implicit declaration of function > `ap_hook_pre_connection' > mod_example.c:1281: warning: implicit declaration of function > `ap_hook_process_connection' > mod_example.c: At top level: > mod_example.c:668: warning: `x_init' defined but not used > mod_example.c:1231: warning: `x_header_parser' defined but not used > mod_ssl.c:214: warning: `ssl_hook_post_read_request' defined but not used > mod_ssl.c:437: warning: `ssl_hook_open_logs' defined but not used > mod_ssl.c:442: warning: `ssl_hook_quick_handler' defined but not used > mod_ssl.c:448: warning: `ssl_hook_fixer_upper' defined but not used > mod_ssl.c:473: warning: `ssl_hook_insert_filter' defined but not used > ssl_engine_config.c: In function `ssl_cmd_SSLSessionCache': > ssl_engine_config.c:667: warning: passing arg 1 of `ap_strchr' discards > qualifiers from pointer target type > ssl_engine_dh.c:105: warning: function declaration isn't a prototype > ssl_engine_dh.c:136: warning: function declaration isn't a prototype > ssl_engine_ext.c:94: warning: no previous prototype for `ssl_ext_unregister' > ssl_engine_ext.c: In function `ssl_ext_mlc_register': > ssl_engine_ext.c:125: warning: passing arg 3 of pointer to function from > incompatible pointer type > ssl_engine_ext.c:126: warning: passing arg 3 of pointer to function from > incompatible pointer type > ssl_engine_io.c:322: warning: no previous prototype for > `ssl_io_filter_Output' > ssl_engine_io.c:366: warning: no previous prototype for > `ssl_io_filter_Input' > ssl_engine_io.c:391: warning: no previous prototype for > `ssl_io_filter_cleanup' > ssl_engine_io.c: In function `ssl_io_filter_cleanup': > ssl_engine_io.c:392: warning: unused variable `ssl' > ssl_engine_vars.c:96: warning: no previous prototype for > `ssl_var_unregister' > ssl_expr_parse.c:14: warning: function declaration isn't a prototype > y.tab.c:232: warning: function declaration isn't a prototype > ssl_util.c: In function `ssl_util_ptxtsub': > ssl_util.c:271: warning: passing arg 2 of `ap_strstr' discards qualifiers > from pointer target type > http_protocol.c: In function `ap_get_client_block': > http_protocol.c:1509: warning: passing arg 4 of `ap_get_brigade' from > incompatible pointer type > htpasswd.o: In function `main': > /x1/home/chuck/httpd-2.0-nightly/support/htpasswd.c(.text+0xa90): warning: > tmpnam() possibly used unsafely; consider using mkstemp() > htdigest.o: In function `main': > /x1/home/chuck/httpd-2.0-nightly/support/htdigest.c(.text+0x44c): warning: > tmpnam() possibly used unsafely; consider using mkstemp() > Build finished Mon Aug 6 01:04:04 PDT 2001 > > http://cvs.apache.org/builds/httpd-proxy/logs/ -- Ian Holsman [EMAIL PROTECTED] Performance Measurement & Analysis CNET Networks - (415) 364-8608
