Re: map problem : how to debug it ?

2022-04-13 Thread gperrot
Hello Igor, Thanks a lot for your complete answer. So if I well understood, no way to make a nginx redirection based on #anchor passed in URL ? No workaround possible ? We have a code including help link which contains anchors, code we can change easily since many users have it. Thanks in

reverse proxy with dns control

2022-04-13 Thread arx
Hi guys, for security problems on my server, I should create a reverse proxy that allows only those who use the dns provided by me to be able to pass. practically I make a list with the incoming dns and I pass only those to my main server behind the reverse. is it possible to do this? thank you

Re: map problem : how to debug it ?

2022-04-13 Thread Igor Ippolitov
Gilles, When you enter a url with an anchor into a browser, the browser will only request a URL without the anchor from the web server. The web servers gets only the part you see in logs. For '/Doc.html#case1' the web server will receive a request for '/Doc.html'. The anchor is used by the

Re: map problem : how to debug it ?

2022-04-13 Thread gperrot
Thanks a lot for all your answers ! Since I have the case below with anchor (fragment-ID in URL to map to one specific action in my doc.map : /Doc.html#case1 https://domain2.com/action1; /Doc.html#case2 https://domain2.com/action2; /Doc.html https://domain2.com/action3; How can I do this kind

Re: Format of messages posted to error_log?

2022-04-13 Thread Oleg A. Mamontov
On Tue, Apr 12, 2022 at 10:30:29PM +0300, Sergey A. Osokin wrote: On Tue, Apr 12, 2022 at 05:04:19PM +, Scott Snow wrote: Sergey - Thanks for the quick reply. Note I am not asking after format of message content akin to what's available for access_log, just the interpretation of the