Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 55302 invoked from network); 28 May 2008 09:56:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 09:56:17 -0000 Received: (qmail 86915 invoked by uid 500); 28 May 2008 09:56:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86743 invoked by uid 500); 28 May 2008 09:56:09 -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 86732 invoked by uid 99); 28 May 2008 09:56:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 02:56:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.125.208] (HELO n10.bullet.mail.mud.yahoo.com) (209.191.125.208) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 28 May 2008 09:55:19 +0000 Received: from [68.142.200.227] by n10.bullet.mail.mud.yahoo.com with NNFMP; 28 May 2008 02:47:31 -0000 Received: from [216.252.122.217] by t8.bullet.mud.yahoo.com with NNFMP; 28 May 2008 09:55:35 -0000 Received: from [69.147.65.152] by t2.bullet.sp1.yahoo.com with NNFMP; 28 May 2008 09:55:35 -0000 Received: from [127.0.0.1] by omp400.mail.sp1.yahoo.com with NNFMP; 28 May 2008 09:55:35 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 50196.69894.bm@omp400.mail.sp1.yahoo.com Received: (qmail 25388 invoked by uid 60001); 28 May 2008 09:55:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=bbySZIfIlQy3W0QlYkJNF7g33OfMc+USylGJR3KzgdXijei3oz5KXR4vQfXk8/RRK30OSp+bs2wKy8jo8zzpmZsbXgbrYYat77PCXd66MS9+Cfk967PwbhDeXi5ejeT5Lx2T91OsJ+M5xPV/eGBJpn0fSexAe1BlsHqKL+RRW/E=; X-YMail-OSG: 6sJYT2YVM1kN4VZXuH1262S30WA3qbFXAM6h6oKZB5b8094VmC8h75C1_XjxqCTSOE5ButvEqM25 Received: from [195.251.244.231] by web45806.mail.sp1.yahoo.com via HTTP; Wed, 28 May 2008 02:55:33 PDT X-Mailer: YahooMailWebService/0.7.185 Date: Wed, 28 May 2008 02:55:33 -0700 (PDT) From: Theodore Andreadis To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <454293.18063.qm@web45806.mail.sp1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] choocing (global) HTTP Methods at compile time Hi all I did a (fairly) typical compilation of httpd, and when I probed the server (telnet-ed OPTIONS * HTTP 1.1 to localhost:80), I got this answer: HTTP/1.1 200 OK Date: Wed, 28 May 2008 10:43:07 GMT Server: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a Allow: GET,HEAD,POST,OPTIONS,TRACE Well, PUT is not there (so has no effect) and I found no compile option enabling it. How can PUT support be included? thanks (beforehand) for any suggestions --------------------------------------------------------------------- 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