Здравствуйте.
Вот обнаружил забавную проблему с XBitHack в Apache 1.3.26rusPL30.14 + PHP
4.0.6. Вкратце конфигурация:
httpd.conf:
<Directory />
Options Includes FollowSymLinks
AllowOverride AuthConfig FileInfo Limit
XBitHack on
order allow,deny
allow from all
</Directory>
Include /usr/local/apache/conf/locations.conf
AddType text/html .shtml
AddHandler server-parsed .shtml
UseCanonicalName Off
VirtualDocumentRoot "/usr/local/apache/vhosts/%0"
VirtualScriptAlias "/usr/local/apache/vhosts/%0/cgi-bin/"
locations.conf:
<Directory "/usr/local/apache/vhosts/www.host.ru">
AllowOverride All
php_admin_flag safe_mode off
</Directory>
Делаем в каталоге с www.host.ru файл test.html, пишем в него SSI-код, делаем
chmod +x test.html, открываем в браузере. SSI не выполняется.
Переименовываем test.html в test.shtml - SSI работает. Переименовываем
обратно и добавляем в .htaccess в этом каталоге XBitHack on - не работает.
Дальше финт ушами - в locations.conf комментируем строку с php_admin_flag -
и test.html работает. Не подскажете, каким это боком php_admin_flag влияет
на XBitHack ?
=============================================================================
= Apache-Rus@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-rus" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://apache.lexa.ru/mail-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.