Displaying 5 results from an estimated 5 matches for "ngx".
Did you mean:
ng
2023 Jul 06
0
njs-0.8.0
...cibly removes oldest key-value pairs when the zone is overflowed:
: js_shared_dict_zone zone=bar:512K timeout=30s evict;
:
: # Creates a 32Kb permanent dictionary with numeric values:
: js_shared_dict_zone zone=num:32k type=number;
:
: example.js:
: function get(r) {
: r.return(200, ngx.shared.foo.get(r.args.key));
: }
:
: function set(r) {
: r.return(200, ngx.shared.foo.set(r.args.key, r.args.value));
: }
:
: function delete(r) {
: r.return(200, ngx.shared.bar.delete(r.args.key));
: }
:
: function increment(r) {
: r.return(200, ngx.shared.nu...
2023 Sep 12
0
njs-0.8.1
...lad to announce a new release of NGINX JavaScript module (njs).
Notable new features:
- Periodic code execution:
js_periodic direcrive specifies a content handler to run at regular
interval.
The handler receives a session object as its first argument, it also has
access
to global objects such as ngx.
: example.conf:
: location @periodics {
: # to be run at 1 minute intervals in worker process 0
: js_periodic main.handler interval=60s;
:
: # to be run at 1 minute intervals in all worker processes
: js_periodic main.handler interval=60s worker_affinity=all;
:
: # to be run at 1...
2006 Aug 21
0
[Fwd: Re: Connecting CentOS to IPSEC VPN (Checkpoint FW1)]
...n, 21 Aug 2006 15:20:55 +0200
From: carlopmart <carlopmart at gmail.com>
To: CentOS mailing list <centos at centos.org>
References: <Pine.LNX.4.64.0608211506400.10079 at horsea.3ti.be>
Dag,
Using Openswan, racoon, etc ... as a IPSEC gateway to interoperate
with CP FW-1 NG R55, NGX and so on is possible, but it is not possible
to configure as a roadwarrior linux client.
Bye.
Dag Wieers wrote:
> Hi,
>
> Does anyone have experience using IPSEC on CentOS in order to connect to
> vendor IPSEC-based VPN products (specifically Checkpoint FW1) ?
>
> Is the i...
2007 Sep 19
0
Exclude service from IPSec, using ipsec-tools
Hi All,
I''m trying to setup a VPN Between a Linux Box (CentOS 4) and Check
Point FW-1 (NGX R65) and I actually already done this. However I''m
having a problem with Policy "none" when using ports, for example, I
want to exclude
from VPN the "ssh" service, so my commands to setkey was.
# Excluded services ssh
spdadd 172.20.0.0/16[any] 172.16.0.0/16[22] tcp -P...
2006 Aug 21
3
Connecting CentOS to IPSEC VPN (Checkpoint FW1)
Hi,
Does anyone have experience using IPSEC on CentOS in order to connect to
vendor IPSEC-based VPN products (specifically Checkpoint FW1) ?
Is the included IPSEC implementation sufficient, or do people have to rely
on OpenSWAN or FreeSWAN ? I'd be testing tomorrow and I'm interested with
experiences others have had and things to look out for.
Thanks in advance,
-- dag wieers, dag