Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF44473D5 for ; Tue, 26 Jul 2011 10:15:37 +0000 (UTC) Received: (qmail 64655 invoked by uid 500); 26 Jul 2011 10:15:30 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 64222 invoked by uid 500); 26 Jul 2011 10:15:12 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 64213 invoked by uid 99); 26 Jul 2011 10:15:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2011 10:15:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.20.83.52] (HELO webthing) (209.20.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2011 10:14:58 +0000 Received: from [192.168.2.4] (walkham.free-online.co.uk [80.229.52.226]) by webthing (Postfix) with ESMTPSA id EE21DDC002 for ; Tue, 26 Jul 2011 10:14:36 +0000 (UTC) References: In-Reply-To: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Message-Id: Content-Transfer-Encoding: quoted-printable From: Nick Kew Date: Tue, 26 Jul 2011 11:14:34 +0100 To: users@httpd.apache.org X-Mailer: Apple Mail (2.1084) Subject: Re: [users@httpd] ap_http_scheme / ap_run_http_scheme where is it :( On 26 Jul 2011, at 04:22, Shibi Ns wrote: > I was trying to look for the source code of api ap_http_scheme / = ap_run_http_scheme , but no luck on it any idea where i can get it?.=20 What are you trying to do? This API is probably not what you want. (Neither is this list: if you're writing a module, there's modules-dev). It's a hook API. A module can insert a function to change the http = scheme, for example to use pseudo-protocols like balancer, or backends. When you run it, you just get the string "http" unless some module = changes it. --=20 Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org