Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 33874 invoked from network); 16 Jan 2007 17:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2007 17:10:44 -0000 Received: (qmail 63584 invoked by uid 500); 16 Jan 2007 17:10:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 63421 invoked by uid 500); 16 Jan 2007 17:10:38 -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 63410 invoked by uid 99); 16 Jan 2007 17:10:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2007 09:10:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2007 09:10:27 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H6row-0000Vi-Jg for users@httpd.apache.org; Tue, 16 Jan 2007 18:10:02 +0100 Received: from 0x55537e80.adsl.cybercity.dk ([85.83.126.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jan 2007 18:10:02 +0100 Received: from thorsten.ottosen by 0x55537e80.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jan 2007 18:10:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Thorsten Ottosen Date: Tue, 16 Jan 2007 18:08:35 +0100 Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 0x55537e80.adsl.cybercity.dk User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] [httpd 2.2.3][conf] regular expression problem in Dear All, I need " to match an url of the following form: /faq/index.php?faq_name=Staff&category=0 To do that I tried with the following expressions: "/faq/.*faq_name.*" "/faq/.*?faq_name.*" "/faq/*faq_name*" Non of them seem to work. And I've tried dozens of other little hacks. Basically I need a non-greedy match of anything before a particular word. What am I doing wrong? What's the best source for the allowed syntax in httpd.conf? Thanks in advance Thorsten, Dezide --------------------------------------------------------------------- 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