On Thu, Jun 10, 2010 at 4:32 AM, Petr Hracek <phrac...@gmail.com> wrote:

> It works fine without problem but I would like to use that module for
> authorization
> of "proxy" requests as well.
> Proxy requests are not defined in settings of browser (in Firefox
> Tools->Options->LAN settings -> Manual configuration of proxy).

>    <Directory />
>       Options +Indexes +Multiviews
>       AuthType FOOM


Don't constrain your directives to stuff under <Directory /> if you
want them to apply to proxy requests. These are never mapped to a
directory.

http://httpd.apache.org/docs/2.2/sections.html
-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to