List of all request headers in perl?
Hi!I'm new to the list; so please accept my apologies and do kindly correctme if I've missed something in my research, or if I'm not complying withany particular social custom or etiquette on this...
View ArticleRe: Feature idea: temp_path parameter at proxy_cache_path directive
On Monday 17 December 2012 19:43:53 Pavel V. wrote:> Здравствуйте.>> Думаю, что было бы неплохо добавить в директиву proxy_cache_path параметр> temp_path.>> proxy_cache_path...
View Articlenginx add trailing slash
I'm having troubles figuring out the following problem. Basically, we have a jekyll blog which we decided to separate physically on the server from our main website ie. it is not served from the main...
View ArticleRe: List of all request headers in perl?
This may help:View HTTP Request and Response Header http://web-sniffer.net/On Mon, Dec 17, 2012 at 5:29 PM, E. Westbrook <nginx@westbrook.com> wrote:> Hi!>> I'm new to the list; so...
View ArticleTrouble compiling nginx on AIX 5.3
I am having issues getting nginx v1.2.6 compiled on AIX 5.3. This isthe first time I have tried on AIX. I am using the configure line:../configure --without-http_rewrite_module...
View ArticleRe: List of all request headers in perl?
I'm very confused... there's not an "$r" to be seen at that link.Perhaps I asked the original question poorly, or in the wrong place?Thanks again,EricOn Mon, Dec 17, 2012 at 7:38 PM, Bob S....
View ArticleRe: reload vs restart nginx
On Dec 17, 2012, at 22:14 , Андрей Василишин wrote:> В каких случаях надо делать рестарт нгинкс, а в каких хватит релоада (kill -S HUP)?reload'а хватает во всех случаях. А там, где его хватает,...
View ArticleRe: Trouble compiling nginx on AIX 5.3
Hello,On 12/18/12 7:13 AM, Earle Ake wrote:> I am having issues getting nginx v1.2.6 compiled on AIX 5.3. This is> the first time I have tried on AIX. I am using the configure line:>>...
View ArticleRe: Feature idea: temp_path parameter at proxy_cache_path directive
Здравствуйте.> proxy_cache_path связан с зоной ...> proxy_temp_path используется уже после того...Да, это я знаю. Я правда не учел (подзабыл), что proxy_temp_path используется также и...
View ArticleRe: nginx add trailing slash
Hi,you may want to have a look into the `port_in_redirect` directive (http://nginx.org/en/docs/http/ngx_http_core_module.html#port_in_redirect).Regards,Christian2012/12/18 gyre007...
View ArticleRe: strange nginx hang after ~18600 requests
Hello!On Tue, Dec 18, 2012 at 11:32:32AM -0500, gadh wrote:> hi maxim> since i cannot send you my code for now, could you point me to the reason/s> to the lack of resources, so i can search...
View ArticleRe: List of all request headers in perl?
Thanks for the thought! Unfortunately, I don't think that helps.The $r-args() function seems to only return data from the GET-stylequery parameters (if any).As for the source module (at least, the...
View Articlerewrite
Помогите сделать перенаправление или подскажите куда копать, что читать?Исходный url:https://mysite.com/register/subscribe2/ + (Promo | Promo2 | Promo3lst) + email=email%40adress.com&key=000000001...
View ArticleRe: reload vs restart nginx
On 18.12.2012, at 16:06, Igor Sysoev <igor@sysoev.ru> wrote:> On Dec 18, 2012, at 15:33 , Андрей Василишин wrote:>>> 18.12.2012 7:14, Igor Sysoev пишет:>>> On Dec 17, 2012,...
View ArticleRe: reload vs restart nginx
On Dec 18, 2012, at 21:47 , Azarov Alexander wrote:>> On 18.12.2012, at 16:06, Igor Sysoev <igor@sysoev.ru> wrote:>>> On Dec 18, 2012, at 15:33 , Андрей Василишин...
View ArticleRe: reload vs restart nginx
> >>>>> В каких случаях надо делать рестарт нгинкс, а в каких хватит релоада (kill -S HUP)?> >>>>> >>>> reload'а хватает во всех случаях. А там, где его...
View ArticleRe: Location header rewriting needed
After some time I found what's causing the problem. A trailing slash was missing on the URI part:location / {proxy_pass http://<server1_ip>:7777}location /server1/ {proxy_pass...
View ArticleRe: reload vs restart nginx
On Dec 18, 2012, at 22:23 , VovansystemS wrote:>>>>>>> В каких случаях надо делать рестарт нгинкс, а в каких хватит релоада (kill -S...
View ArticleRe: reload vs restart nginx
On Dec 18, 2012, at 16:28 , Maxim Dounin wrote:> Hello!>> On Tue, Dec 18, 2012 at 04:06:08PM +0400, Igor Sysoev wrote:>>> On Dec 18, 2012, at 15:33 , Андрей Василишин...
View Article