Russian Apache Switch to English
Switch to Russian koi8-r
windows=1251
cp-866
iso8859-5
Russian Apache Как это работает Рекоммендации Где взять Как установить Как настроить Статус и поддержка
Краткий обзор FAQ Список рассылки Благодарности Поиск по серверу Powered by Russian Apache
Russian Apache mailing list archive (apache-rus@lists.lexa.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-talk] Writing Apache module (zope)



On Thu, Nov 18, 1999 at 11:24:27AM +0300, Oleg Broytmann wrote:
> >  alr> но может в Location? или сам модуль может ли это проверить?
> > Hе помню, но кажется запpетить Directory ты не можешь.  Для .htaccess
> > задается какие 'AllowOverride' должны быть включены (так напpимеp почти все 
> > диpективы mod_charset тpебуют наличия AllowOverride FileInfo)
> 
>    Нет, это немножко не то. Это вебмастер говрит апачу, AllowOverride или
> нет. Я же хочу возложить проверку на Апач.
Правильно. А автор модуля говорит, где именно может встречаться данная
директива.
> 
>    Вот я и спросил - можно ли ограничить мои директивы секцией Location, но
> не Files/Directory/etc. Подозреваю, что все-таки нельзя.
Нельзя. Вот цитата из http_config.c:

/********************************************************************
 * Configuration directives are restricted in terms of where they may
 * appear in the main configuration files and/or .htaccess files according
 * to the bitmask req_override in the command_rec structure.
 * If any of the overrides set in req_override are also allowed in the
 * context in which the command is read, then the command is allowed.
 * The context is determined as follows:
 *
 *    inside *.conf --> override =
 *    (RSRC_CONF|OR_ALL)&~(OR_AUTHCFG|OR_LIMIT);
 *    within <Directory> or <Location> --> override =
 *    OR_ALL|ACCESS_CONF;
 *    within .htaccess --> override = AllowOverride for current
 *    directory;
 *
Соответственно, {Directory|Location|Files}{Match}? - это однофигственно

>    Спасибо. Ну, такое ощущение, что без кучи отладочной выдачи мне не
> обойтись.
> 
Зачем. Собери какой-нибудь готовый модуль, запусти httpd -X под отладчиком
и все будет понятно

Alex
=============================================================================
=               Apache-Talk@xxxxxxxxxxxxx mailing list                      =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
=       Archive avaliable at http://www.lexa.ru/apache-talk                 =






Спонсоры сайта:

[ Russian Apache ] [ Как это работает ] [ Рекомендации ] [ Где взять ] [ Как установить ] [ Как настроить ] [ Статус и поддержка ] [ Краткий обзор ] [ FAQ ] [ Список рассылки ] [ Благодарности ] [ Поиск по серверу ] [ Powered by Russian Apache ] [ Apache-talk archive ]

"Russian Apache" includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/) See Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C) 1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.