Welcome! Log In Create A New Profile

Advanced

Re: Вопрос по nginx proxy + perl

September 26, 2012 09:23AM
Откапываю эту тему. Похожая проблема:
location ~ /location1 {
perl module_name::func;
index index.html;
root /var/www;
}
так перл отрабатывает.

А в такой ситуации почему-то до перла ничего не доходит:
location ~ /location2 {
perl module_name::func;
proxy_pass http://127.0.0.1:8000;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_connect_timeout 600;
proxy_read_timeout 600;
proxy_send_timeout 600;
}
Subject Author Posted

Вопрос по nginx proxy + perl

softsoft December 21, 2009 10:55AM

Re: Вопрос по nginx proxy + perl

actionless September 26, 2012 09:23AM

Re: Вопрос по nginx proxy + perl

Maxim Dounin September 26, 2012 09:38AM

Re: Вопрос по nginx proxy + perl

actionless September 26, 2012 09:53AM

Re: Вопрос по nginx proxy + perl

actionless September 26, 2012 10:15AM

Re: Вопрос по nginx proxy + perl

pauc October 02, 2012 06:25AM

Re: Вопрос по nginx proxy + perl

Maxim Dounin September 26, 2012 10:32AM

Re: Вопрос по nginx proxy + perl

actionless September 26, 2012 10:44AM

Re: Вопрос по nginx proxy + perl

actionless September 26, 2012 10:45AM

Re: Вопрос по nginx proxy + perl

Maxim Dounin September 26, 2012 10:34AM

Re: Вопрос по nginx proxy + perl

Andrey Velikoredchanin September 28, 2012 04:32AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 238
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready