Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
не срабатывает if в SSI
Добрый день.
При обработке следующей конструкции nginx 0.3.5 (FreeBSD i386 5.4)
--- cut here ---
<html><body>
<!--#if expr="\"$QUERY_STRING\"=\"\"" -->
<!--#include virtual="file1.inc"-->
<!--#else -->
<!--#include virtual="file2.inc"-->
<!--#endif -->
</body></html>
--- cut here ---
на выходе получаем
--- cut here ---
[an error occurred while processing the directive]
FILE1
--- cut here ---
file1.inc содержит строку "FILE1"
В апаче данное условие обрабатывается нормально.
|