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 C739910F54 for ; Sun, 13 Oct 2013 11:48:06 +0000 (UTC) Received: (qmail 13083 invoked by uid 500); 13 Oct 2013 11:48:02 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 13033 invoked by uid 500); 13 Oct 2013 11:47:58 -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 13016 invoked by uid 99); 13 Oct 2013 11:47:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Oct 2013 11:47:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.192.173 as permitted sender) Received: from [209.85.192.173] (HELO mail-pd0-f173.google.com) (209.85.192.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Oct 2013 11:47:50 +0000 Received: by mail-pd0-f173.google.com with SMTP id p10so6226576pdj.4 for ; Sun, 13 Oct 2013 04:47:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=owM4ElaogFRnjRy2cl14WkKZYrwkOIvrW9SQpRby7g0=; b=pVD2r7cJn87L4R2bIwSWXQcDKyxHn2fyUCIASb0O7WbWidOLF5cPUJC7O77hfXkFH+ gEIS7dGyydN+e0+5r0saK6ELdwaAsqkypStSkyY+N8N1d9WDCBqMj3icxxBfxxLQ22Gx Ly+kEcT1UA/bK3T2zOAfoueO6Rp6vI/GJ1ua3RxHUgEYvTVf//AQIml3wn4msc/AItmC Rx8ukHKrBWl7GEGI6wWVquyXNxMRq7jtfw/LgkbbcyOtZz0ouU21DrnuEGCKjtLElsDP WHBcgrts7+c0uNM8rCrwHEe9syK9rvQkccBea8BygcqO5Afd9G4zS1YJN5t0xBRyiPCn Jpng== MIME-Version: 1.0 X-Received: by 10.66.186.204 with SMTP id fm12mr113454pac.189.1381664850414; Sun, 13 Oct 2013 04:47:30 -0700 (PDT) Received: by 10.68.246.193 with HTTP; Sun, 13 Oct 2013 04:47:30 -0700 (PDT) In-Reply-To: <20131013085553.54112erj8d6pzr9c@webmail.raad.tartu.ee> References: <00a818ddd3b608d9c8a918b9a5bcadab.squirrel@fuckaround.org> <20131013085553.54112erj8d6pzr9c@webmail.raad.tartu.ee> Date: Sun, 13 Oct 2013 07:47:30 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] AllowOverride 2.4 has this: http://httpd.apache.org/docs/current/mod/core.html#allowoverridelist On Sun, Oct 13, 2013 at 1:55 AM, Toomas Aas wrote: > Hello Pol! > > >> >> Options Indexes FollowSymLinks MultiViews >> AllowOverride None >> Order allow,deny >> allow from all >> >> >> With AllowOverride setted to none, .htaccess has ignored. >> >> For instance, if I'll want permit the use of .htaccess only about >> mod_rewrite or only about ErrorDocument >> >> What should I do? >> >> Allowoverride options=ErrorDocument Rewritebase > > > AFAIK there is no way to allow *only* the specific configuration directives. > Each directive has some Override category which you will need to allow, but > it will also allow other directives in the same category. For example if you > look at the manual page of RewriteCond > (http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritecond) you'll > see that it has the Override setting of FileInfo, meaning that to enable > usage of this setting in .htaccess you'll need to specify AllowOverride > FileInfo, but then you also allow all other directives that have Override > setting of FileInfo. > > HTH, > -- > Toomas Aas > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > -- Eric Covener covener@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org