LINUX.ORG.RU
ФорумAdmin

насторить апач


0

0

Помогите настроить апач


main-erroror_log:[Mon May 19 11:57:19 2008] [alert] [client 89.113.48.102] /var/www/html/.htaccess: order not allowed here


# cat .htaccess
order allow,deny
allow from all

Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

DirectoryIndex index.shtml

anonymous

<Directory /> Options FollowSymLinks AllowOverride All </Directory>

VirRaa ★★★
()
Ответ на: комментарий от VirRaa

Хрен

Directory />
Options FollowSymLinks
AllowOverride None
# AllowOverride AuthConfig
</Directory>


# service httpd restart

/var/log/httpd/main-erroror_log:[Mon May 19 12:47:13 2008] [alert] [client 89.113.48.102] /var/www/html/.htaccess: order not allowed here

anonymous
()
Ответ на: комментарий от anonymous

> Хрен

Ну так и будет всегда "хрен", если документацию читать не будете. AllowOverride надо ставить All, а не None. Но в этом случае это на все директории и хосты распространяться будет. Если надо только для одного хоста читайте документацию к <Directory>.

А в целом "AllowOverride All" спасет вас...

VirRaa ★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.