Тема: nginx+mini_httpd+MT проблема с установкой
Вчера разбирался с этой связкой. Застрял вот здесь.
Кнопка "Прдолжить" ведет на http://elmus.lan/mt-upgrade.cgi вместо http://elmus.lan/mt/mt-upgrade.cgi
И это все обламывает.
Настройки путей в mini_httpd:
# Working directory of mini_httpd.
dir=/home/revers/www/elmus.lan/public/
# We are the web files stored?
# Please change this to your needs.
data_dir=/home/revers/www/elmus.lan/public/
Настройки сервера в nginx:
root /home/revers/www/elmus.lan/public;
...
location ~ \.cgi$ {
gzip off;
proxy_pass http://elmus.lan:9001;
}
В mt-config.cgi:
CGIPath http://elmus.lan/mt/
StaticWebPath http://elmus.lan/mt-static
Отредактировано revers (21:06:2009 17:49:57)