Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F8C8624F for ; Mon, 30 May 2011 07:59:14 +0000 (UTC) Received: (qmail 72732 invoked by uid 500); 30 May 2011 07:59:12 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 71733 invoked by uid 500); 30 May 2011 07:59:08 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 71723 invoked by uid 99); 30 May 2011 07:59:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 07:59:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ngoutte@hotmail.com designates 65.55.34.13 as permitted sender) Received: from [65.55.34.13] (HELO col0-omc1-s3.col0.hotmail.com) (65.55.34.13) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 07:59:00 +0000 Received: from COL117-W4 ([65.55.34.8]) by col0-omc1-s3.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 30 May 2011 00:58:39 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_6aacc49c-5da1-4fd0-a719-6fdf80595dee_" X-Originating-IP: [130.117.40.34] From: Niko Goutte To: Subject: RE: Get Parameter from httpd.conf Date: Mon, 30 May 2011 09:58:40 +0200 Importance: Normal In-Reply-To: <20110526120013.26d71f65@bettercgi.com> References: ,,,<20110526120013.26d71f65@bettercgi.com> MIME-Version: 1.0 X-OriginalArrivalTime: 30 May 2011 07:58:39.0965 (UTC) FILETIME=[633060D0:01CC1E9F] --_6aacc49c-5da1-4fd0-a719-6fdf80595dee_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks to this tutorial=2C I am now able to get any types of specific value= s from httpd.conf file. http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html > Date: Thu=2C 26 May 2011 12:00:13 -0500 > From: support@bettercgi.com > To: modules-dev@httpd.apache.org > Subject: Re: Get Parameter from httpd.conf >=20 > So you're asking how your module knows it's own configuration > values? See the documentation first and then check ANY Module=20 > for examples. Virtually all modules have configuration. If you=20 > have any specific questions about parts of the documentation=20 > that you don't understand=2C let us know. >=20 > http://lmgtfy.com/?q=3Dapache+module+configuration > --=20 > Ray Morris > support@bettercgi.com >=20 > Strongbox - The next generation in site security: > http://www.bettercgi.com/strongbox/ >=20 > Throttlebox - Intelligent Bandwidth Control > http://www.bettercgi.com/throttlebox/ >=20 > Strongbox / Throttlebox affiliate program: > http://www.bettercgi.com/affiliates/user/register.php >=20 >=20 >=20 >=20 > On Thu=2C 26 May 2011 16:18:29 +0200 > Niko Goutte wrote: >=20 > >=20 > > Hi=2C > >=20 > > I am currently implementing a module and for each HTTP GET request=2C I > > need to check its validity from another server. I want to put these > > specific IP/Port parameters into httpd.conf. Thus=2C each time a > > receive a GET request: 1/ I get specific IP/Port server values from > > httpd.conf. 2/ My module connects to distant server and gets all > > information. 3/ Then=2C my module is able to answer to its request. > >=20 > > Can someone explain me how to do this ? > > What should I write in the httpd.conf and how I can get these values > > from my module ? > >=20 > > Thank you=2C > > Nicolas. > > =20 = --_6aacc49c-5da1-4fd0-a719-6fdf80595dee_--