History log of /unit/configure (Results 26 – 38 of 38)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 246:f7cb63f38fd0 29-Aug-2017 Igor Sysoev

Lib unit tests have been renamed to tests.


# 239:efe28cb74427 28-Aug-2017 Igor Sysoev

Improved English.


# 236:f6d82ff59b74 26-Aug-2017 Igor Sysoev

Added configuration summary.


# 235:467cff8f6def 26-Aug-2017 Igor Sysoev

Added configure and command line option --help.


# 234:e0f17b03f52b 26-Aug-2017 Igor Sysoev

Added configure and command line option --control.


# 233:60bb2517a61d 26-Aug-2017 Igor Sysoev

Added configure and command line option --modules.


# 232:43f9808200cd 26-Aug-2017 Igor Sysoev

Added configure option --user=USER and --group=GROUP.


# 231:6832cdee961e 26-Aug-2017 Igor Sysoev

Added configure option --pid=FILE.

A pid file name can be relative.
The default pid file name is "nginext.pid".


# 230:e00ffd51df10 26-Aug-2017 Igor Sysoev

Added configure options --prefix=PATH and --log=FILE.

A prefix is prepended to all relative names at configure stage.
There is no prefix by default.

A log file name can be relative.
The default log

Added configure options --prefix=PATH and --log=FILE.

A prefix is prepended to all relative names at configure stage.
There is no prefix by default.

A log file name can be relative.
The default log file name is "nginext.log".

show more ...


# 223:bf98efe2c55c 24-Aug-2017 Igor Sysoev

Removed configure option --no-threads.


# 216:07257705cd64 17-Aug-2017 Igor Sysoev

The new module configuration interface.

Configuration and building example:

./configure
./configure python
./configure php
./configure go
make all

or

./configure
make nginext
./co

The new module configuration interface.

Configuration and building example:

./configure
./configure python
./configure php
./configure go
make all

or

./configure
make nginext
./configure python
make python
./configure php
make php
./configure go
make go

Modules configuration options and building examples:

./configure python --module=python2 --config=python2.7-config
make python2

./configure php --module=php7 --config=php7.0-config
--lib-path=/usr/local/php7.0
make php7

./configure go --go=go1.6 --go-path=${HOME}/go1.6
make go1.6

show more ...


# 42:def41906e4a5 12-May-2017 Max Romanov

Using shared memory to send data via nxt_port.

Usage:
b = nxt_port_mmap_get_buf(task, port, size);
b->mem.free = nxt_cpymem(b->mem.free, data, size);
nxt_port_socket_write(task, port, NX

Using shared memory to send data via nxt_port.

Usage:
b = nxt_port_mmap_get_buf(task, port, size);
b->mem.free = nxt_cpymem(b->mem.free, data, size);
nxt_port_socket_write(task, port, NXT_PORT_MSG_DATA, -1, 0, b);

show more ...


# 0:a63ceefd6ab0 17-Jan-2017 Igor Sysoev

Initial version.


12