search for: tomfoolery

Displaying 8 results from an estimated 8 matches for "tomfoolery".

2020 Feb 28
3
[EXT] Re: max number of connections per ip
...hich would be the reason why 500 connections wouldn't be enough. Aki > On 27/02/2020 23:21 Esteban L <esteban at little-beak.com> wrote: > > > > It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The router is generic, so I run into that from time to time with my webserver. > > > I tried doveadm who, but didn't see anything too peculiar. There is the expect half dozen or so users on common IPs. > > > On 27.02.20 21:49, Aki Tuomi wrote: > > > > Is...
2020 Feb 28
1
[EXT] max number of connections per ip
...h. >> >> Aki >> >>> On 27/02/2020 23:21 Esteban L <esteban at little-beak.com> wrote: >>> >>> >>> >>> It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The router is generic, so I run into that from time to time with my webserver. >>> >>> >>> I tried doveadm who, but didn't see anything too peculiar. There is the expect half dozen or so users on common IPs. >>> >>> >>> On 27.02.20 21:4...
2020 Feb 27
0
max number of connections per ip
It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The router is generic, so I run into that from time to time with my webserver. I tried doveadm who, but didn't see anything too peculiar. There is the expect half dozen or so users on common IPs. On 27.02.20 21:49, Aki Tuomi wrote: > Is your server behind proxy maybe? Can you see in logs...
2006 Oct 24
4
Where to put a large constant?
In a registration form I allow the user to select several spoken languages and of course to minimize tomfoolery I am using selects. In the view I have: <%= select(''person'', ''language1'', LANGUAGES, options = {}) %> In my people_helper.rb I have: module PeopleHelper # constant for language selection in ''_form_background.rhtml'' LANGUAGES...
2020 Feb 28
0
[EXT] Re: max number of connections per ip
...0 connections wouldn't be enough. > > Aki > >> On 27/02/2020 23:21 Esteban L <esteban at little-beak.com> wrote: >> >> >> >> It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The router is generic, so I run into that from time to time with my webserver. >> >> >> I tried doveadm who, but didn't see anything too peculiar. There is the expect half dozen or so users on common IPs. >> >> >> On 27.02.20 21:49, Aki Tuomi wrote: >...
2020 Feb 27
3
max number of connections per ip
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Is your server behind proxy maybe? Can you see in logs that you get different IPs? </div> <div> <br> </div> <div> Maybe check with `doveadm who` how many connections you have? </div> <div>
2007 May 15
12
AAF quirks in production mode
So my ferret behaves nicely in dev mode, but I just deployed and now he is not happy! First thing I noticed was that in general my app would not start with a folder called "development" in my index folder, so I changed it to "production" and now my app is functioning. However, when I try to search I get errors, which you can see here: http://pastie.caboo.se/61767 Im
2013 Feb 16
22
How to manually create Puppet CA and client certificates using openssl?
I am wondering how to manually (using openssl instead of puppet cert command) create CA that would be usable by Puppet? The goal would be to script creation of such CA''s to deploy them on multiple puppetmasters, instead of certificates being created on them via puppet cert command. Any ideas on how to do it? I was only able to find something like that: