не получается собрать с force-cgi-redirect
Хордов Роман
rkhordov at yandex.ru
Thu Sep 3 16:21:09 MSD 2009
Переношу проект на nginx-0.7.61 + php-cgi
Никак не могу собрать с опцией --force-cgi-redirect. Из-за этого не работает rewrite. В phpinfo отсутствует cgi.force_redirect = 1 ( в php.ini - cgi.force_redirect = 1, php.ini работает )
Команда nginx -V не выводит аргументы, с которыми собран nginx:
nginx version: nginx/0.7.61
built by gcc 4.3.2 (Debian 4.3.2-1.1)
configure arguments: (пусто)
Собирал с опциями:
/configure \
--prefix=%nginx_datadir \
--conf-path=%nginx_etc/nginx.conf \
--sbin-path=%{_sbindir}/%{name} \
--error-log-path=%nginx_log/nginx.error.log \
--http-log-path=%nginx_log/nginx.log \
--http-client-body-temp-path=%nginx_spool/tmp/client \
--http-proxy-temp-path=%nginx_spool/tmp/proxy \
--http-fastcgi-temp-path=%nginx_spool/tmp/fastcgi \
--pid-path=%_var/run/nginx.pid \
--user=%nginx_user \
--group=%nginx_group \
--with-cc-opt="-I %_includedir/pcre/" \
--with-http_ssl_module \
--with-http_realip_module \
--with-http_addition_module \
--with-http_sub_module \
--with-http_dav_module \
--with-http_flv_module \
--with-http_gzip_static_module \
--with-http_stub_status_module
Все работает, за исключением cgi.force_redirect и rewrite
More information about the nginx-ru
mailing list