IPv4 & IPv6
Hello,I noticed in an article dedicated to the subject(Fr)http://blog.pastoutafait.org/billets/activer-le-support-ipv6-de-nginxthatto allow Nginx to listen both on IPv4 and IPv6...
View ArticleRe: limit proxy_next_upstream
Hello!On Fri, Apr 05, 2013 at 09:59:29PM +0800, Weibin Yao wrote:> We have the similar request. If we have dozens of servers in a same> upstream block, I don't want to retry all of them. One side...
View ArticleRe: IPv4 & IPv6
Hello!On Fri, Apr 05, 2013 at 04:17:09PM -0400, B.R. wrote:> Hello,>> I noticed in an article dedicated to the subject>...
View ArticleRe: IPv4 & IPv6
On Apr 5, 2013, at 4:17 PM, "B.R." <reallfqq-nginx@yahoo.fr> wrote:> Is there any other way to allow Nginx ot listen on both interface types without mandatory system configuration?I just have...
View ArticleRE: IPv4 & IPv6
Everything you need to know:http://nginx.org/en/docs/http/ngx_http_core_module.html#listen_______________________________________________nginx mailing...
View ArticleRe: IPv4 & IPv6
Hello,@MaximI tried the duplicate configuration entries:listen 80;listen [::]:80 ipv6only=on;I has the following error:nginx: [emerg] duplicate listen options for [::]:80...
View ArticleRe: IPv4 & IPv6
Hello!On Fri, Apr 05, 2013 at 06:07:23PM -0400, B.R. wrote:> Hello,>> @Maxim> I tried the duplicate configuration entries:> listen 80;> listen [::]:80 ipv6only=on;>> I has the...
View ArticleRe: IPv4 & IPv6
On Apr 5, 2013, at 6:07 PM, B.R. <reallfqq-nginx@yahoo.fr> wrote:> @Ted> I tested your solution but as I expected nginx is only listening on IPv4 interfaces after restart and not IPv6 ones...
View ArticleRe: IPv4 & IPv6
I have indeed several virtual servers.I have a specific one which serves different content whether a clientconnects in HTTP or HTTPS (basically the HTTP content provides directionsfor the HTTPS...
View ArticleRe: IPv4 & IPv6
Hmm...@MaximI guess I haven't understood your piece of advice, since 'listen' can onlybe used in 'server' directive...What is it you wanted me to try, again? :oD---*B. R.*On Fri, Apr 5, 2013 at 8:02...
View ArticleRe: [PATCH] Make ngx_http_upstream provide a way to expose errors after...
Hello!Here attaches V2 of my patch to make ngx_http_upstream detecttruncated responses. Changes since V1 are as follows:1. No longer change r->headers_out.status.2. Just skip sending the last buf...
View ArticleRe: limit proxy_next_upstream
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleRe: IPv4 & IPv6
Hello,It seems I solved the problem...It was indeed by reading a little more carefully the dochttp://wiki.nginx.org/HttpCoreModule#listen, thanks @Lukas! ;o)The '*:80' syntax is used for IPv4...
View ArticleRe: IPv4 & IPv6
Hello!On Sat, Apr 06, 2013 at 02:25:54AM -0400, B.R. wrote:> Hello,>> It seems I solved the problem...> It was indeed by reading a little more carefully the doc>...
View Articlengx_slab_alloc() failed: no memory
Всем привет.Я пишу модуль, там мне нужно использовать shared_memory.Так вот, в методе init при попытке выделить память при помощи ngx_slab_alloc происходит crash. Пишет failed: no memory.Мне нужно...
View ArticleReverse proxy and wireshark
Hello,I am suddenly worrying about something simple :I have a box that send some traffic with proxy_pass to get files from another of my box faking the url. Hence acting as a reverse proxy.All the...
View ArticleRe: Reverse proxy and wireshark
If you run wireshark on your main box, you will be able to see the ipsit connects to (but not the urls because of https). However they wouldneed to be logged into your box to run wireshark and at this...
View ArticleRe: Reverse proxy and wireshark
My concern is that a hacker is able to know my other ips over europe.My host is not a problem. The real deal is the outgoing packets I don't want external people to know where they are going to.It...
View ArticleRe: Reverse proxy and wireshark
any hacker will need to be inside your server or have someadministration over the network to find those ipsOn 06/04/13 15:01, Larry wrote:> My concern is that a hacker is able to know my other ips...
View ArticleRe: Reverse proxy and wireshark
Reassuring but everywhere on the web, you can see wireshark sniffing in/out packet to any server.Hence, they are not connected to the server to sniff packets.That is why I started worrying actually !
View Article