Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 19859 invoked from network); 23 Jan 2006 01:18:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 01:18:04 -0000 Received: (qmail 2965 invoked by uid 500); 23 Jan 2006 01:18:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 2938 invoked by uid 500); 23 Jan 2006 01:18:02 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 2927 invoked by uid 99); 23 Jan 2006 01:18:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jan 2006 17:18:02 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 22 Jan 2006 17:18:02 -0800 Received: (qmail 19667 invoked by uid 65534); 23 Jan 2006 01:17:41 -0000 Message-ID: <20060123011741.19664.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r371431 - /httpd/httpd/branches/fcgi-proxy-dev/modules/proxy/mod_proxy_fcgi.c Date: Mon, 23 Jan 2006 01:17:41 -0000 To: cvs@httpd.apache.org From: rooneg@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rooneg Date: Sun Jan 22 17:17:40 2006 New Revision: 371431 URL: http://svn.apache.org/viewcvs?rev=371431&view=rev Log: Update an old comment. * modules/proxy/mod_proxy_fcgi.c (proxy_fcgi_handler): Stop describing the old URL style, remove a stray empty line. Modified: httpd/httpd/branches/fcgi-proxy-dev/modules/proxy/mod_proxy_fcgi.c Modified: httpd/httpd/branches/fcgi-proxy-dev/modules/proxy/mod_proxy_fcgi.c URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/fcgi-proxy-dev/modules/proxy/mod_proxy_fcgi.c?rev=371431&r1=371430&r2=371431&view=diff ============================================================================== --- httpd/httpd/branches/fcgi-proxy-dev/modules/proxy/mod_proxy_fcgi.c (original) +++ httpd/httpd/branches/fcgi-proxy-dev/modules/proxy/mod_proxy_fcgi.c Sun Jan 22 17:17:40 2006 @@ -781,7 +781,7 @@ #define FCGI_SCHEME "FCGI" /* - * This handles fcgi:(type):(dest) URLs + * This handles fcgi:(dest) URLs */ static int proxy_fcgi_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, @@ -799,7 +799,6 @@ apr_pool_t *p = r->pool; apr_uri_t *uri = apr_palloc(r->pool, sizeof(*uri)); - ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, "proxy: FCGI: url: %s proxyname: %s proxyport: %d",